Total Data Stored by TSM?

2008-06-11 Thread Minns, Farren - Chichester
Hi all

What is the command to run (if there is one) to find out the total amount of 
data currently stored by a TSM server, or can it only be done via an SQL script?

Thanks in advance

Farren Minns


This email (and any attachment) is confidential, may be legally privileged and 
is intended solely for the 
use of the individual or entity to whom it is addressed. If you are not the 
intended recipient please do 
not disclose, copy or take any action in reliance on it. If you have received 
this message in error please 
tell us by reply and delete all copies on your system.
 
Although this email has been scanned for viruses you should rely on your own 
virus check as the sender 
accepts no liability for any damage arising out of any bug or virus infection. 
Please note that email 
traffic data may be monitored and that emails may be viewed for security 
reasons.

John Wiley & Sons Limited is a private limited company registered in England 
with registered number 641132.

Registered office address: The Atrium, Southern Gate, Chichester, West Sussex, 
PO19 8SQ.



Re: Total Data Stored by TSM?

2008-06-11 Thread goc
select sum(PHYSICAL_MB) MB from occupancy

On Wed, Jun 11, 2008 at 11:08 AM, Minns, Farren - Chichester
<[EMAIL PROTECTED]> wrote:
> Hi all
>
> What is the command to run (if there is one) to find out the total amount of 
> data currently stored by a TSM server, or can it only be done via an SQL 
> script?
>
> Thanks in advance
>
> Farren Minns
>
> 
> This email (and any attachment) is confidential, may be legally privileged 
> and is intended solely for the
> use of the individual or entity to whom it is addressed. If you are not the 
> intended recipient please do
> not disclose, copy or take any action in reliance on it. If you have received 
> this message in error please
> tell us by reply and delete all copies on your system.
>
> Although this email has been scanned for viruses you should rely on your own 
> virus check as the sender
> accepts no liability for any damage arising out of any bug or virus 
> infection. Please note that email
> traffic data may be monitored and that emails may be viewed for security 
> reasons.
>
> John Wiley & Sons Limited is a private limited company registered in England 
> with registered number 641132.
>
> Registered office address: The Atrium, Southern Gate, Chichester, West 
> Sussex, PO19 8SQ.
> 
>


Re: Total Data Stored by TSM?

2008-06-11 Thread Minns, Farren - Chichester
Thanks for that.

Now, I'm assuming that includes active and inactive copies of files?

If so, is there a way to get a figure for just active?

The reason I ask is that I am being asked how much data would need to be backed 
up if we had to completely backup all of our servers again. Now, I guess I 
could go to every single machine and extract that data (slow), or run the q 
occup command and then add up all the Occupied (MB) entries, but there must be 
an easier way... I hope :-)

Thanks again

Farren




-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of goc
Sent: 11 June 2008 10:36
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Total Data Stored by TSM?

select sum(PHYSICAL_MB) MB from occupancy

On Wed, Jun 11, 2008 at 11:08 AM, Minns, Farren - Chichester
<[EMAIL PROTECTED]> wrote:
> Hi all
>
> What is the command to run (if there is one) to find out the total amount of 
> data currently stored by a TSM server, or can it only be done via an SQL 
> script?
>
> Thanks in advance
>
> Farren Minns
>
> 
> This email (and any attachment) is confidential, may be legally privileged 
> and is intended solely for the
> use of the individual or entity to whom it is addressed. If you are not the 
> intended recipient please do
> not disclose, copy or take any action in reliance on it. If you have received 
> this message in error please
> tell us by reply and delete all copies on your system.
>
> Although this email has been scanned for viruses you should rely on your own 
> virus check as the sender
> accepts no liability for any damage arising out of any bug or virus 
> infection. Please note that email
> traffic data may be monitored and that emails may be viewed for security 
> reasons.
>
> John Wiley & Sons Limited is a private limited company registered in England 
> with registered number 641132.
>
> Registered office address: The Atrium, Southern Gate, Chichester, West 
> Sussex, PO19 8SQ.
> 
>

This email (and any attachment) is confidential, may be legally privileged and 
is intended solely for the 
use of the individual or entity to whom it is addressed. If you are not the 
intended recipient please do 
not disclose, copy or take any action in reliance on it. If you have received 
this message in error please 
tell us by reply and delete all copies on your system.
 
