Re: Active Object not found

2007-09-07 Thread Richard Sims
With no details on the restoral command used or your storagepools/ filespaces configuration, we can't draw any conclusions. You might look at topic "Restoral performance" in ADSM QuickFacts for a collection of advisories based upon our collective experience. Examine the contributors to wait time

Re: Active Object not found

2007-09-07 Thread Pahari, Dinesh P
Hi All, One of the restore I am doing is taking 3hrs to do just about half of GB. I understand that it had to go through about 50 different tapes to get that data, but I would still imagine that it should have been faster than that. The tsm server is: Windows base TSM 5.3.1 and its using ACSLS li

Re: deleted management class in database

2007-09-07 Thread Keith Arbogast
Keith, Did you put the node name in upper case? The only way you can get no rows retuned from the query is if the node name is cased wrong or misspelled. - bill Bill, Gotcha me. I took the TSM select statement to be casefree like the rest of TSM. I will try again, and post the outcome on Mond

Cancel session in Run state

2007-09-07 Thread Haberstroh, Debbie (IT)
Hi All, I have had several instances where a session is in a "run" state for a long time, large query, restore, etc. and I want to cancel the session. Is there a quick and easy way to cancel these? Does it create a bigger problem if you try and cancel at the client while it is running? Somet

TSM server on IBM Power 6?

2007-09-07 Thread Bill Mansfield
I'm interested to know whether anybody has TSM server running on the new Power 6 processors. With their much increased I/O ability these should be pretty effective TSM servers. Bill Mansfield Solution Architect Logicalis, Inc.

Re: deleted management class in database

2007-09-07 Thread Colwell, William F.
Keith, Did you put the node name in upper case? The only way you can get no rows retuned from the query is if the node name is cased wrong or misspelled. - bill > -Original Message- > From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf > Of Keith Arbogast > Sent: Friday,

Re: deleted management class in database

2007-09-07 Thread Keith Arbogast
"I am now running a simpler query; "select node_name from backups where class_name = ''". This query ran long, and found no matches. Are there other explanations for this behavior? Thank you, Keith Arbogast

Export server and creation of new server

2007-09-07 Thread CAYE PIERRE
I am studying creation of a new TSM instance, based on an existing instance. Maybe it can be a trivial question but what happend when, running an export server in a server-to-server configuration, I have to restart the export ? Did import of datas restart from the beginning too ? Did target server

Re: administrative schedules

2007-09-07 Thread Gill, Geoffrey L.
I sent this a couple of days ago and saw no responses so I wonder if it went through. If anyone has any suggestions I'd appreciate it, this is a real problem. --- TSM Version 5, Release 4, Level 0.3 on AIX 5.3 When updating the admin schedule through the

Re: Data Protection for Oracle - 5.4.1

2007-09-07 Thread Lamar Cope
Thanks for your response I do not have the base 5.4.0 code and can not find it on the IBM website and passport. All they have listed is 5.4.1. >>> "Hart, Charles A" <[EMAIL PROTECTED]> 9/7/2007 11:13 AM >>> You need to have the base (5.4) TDP Lic File first, before you apply patches etc... Do

Re: Data Protection for Oracle - 5.4.1

2007-09-07 Thread Hart, Charles A
You need to have the base (5.4) TDP Lic File first, before you apply patches etc... Do you have the base TDP 5.4.0 Code? -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Lamar Cope Sent: Friday, September 07, 2007 10:47 AM To: ADSM-L@VM.MARIST.EDU Su

Data Protection for Oracle - 5.4.1

2007-09-07 Thread Lamar Cope
Hello Can someone help me with this. I installed Data Protection for Oracle version 5.4.1. When we run this command: tdpoconf showenv -TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/bin64 We get the following: License Information: License File Error - see tdpoerror.log for detail In tdpoerror.log

Re: Highest return code :-)

2007-09-07 Thread Sung Y Lee
tsm:xxx xxx >quit ANS8002I Highest return code was 804400276. Thanks, Sung Y. Lee "ADSM: Dist Stor Manager" wrote on 04/16/2007 09:55:14 AM: > copy/paste > > tsm: TSM01>quit > > ANS8002I Highest return code was 536998692. > > > LOL > > -- > AIX5.2 > TSM 5.3.4

Re: Request advice on moving from IBM 3494 Library

2007-09-07 Thread Richard Sims
On Sep 7, 2007, at 9:42 AM, John C Dury wrote: ...Any LTO-4 libraries more reliable than others? Do tapes last 5 years? ... Tape life is limited by usage. Manufacturers will quote various number on archival lifetime (sitting on shelf; usually 30 years), number of load/unload operations, and n

Re: deleted management class in database

2007-09-07 Thread Collins, Brenda
You may want to run this against archives: select ll_name, state, backup_date, deactivate_date, class_name from archives where node_name = '' Brenda -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Keith Arbogast Sent: Friday, September 07, 2007

Re: deleted management class in database

2007-09-07 Thread Keith Arbogast
Bill, By 'current nodes' I mean ones we are backing up daily, not ones retired but somehow still in the database. I had misread or misremembered the description of what happens when a management class is deleted, and expected any files, inactive or active, bound to a deleted to be rebound to the

Request advice on moving from IBM 3494 Library

2007-09-07 Thread John C Dury
We currently have two 3494 libraries with 6 3590-H drives in each that have each been paid for and depreciated and are still working well for the most part. One of the libraries is offsite but accessible via dark fiber we own and is setup as a copy storage pool for DR. We are looking into upgradin

Re: Full Backup Size Report

2007-09-07 Thread PAC Brion Arnaud
Hi ! Here's a couple of shell scripts that you could possibly use to achieve your goal, without much stress ... 1)sizing.sh dsmadmc -id=admin -pass=password -datao=yes -tab select \'export node \', node_name, \'filespace=\',filespace_name, \'preview=yes filedata=allactive\' from filespaces wher

Re: Full Backup Size Report

2007-09-07 Thread Bell, Charles (Chip)
Have you tried exporting the output of the command to a file, as in: export node nodename filedata=backupactive preview=yes > filename-with-full-path -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of scottcorp Sent: Thursday, September 06, 2007 5:29 PM

Re: Archiving files older than a certain date

2007-09-07 Thread Angus Macdonald
Thanks Richard. I think I'll just hang onto Veritas for a bit. Angus -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] Behalf Of Richard Sims Sent: 07 September 2007 12:15 To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] Archiving files older than a certain date On

Re: Archiving files older than a certain date

2007-09-07 Thread Richard Sims
On Sep 7, 2007, at 6:05 AM, Angus Macdonald wrote: I have a lot of very old files in various Windows filesystems, which I would like to archive. Many of them have not changed in years but are often opened for reference only, so the modified date doesn't change. I would like to archive everything

De-Dupe - Real World Exp (Little Off Topic)

2007-09-07 Thread Hart, Charles A
There's been quite the discussion about de-duplication products lately. I was hoping that at some point we as TSM / VTL users might be able to discuss our exp with these products as they live in our environments... (Maybe this needs to be a forum of its own) Either way the goal is to compare what

Archiving files older than a certain date

2007-09-07 Thread Angus Macdonald
I have a lot of very old files in various Windows filesystems, which I would like to archive. Many of them have not changed in years but are often opened for reference only, so the modified date doesn't change. I would like to archive everything that has not been accessed (ie opened at all) sinc