Although this email has been scanned for viruses you should rely on your own 
virus check as the sender 
accepts no liability for any damage arising out of any bug or virus infection. 
Please note that email 
traffic data may be monitored and that emails may be viewed for security 
reasons.

John Wiley & Sons Limited is a private limited company registered in England 
with registered number 641132.

Registered office address: The Atrium, Southern Gate, Chichester, West Sussex, 
PO19 8SQ.



Re: Total Data Stored by TSM?

2008-06-11 Thread Richard Sims

On Jun 11, 2008, at 5:55 AM, Minns, Farren - Chichester wrote:


Thanks for that.

Now, I'm assuming that includes active and inactive copies of files?


Yes.



If so, is there a way to get a figure for just active?


See   Active files, number and bytes
inhttp://people.bu.edu/rbs/ADSM.QuickFacts

  Richard Sims


Re: After upgrading to 5.5.0.3

2008-06-11 Thread Richard Sims

On Jun 11, 2008, at 1:46 AM, Robert Ouzen Ouzen wrote:


I just upgrade my Tsm server Version 5, Release 5, Level 0.3 on an
AIX-RS/6000   and got few problems that never occur before:

1.   I got this message trying to delete a tape with the data on
it (discardd=yes)

ANR2229W Discard data process terminated for volume
72L2 - internal server error detected. (SESSION:
10424, PROCESS: 72)



Don't be shy about searching for error conditions at the TSM Support
Page, which has that one.  The perils of being on the bleeding edge.


...

ANR1086E Space reclamation is ended for volume 40L2. There is
insufficient
space in storage pool.


We don't know what your 'maxscratch' script is doing or the
significance of its report.  Look in detail at volume usage relative
to the definition of MAXSCRatch, particularly assuring that all non-
full volumes are writable, and make sure you are taking into account
the device class being used relative to any others you may have in
play.  In some cases, library issues underly the problem, where an
Audit Library will at least temporarily correct the condition (as is
performed in a TSM restart).

   Richard Sims


Bad volume rule of thumb

2008-06-11 Thread Nicholas Rodolfich
Hello All,

Thanks for your help!!

The volume inventory here is rather old here(2002). There tends to be
many read and write errors in the volume inventory. I was looking for a
rule of thumb regarding how many errors trigger disposal of these
volumes.

I have been disposing of them at the first sign of either read or write
failures but I am seeing so many, I am beginning to wonder if some level
or read/write errors is acceptable. Any thoughts on this will be
appreciated.

Nicholas


IMPORTANT NOTICE:  This message and any included attachments are from East 
Jefferson General Hospital, and is intended only for the addressee(s), and may 
include Protected Health (PHI) or other confidential information.  If you are 
the intended recipient, you are obligated to maintain it in a secure and 
confidential manner and re-disclosure without additional consent or as 
permitted by law is prohibited.   If you are not the intended recipient, use of 
this information is strictly prohibited and may be unlawful.  Please promptly 
reply to the sender by email and delete this message from your computer. East 
Jefferson General Hospital greatly appreciates your cooperation.


Re: Bad volume rule of thumb

2008-06-11 Thread Steven Harris

Hi Nicholas

You don't say what your tape technology is.  I used to admin a site that
had LTO1 and LTO3 drives.  With the LTO1s I would run move data on any
tape in error, and if that worked record the volser of the tape.  After
three errors, or if the move data didn't work I would discard the tape.
For the LTO3s I discovered that any error tended to be permanent.

I currently work a lot with LTO2s and they fail similarly to LTO1s, but
more of them fail hard on the first error.

Regards

Steve.

Steven Harris
TSM Admin, Sydney Australia

Nicholas Rodolfich wrote:

Hello All,

Thanks for your help!!

The volume inventory here is rather old here(2002). There tends to be
many read and write errors in the volume inventory. I was looking for a
rule of thumb regarding how many errors trigger disposal of these
volumes.

I have been disposing of them at the first sign of either read or write
failures but I am seeing so many, I am beginning to wonder if some level
or read/write errors is acceptable. Any thoughts on this will be
appreciated.

Nicholas


IMPORTANT NOTICE:  This message and any included attachments are from East 
Jefferson General Hospital, and is intended only for the addressee(s), and may 
include Protected Health (PHI) or other confidential information.  If you are 
the intended recipient, you are obligated to maintain it in a secure and 
confidential manner and re-disclosure without additional consent or as 
permitted by law is prohibited.   If you are not the intended recipient, use of 
this information is strictly prohibited and may be unlawful.  Please promptly 
reply to the sender by email and delete this message from your computer. East 
Jefferson General Hospital greatly appreciates your cooperation.



No virus found in this incoming message.
Checked by AVG.
Version: 8.0.100 / Virus Database: 270.2.0/1493 - Release Date: 6/9/2008 5:25 PM



Re: Bad volume rule of thumb

2008-06-11 Thread Anil Maurya
Some time read/writes error can be due to bad drives. I have seen with
LTO2 drives. Once i replace them all look good.
Good luck
 

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
Steven Harris
Sent: Wednesday, June 11, 2008 10:09 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Bad volume rule of thumb

Hi Nicholas

You don't say what your tape technology is.  I used to admin a site that
had LTO1 and LTO3 drives.  With the LTO1s I would run move data on any
tape in error, and if that worked record the volser of the tape.  After
three errors, or if the move data didn't work I would discard the tape.
For the LTO3s I discovered that any error tended to be permanent.

I currently work a lot with LTO2s and they fail similarly to LTO1s, but
more of them fail hard on the first error.

Regards

Steve.

Steven Harris
TSM Admin, Sydney Australia

Nicholas Rodolfich wrote:
> Hello All,
>
> Thanks for your help!!
>
> The volume inventory here is rather old here(2002). There tends to be 
> many read and write errors in the volume inventory. I was looking for 
> a rule of thumb regarding how many errors trigger disposal of these 
> volumes.
>
> I have been disposing of them at the first sign of either read or 
> write failures but I am seeing so many, I am beginning to wonder if 
> some level or read/write errors is acceptable. Any thoughts on this 
> will be appreciated.
>
> Nicholas
>
>
> IMPORTANT NOTICE:  This message and any included attachments are from
East Jefferson General Hospital, and is intended only for the
addressee(s), and may include Protected Health (PHI) or other
confidential information.  If you are the intended recipient, you are
obligated to maintain it in a secure and confidential manner and
re-disclosure without additional consent or as permitted by law is
prohibited.   If you are not the intended recipient, use of this
information is strictly prohibited and may be unlawful.  Please promptly
reply to the sender by email and delete this message from your computer.
East Jefferson General Hospital greatly appreciates your cooperation.
> --
> --
>
>
> No virus found in this incoming message.
> Checked by AVG.
> Version: 8.0.100 / Virus Database: 270.2.0/1493 - Release Date: 
> 6/9/2008 5:25 PM
>


Fwd: Re: [ADSM-L] Bad volume rule of thumb

2008-06-11 Thread Nicholas Rodolfich
Sorry folks I forgot the technology we are using. We have an IBM 3584
library with LTO1 drives.

>>> [EMAIL PROTECTED] 6/11/2008 9:09 AM >>>
Hi Nicholas

You don't say what your tape technology is.  I used to admin a site
that
had LTO1 and LTO3 drives.  With the LTO1s I would run move data on any
tape in error, and if that worked record the volser of the tape.
After
three errors, or if the move data didn't work I would discard the
tape.
For the LTO3s I discovered that any error tended to be permanent.

I currently work a lot with LTO2s and they fail similarly to LTO1s,
but
more of them fail hard on the first error.

Regards

Steve.

Steven Harris
TSM Admin, Sydney Australia

Nicholas Rodolfich wrote:
> Hello All,
>
> Thanks for your help!!
>
> The volume inventory here is rather old here(2002). There tends to
be
> many read and write errors in the volume inventory. I was looking for
a
> rule of thumb regarding how many errors trigger disposal of these
> volumes.
>
> I have been disposing of them at the first sign of either read or
write
> failures but I am seeing so many, I am beginning to wonder if some
level
> or read/write errors is acceptable. Any thoughts on this will be
> appreciated.
>
> Nicholas
>
>
> IMPORTANT NOTICE:  This message and any included attachments are from
East Jefferson General Hospital, and is intended only for the
addressee(s), and may include Protected Health (PHI) or other
confidential information.  If you are the intended recipient, you are
obligated to maintain it in a secure and confidential manner and
re-disclosure without additional consent or as permitted by law is
prohibited.   If you are not the intended recipient, use of this
information is strictly prohibited and may be unlawful.  Please promptly
reply to the sender by email and delete this message from your computer.
East Jefferson General Hospital greatly appreciates your cooperation.
>

>
>
> No virus found in this incoming message.
> Checked by AVG.
> Version: 8.0.100 / Virus Database: 270.2.0/1493 - Release Date:
6/9/2008 5:25 PM
>


IMPORTANT NOTICE:  This message and any included attachments are from East 
Jefferson General Hospital, and is intended only for the addressee(s), and may 
include Protected Health (PHI) or other confidential information.  If you are 
the intended recipient, you are obligated to maintain it in a secure and 
confidential manner and re-disclosure without additional consent or as 
permitted by law is prohibited.   If you are not the intended recipient, use of 
this information is strictly prohibited and may be unlawful.  Please promptly 
reply to the sender by email and delete this message from your computer. East 
Jefferson General Hospital greatly appreciates your cooperation.


Re: Fwd: Re: [ADSM-L] Bad volume rule of thumb

2008-06-11 Thread Schneider, John
Nicholas,
I agree with Steve's comment, except when we get a tape error,
we do an 'audit volume  fix=yes' first, and if it doesn't get an
error, we put it back into service.  If it gets any errors, we 'move
data' to clear off as much data as possible, then destroy the tape.  I
would NOT simply live with a tape that get occasional errors. A tape
might cost $80-90, the data could be worth many thousands or millions in
the case of a disaster.  
Start keeping track of which tape drives are getting the errors.
It could be the drive, not the tape.  Also make sure your cleaning tapes
aren't old.  With LTO the cleaners are good for 50 cleanings.  Replace
them at that point, don't reuse them.  You will cause errors and reduce
the life of your drives.
Use the IBM3584 automatic tape drive cleaning, not TSM's
cleaning.  I found out the hard way that TSM's tape cleaning is very
unreliable, and frequently misses cleaning requests.  We changed to the
IBM3584 automatic cleaning, and our errors went way down.
Don't hesitate to bring in your CE support if you seem to be
getting a lot of errors; ask them to run diagnostics on your drives, and
look for a failed one.  Check your level of microcode and Atape drives,
and make sure you are up-to-date. These steps may take time and
Hope this helps. 


Best Regards,

John D. Schneider 
Phone: 314-364-3150 
Cell: 314-486-2359 
Email:  [EMAIL PROTECTED] 


-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
Nicholas Rodolfich
Sent: Wednesday, June 11, 2008 10:34 AM
To: ADSM-L@VM.MARIST.EDU
Subject: [ADSM-L] Fwd: Re: [ADSM-L] Bad volume rule of thumb

Sorry folks I forgot the technology we are using. We have an IBM 3584
library with LTO1 drives.

>>> [EMAIL PROTECTED] 6/11/2008 9:09 AM >>>
Hi Nicholas

You don't say what your tape technology is.  I used to admin a site that
had LTO1 and LTO3 drives.  With the LTO1s I would run move data on any
tape in error, and if that worked record the volser of the tape.
After
three errors, or if the move data didn't work I would discard the tape.
For the LTO3s I discovered that any error tended to be permanent.

I currently work a lot with LTO2s and they fail similarly to LTO1s, but
more of them fail hard on the first error.

Regards

Steve.

Steven Harris
TSM Admin, Sydney Australia

Nicholas Rodolfich wrote:
> Hello All,
>
> Thanks for your help!!
>
> The volume inventory here is rather old here(2002). There tends to
be
> many read and write errors in the volume inventory. I was looking for
a
> rule of thumb regarding how many errors trigger disposal of these 
> volumes.
>
> I have been disposing of them at the first sign of either read or
write
> failures but I am seeing so many, I am beginning to wonder if some
level
> or read/write errors is acceptable. Any thoughts on this will be 
> appreciated.
>
> Nicholas
>
>
> IMPORTANT NOTICE:  This message and any included attachments are from
East Jefferson General Hospital, and is intended only for the
addressee(s), and may include Protected Health (PHI) or other
confidential information.  If you are the intended recipient, you are
obligated to maintain it in a secure and confidential manner and
re-disclosure without additional consent or as permitted by law is
prohibited.   If you are not the intended recipient, use of this
information is strictly prohibited and may be unlawful.  Please promptly
reply to the sender by email and delete this message from your computer.
East Jefferson General Hospital greatly appreciates your cooperation.
>

>
>
> No virus found in this incoming message.
> Checked by AVG.
> Version: 8.0.100 / Virus Database: 270.2.0/1493 - Release Date:
6/9/2008 5:25 PM
>


IMPORTANT NOTICE:  This message and any included attachments are from
East Jefferson General Hospital, and is intended only for the
addressee(s), and may include Protected Health (PHI) or other
confidential information.  If you are the intended recipient, you are
obligated to maintain it in a secure and confidential manner and
re-disclosure without additional consent or as permitted by law is
prohibited.   If you are not the intended recipient, use of this
information is strictly prohibited and may be unlawful.  Please promptly
reply to the sender by email and delete this message from your computer.
East Jefferson General Hospital greatly appreciates your cooperation.
This e-mail contains information which (a) may be PROPRIETARY IN NATURE OR
OTHERWISE PROTECTED BY LAW FROM DISCLOSURE, and (b) is intended only for the
use of the addressee(s) named above. If you are not the addressee, or the
person responsible for delivering this to the addressee(s), you are notified
that reading, copying or distributing this e-mail is prohibited. If you have
received this e-mail in error, please contact the sender immediately.


licensing question on TSM Extended Edition

2008-06-11 Thread Avy Wong
Hello,
  I understand the calculation of PVUs and how to derive the $$ for the
licensing fees for a node (server) be registered and backed up on tivoli.
I have a cluster failover (window os) , one of the server houses two ips
( one is a floater ip) , two nodes using different dsm.opt files,  both
registered on tivoli, do I have to pay two license fees even though it is
the same box? I was told that once the node(s) are live wired onto tivoli,
licensing fee will be charged. I am not sure if we have to pay twice
because of using different node names for failover.

Thank you in advance.


Avy Wong
Business Continuity Administrator
Mohegan Sun
1 Mohegan Sun Blvd
Uncasville, CT 06382
(860)862-8164
(cell) (860)961-6976


Hourly Queries

2008-06-11 Thread Kinder, Kevin P
Since upgrading to version 6.0.1 of the ISC and 5.5.0.0 of the TSM Admin
Center, hourly queries are being issued from the machine where the
ISC/Admin Center is running. For example: 

 

06/11/2008 15:01:33  ANR0407I Session 23713 started for administrator
X (WinNT) (Tcp/Ip xxx.xxx.xxx.xxx(4666)). (SESSION: 23713) 

06/11/2008 15:01:33  ANR2017I Administrator X issued command: select
pct_utilized from log (SESSION: 23713)   

06/11/2008 15:01:33  ANR0405I Session 23713 ended for administrator
X (WinNT). (SESSION: 23713)

06/11/2008 15:01:34  ANR0407I Session 23714 started for administrator
X (WinNT) (Tcp/Ip xxx.xxx.xxx.xxx(4667)). (SESSION: 23714) 

06/11/2008 15:01:34  ANR2017I Administrator X issued command: select
stgpool_name,pct_migr,migr_running,pct_utilized from stgpools where
devclass='DISK' (SESSION: 23714) 

06/11/2008 15:01:34  ANR0405I Session 23714 ended for administrator
X (WinNT). (SESSION: 23714)

06/11/2008 15:01:34  ANR0407I Session 23715 started for administrator
X (WinNT) (Tcp/Ip xxx.xxx.xxx.xxx(4668)). (SESSION: 23715) 

06/11/2008 15:01:34  ANR2017I Administrator X issued command: select
count(*) from sessions where session_type='Node'  (SESSION: 23715)


06/11/2008 15:01:34  ANR0405I Session 23715 ended for administrator
X (WinNT). (SESSION: 23715)

06/11/2008 15:03:34  ANR2017I Administrator X issued command: select
library_name,drive_name from drives where online<>'YES'  (SESSION:
23703) 

06/11/2008 15:03:34  ANR2939E The reference 'DRIVES' is an unknown SQL
table name. (SESSION: 23703)   

 

The last query is the problem - it results in error messages that kick
off alarms in TSMManager. I have searched for a way to shut these
queries off or modify them, but haven't been able to find it. I've
changed the Health Monitor to run its updates only once per day, but
that has no effect - nor did disabling the user that runs the Health
check. I can't disable this user, because it is my main administrator
ID. 

 

I found a couple suggestions with searches, but nothing that applies to
the ISC (I did see a couple of things for the Management console, but I
am not running it on the machine where the ISC is running. Can anyone
point me in the right direction? Thanks for your help.

 

--

Kevin Kinder

 


missing link to TSM product manuals

2008-06-11 Thread Joerg Pohlmann
Could some from development please tell me the shortcut (or long point and
click way) to get to the TSM books or the TSM Infocenter. The links from
the www.ibm.com/storage web page no longer get me to the TSM books, and

http://publib.boulder.ibm.com/infocenter/tivihelp/index.jsp give me a page
not found.

Thanks.

Joerg Pohlmann
250-245-9863


Re: missing link to TSM product manuals

2008-06-11 Thread Anil Maurya
Here you go ...Go all the way to IBM tivoli storage manager ..

http://publib.boulder.ibm.com/tividd/td/tdprodlist.html 

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
Joerg Pohlmann
Sent: Wednesday, June 11, 2008 4:22 PM
To: ADSM-L@VM.MARIST.EDU
Subject: [ADSM-L] missing link to TSM product manuals

Could some from development please tell me the shortcut (or long point
and click way) to get to the TSM books or the TSM Infocenter. The links
from the www.ibm.com/storage web page no longer get me to the TSM books,
and

http://publib.boulder.ibm.com/infocenter/tivihelp/index.jsp give me a
page not found.

Thanks.

Joerg Pohlmann
250-245-9863


Re: missing link to TSM product manuals

2008-06-11 Thread Kelly Lipp
I just tried the link and it worked...

http://publib.boulder.ibm.com/infocenter/tivihelp/v1r1/index.jsp

Didn't, however, find it using what I thought would work.  I'm thinking
something is broke.

Kelly Lipp
CTO
STORServer, Inc.
485-B Elkton Drive
Colorado Springs, CO 80907
719-266-8777
www.storserver.com


-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
Joerg Pohlmann
Sent: Wednesday, June 11, 2008 2:22 PM
To: ADSM-L@VM.MARIST.EDU
Subject: [ADSM-L] missing link to TSM product manuals

Could some from development please tell me the shortcut (or long point
and
click way) to get to the TSM books or the TSM Infocenter. The links from
the www.ibm.com/storage web page no longer get me to the TSM books, and

http://publib.boulder.ibm.com/infocenter/tivihelp/index.jsp give me a
page
not found.

Thanks.

Joerg Pohlmann
250-245-9863


Re: missing link to TSM product manuals

2008-06-11 Thread Del Hoobler
http://publib.boulder.ibm.com/infocenter/tivihelp/v1r1/index.jsp


"ADSM: Dist Stor Manager"  wrote on 06/11/2008
04:21:51 PM:

> Please respond to "ADSM: Dist Stor Manager"
>
> Could some from development please tell me the shortcut (or long point
and
> click way) to get to the TSM books or the TSM Infocenter. The links from
> the www.ibm.com/storage web page no longer get me to the TSM books, and
>
> http://publib.boulder.ibm.com/infocenter/tivihelp/index.jsp give me a
page
> not found.


Error 8 establishing TSM API session

2008-06-11 Thread Gill, Geoffrey L.
We had an issue with a node and it had to be rebuilt. When they
installed the client and domino tdp they used a 5.3 version they had.
When they tried to restore a file the error they got indicated the tsm
version used to archive the file is newer than the one they are using to
restore it. They upgraded the client to 5.4.1.6 and that soled the
retrieve issue but they tell me now the tdp backup is failing and when
they use the client to connect they get the message Error 8 establishing
TSM API session. The client message repository is corrupt or invalid.

 

Now they tell me that they have uninstalled and reinstalled the client
but still get the same message. I have tried searching the archives but
from where I am connection to adsm.org is suddenly failing. I was hoping
someone had some insight they could pass along. 

 

Thanks for any help you can offer.

 

 

Geoff Gill 
TSM Administrator 
PeopleSoft Sr. Systems Administrator 
SAIC M/S-G1b 
(858)826-4062 
Email: [EMAIL PROTECTED] 

 


ANS5250E in dsmerror.log

2008-06-11 Thread neilsolent
Tim

I have the same problem as you. I can't help - but did you ever get to the 
bottom of the problem?

thanks
Neil

+--
|This was sent by [EMAIL PROTECTED] via Backup Central.
|Forward SPAM to [EMAIL PROTECTED]
+--