Re: TSM client ignores filesystems mounted by TSM preschedule command

2007-10-19 Thread Schneider, John
Greetings, With all due respect to the Software Group, I think this behavior, assuming it is "working as designed", is nuts. The whole reason the "-preschedulecmd" option exists is to permit the customer to perform necessary setup on his client BEFORE the backup actually starts. Establishi

Re: After HACMP failover some stgpool volumes offline that should be online

2007-10-19 Thread Lucia Burke
Hi Richard - This was great - all is well with the volumes now. Thanks, Lucia -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Richard Sims Sent: Friday, October 19, 2007 12:33 PM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] After HACMP failove

Re: TSM client ignores filesystems mounted by TSM preschedule command

2007-10-19 Thread Schneider, John
Wanda, Sorry, I meant to include that. The TSM client is AIX 5.3.4.2, running on a AIX 5.3ML5. Best Regards, John D. Schneider Lead Systems Administrator - Storage Sisters of Mercy Health Systems 3637 South Geyer Road St. Louis, MO 63127 Phone: 314-364-3150 Cell: 314-486-2359 E

Re: TSM client ignores filesystems mounted by TSM preschedule command

2007-10-19 Thread Andrew Raibeck
> Yes, the domain is picked up before executing PRESCHEDULECMD... I need to double-check this. But to get the desired behavior, my earler suggestion still stands. Regards, Andy Andy Raibeck IBM Software Group Tivoli Storage Manager Client Product Development Level 3 Team Lead Internal Notes e-m

Re: TSM client ignores filesystems mounted by TSM preschedule command

2007-10-19 Thread Andrew Raibeck
Hi John, Yes, the domain is picked up before executing PRESCHEDULECMD, hence the behavior you see. There is no TSM setting to change this. One alternative you could try is to define a schedule with ACTION=COMMAND OBJECTS="/opt/misd/bin/importPrdVg prdaok" PRIORITY=1 Set the start time for this

Re: TSM client ignores filesystems mounted by TSM preschedule command

2007-10-19 Thread Wanda Prather
Is this AIX or Solaris? > Greetings, > I have a situation where the TSM client seems to be ignoring > some mounted filesystems. > I have a need to have a TSM preschedule command which imports > some volume groups and mounts their filesystems. (This data is an EMC > disk clone of anoth

Reading 3592 cartridge memory

2007-10-19 Thread Thomas Denier
My management would like to use the information in the cartridge memory on 3592 volumes to keep track of tape life. They have asked me to find out how to read this information. The best idea I have come up with so far is to place a tape drive offline to TSM, mount a tape on the drive, and use IBMta

Re: After HACMP failover some stgpool volumes offline that should be online

2007-10-19 Thread Richard Sims
To roughly generate a TSM macro file to vary on any stgpool volumes which are found to be offline, you can do like: SELECT 'VARY ONLINE' as " ", - VOLUME_NAME from VOLUMES where - VOLUME_NAME like '/%' and STATUS='OFFLINE' > /tmp/tsmfile Tailor per your site. Remove column headers f

Re: After HACMP failover some stgpool volumes offline that should be online

2007-10-19 Thread Fred Johanson
Try VARY Fred Johanson TSM Administrator University of Chicago 773-702-8464 -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Lucia Burke Sent: Friday, October 19, 2007 1:52 PM To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] After HACMP failover some stg

TSM client ignores filesystems mounted by TSM preschedule command

2007-10-19 Thread Schneider, John
Greetings, I have a situation where the TSM client seems to be ignoring some mounted filesystems. I have a need to have a TSM preschedule command which imports some volume groups and mounts their filesystems. (This data is an EMC disk clone of another system, but that is immateria

After HACMP failover some stgpool volumes offline that should be online

2007-10-19 Thread Lucia Burke
Hello - There are some filesystems associated with TSM server stgpool volumes that were not mounted during the HACMP failover. I mounted the filesystems but the TSM server shows that volumes associated with these stgpools are offline. Are there commands to run which will force the TSM server to

Re: SV: schedule to exclude system object

2007-10-19 Thread Andrew Raibeck
> You should not use "-" before Systemstate and Systemservices. ... unless you really want to exclude these from backup. Which is the objective. :-) Regards, Andy Andy Raibeck IBM Software Group Tivoli Storage Manager Client Product Development Level 3 Team Lead Internal Notes e-mail: Andrew R

SV: schedule to exclude system object

2007-10-19 Thread Christian Svensson
Hi There, I tried on my server this is how you doing it. Option='-Domain="Systemstate Systemservices"' And when you run "DSMC Sched" you will see following information Next operation scheduled: Schedule Name: TEST Action:

Re: schedule to exclude system object

2007-10-19 Thread Larry Clark
so the single tics are to preserve the double quotes? - Original Message - From: "Andrew Raibeck" <[EMAIL PROTECTED]> To: Sent: Friday, October 19, 2007 1:22 PM Subject: Re: [ADSM-L] schedule to exclude system object No, you'll need quotes around the domain values, e.g., options='-

Re: schedule to exclude system object

2007-10-19 Thread Andrew Raibeck
No, you'll need quotes around the domain values, e.g., options='-domain="-systemstate -systemservices"' See the client book for "domain" syntax. :-) Regards, Andy Andy Raibeck IBM Software Group Tivoli Storage Manager Client Product Development Level 3 Team Lead Internal Notes e-mail: Andre

Re: schedule to exclude system object

2007-10-19 Thread Tim Brown
It works now with this schedule Policy Domain Name: NT Schedule Name: NT_DAILY_FS Description: NT Servers File System Only Action: Incremental Options: -domain=-systemstate Objects:

Re: schedule to exclude system object

2007-10-19 Thread Tim Brown
Cleint is Windows Policy Domain Name: NT Schedule Name: NT_DAILY_FS Description: NT Servers File System Only Action: Incremental Options: -domain=-systemobject Objects:

Re: schedule to exclude system object

2007-10-19 Thread Tim Brown
It is Windows 2003, doesnt have SYSTEMOBJECT just systemstate and systemservices Will try with those Thanks Tim - Original Message - From: "Andrew Raibeck" <[EMAIL PROTECTED]> To: Sent: Friday, October 19, 2007 12:57 PM Subject: Re: schedule to exclude system object In this case, I

Re: schedule to exclude system object

2007-10-19 Thread Andrew Raibeck
In this case, I don't see any issue with the quotes (or lack thereof). options=-domain=-systemobject is valid. My guess is that this occurs on a system that does not support the SYSTEMOBJECT domain, such as Windows 2003. Regards, Andy Andy Raibeck IBM Software Group Tivoli Storage Manager Clie

Re: schedule to exclude system object

2007-10-19 Thread Larry Clark
Have you done a q sched f=d to see how it displays? Does it display with the double quotes? I know I have run into this situation doing a def/update sched on AIX - Original Message - From: "Tim Brown" <[EMAIL PROTECTED]> To: Sent: Friday, October 19, 2007 12:50 PM Subject: Re: [ADSM-L] s

Re: schedule to exclude system object

2007-10-19 Thread Tim Brown
Have tried various combinations no luck Tim - Original Message - From: "Larry Clark" <[EMAIL PROTECTED]> To: Sent: Friday, October 19, 2007 11:45 AM Subject: Re: schedule to exclude system object looks like you have a problem with the quotes. It is inserted with single ticks insrtead

Upgrading TSM Server from 5.2 to 5.4 on Linux

2007-10-19 Thread Lori Grimaldi
Hi! I have a new SLES 9 server running on VM with TSM server 5.4.. I have a SLES 8 TSM 5.2 server that I need to cut over to this TSM 5.4 server. I moved over an 84G filesystem for /opt (mounted as something else) from the SLES 8 server to the SLES 9 one. What files do I have to copy to that f

Re: schedule to exclude system object

2007-10-19 Thread Andrew Raibeck
On which OS does this occur? Make sure it is an OS that supports the SYSTEMOBJECT domain, versus, say, SYSTEMSTATE and SYSTEMSERVICES. Regards, Andy Andy Raibeck IBM Software Group Tivoli Storage Manager Client Product Development Level 3 Team Lead Internal Notes e-mail: Andrew Raibeck/Tucson/[E

Re: Schedule "In progress" forever...

2007-10-19 Thread Richard Sims
Without knowing your TSM level or backup type, have a look at APAR IC52837 as a possible. Richard Sims

Re: AW: [ADSM-L] Impossible to del libr

2007-10-19 Thread CAYE PIERRE
It's lib of file type, so no paths, no drives, just the lib > -Message d'origine- > De : ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] De > la part de VOJTA Othmar > Envoyé : vendredi 19 octobre 2007 17:52 > À : ADSM-L@VM.MARIST.EDU > Objet : [ADSM-L] AW: [ADSM-L] Impossible to del l

AW: [ADSM-L] Impossible to del libr

2007-10-19 Thread VOJTA Othmar
Did you do the "delete sequence": 1)Path 2)Drive 3)Library Mit freundlichen Grüßen / yours sincerely Othmar Vojta INFORMATIONS-TECHNOLOGIE AUSTRIA GMBH STMG - Storagemanagement Zimmer 4912 A-1020 Wien, Lassallestraße 5 Telefon: +43-1-217 17- 57882 Telefax: +43-1-217 17- 8957882 mailto:[EMAIL PR

Schedule "In progress" forever...

2007-10-19 Thread Mario Behring
Hi list, I have a backup schedule (an incremental one) that is "in progress" for the past 19 hours and looks like nothing is really going on. I have some of these messages at the dsmerror.log: 10/18/2007 17:02:55 fioScanDirEntry(): *** Skipping unreadable directory: '\\servername\f$\Progra

Impossible to del libr

2007-10-19 Thread CAYE PIERRE
Hi all, Here is the output of a q libr Library Name: LIBTSM2 Library Type: SHARED ACS Id: Private Category: Scratch Category: WORM Scratch Category: External Manager: Shared: No LanFree: ObeyMountRetention:

Re: schedule to exclude system object

2007-10-19 Thread Larry Clark
looks like you have a problem with the quotes. It is inserted with single ticks insrtead of quotes. Just a guess. do a q sched f=d to verify. If so you may have to do something like: update schedule nt nt_daily_fs option='"-domain=-systemobject'" single tick then quote to preserve the double qu

schedule to exclude system object

2007-10-19 Thread Tim Brown
Created schedule to exclude system object as described in client admin for windows guide update schedule nt nt_daily_fs option="-domain=-systemobject" This is exactly how its coded in the manual However when client schedule runs I get this error ANS1107E Invalid option/value: '-domain=-sys

Prices for used 3592-J1A drives

2007-10-19 Thread Thomas Denier
We are currently using 3592-J1A tape drives for onsite tapes and 3590 drives for offsite tapes. Both types of drives are connected to a mainframe Linux system using FCP. I have been asked to develop an economic justification for phasing out the 3590 drives and using 3592 drives exclusively. What ar

Re: Decommissioning a TSM server

2007-10-19 Thread Zoltan Forray/AC/VCU
AHA. Another one of those undocumented commands! Thanks. CAYE PIERRE <[EMAIL PROTECTED]> Sent by: "ADSM: Dist Stor Manager" 10/19/2007 10:45 AM Please respond to "ADSM: Dist Stor Manager" To ADSM-L@VM.MARIST.EDU cc Subject Re: [ADSM-L] Decommissioning a TSM server Try "del volh t=db

Re: Decommissioning a TSM server

2007-10-19 Thread CAYE PIERRE
Try "del volh t=dbb tod=today force=y" > -Message d'origine- > De : ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] De > la part de Zoltan Forray/AC/VCU > Envoyé : vendredi 19 octobre 2007 16:28 > À : ADSM-L@VM.MARIST.EDU > Objet : [ADSM-L] Decommissioning a TSM server > > I am trying

Decommissioning a TSM server

2007-10-19 Thread Zoltan Forray/AC/VCU
I am trying to "properly" decommission a TSM server by basically going through and deleting ALL definitions. The one that has me stuck is the DEVCLASS that is used by a final DB backup. How can I delete the ONLY DBBackup volume ? Zoltan Forray

Re: 7500 Mb/s on 10 GbE!

2007-10-19 Thread Richard Sims
On Oct 18, 2007, at 10:43 PM, Kauffman, Tom wrote: The PCI bus on a P5 will saturate at 400 MB/Sec; you'll need to go to the P6 to exceed that. That, and the $8,000 per end cost are the reasons I have 4 independent gigabit backup networks. (At the lat time I looked, the IBM card was $8,000 and

Re: Select statement for space occupied by type of file?

2007-10-19 Thread Thach, Kevin G
Thanks very much guys! -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of William Boyer Sent: Friday, October 19, 2007 9:13 AM To: ADSM-L@VM.MARIST.EDU Subject: Re: Select statement for space occupied by type of file? Maybe the easiest is to either fr

Re: Select statement for space occupied by type of file?

2007-10-19 Thread William Boyer
Maybe the easiest is to either from the original server or from another Windows box with the TSM client, start the client CLI and run a QUERY BACKUP for *.PST files with -SUBDIR=YES. If you want all, the include the -INA flag to get the inactive version(s), too. It's quick and easy. Pipe the outp

Re: Select statement for space occupied by type of file?

2007-10-19 Thread Thorneycroft, Doug
dsmc q backup -nodename=node '{\\node\d$}\directory\*.pst' -subdir=yes >c:\path\output.txt Load the output into excel as fixed width text. -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] Behalf Of Thach, Kevin G Sent: Friday, October 19, 2007 5:20 AM To: ADSM-L

Re: Adding users with client access rights

2007-10-19 Thread Larry Clark
from the admin command line: update node archdelete=no backdelete=no Then the client can do restores, but not delete backups or archives. - Original Message - From: "Lars-Erik Öhman" <[EMAIL PROTECTED]> To: Sent: Friday, October 19, 2007 8:21 AM Subject: [ADSM-L] Adding users with

Adding users with client access rights

2007-10-19 Thread Lars-Erik Öhman
TSM 5.4.1.1 I´m trying to add users so they can do restores and only restores using the web client, but I can´t find where to give the users the "Client access" rights with the new and nice web GUI. If I logon with the good old web GUI I can give them the authority level "Client access".

Select statement for space occupied by type of file?

2007-10-19 Thread Thach, Kevin G
Hello- I'm trying to determine the amount of space occupied by .pst files for a certain node. I cannot figure out a good way to gather this information. The backups table doesn't have size information, and the occupancy table doesn't have file information. Can anyone offer up a select statemen

Re: Trying to retrieve data from tape

2007-10-19 Thread David Rigaudiere
PLEASE guys, stop to reuse previous thread for creating a new message. Don't reply and change the subject. Use "new message" on your mailer. There is a project on SourceForge http://sourceforge.net/projects/ tsmtape/ Not tested. David "Sniper" Rigaudiere

Re: Trying to retrieve data from tape

2007-10-19 Thread Richard Sims
On Oct 19, 2007, at 6:38 AM, Ibán Bernaldo de Quirós Márquez wrote: Hi all, I think I know the answer for this question(--It is not possible--) but from other software it could be do executing a large procedure to retrieve data without having the backup server database. Suppose that I have

Re: Trying to retrieve data from tape

2007-10-19 Thread Larry Clark
No database, no data. - Original Message - From: "Ibán Bernaldo de Quirós Márquez" <[EMAIL PROTECTED]> To: Sent: Friday, October 19, 2007 5:38 AM Subject: [ADSM-L] Trying to retrieve data from tape Hi all, I think I know the answer for this question(--It is not possible-

Re: Archiving basic queries

2007-10-19 Thread Larry Clark
Yes, if you use the -deletefiles=yes, they will be removed from the client when you run the archive. Then on the next backup, TSM will update its database entries the same as if you simply deleted the files without an archive. Then on the next expire inventory, your backup rules will be applied.

Trying to retrieve data from tape

2007-10-19 Thread Ibán Bernaldo de Quirós Márquez
Hi all, I think I know the answer for this question(--It is not possible--) but from other software it could be do executing a large procedure to retrieve data without having the backup server database. Suppose that I have lost my TSM database... All files at least are in tapes... Do we have a w

Re: Archiving basic queries

2007-10-19 Thread Angus Macdonald
Thanks for that. Makes it a lot clearer. So, if I create a filelist of files I want to archive and archive them with the -deletefiles option, they will be gone from the source, correct? If I then run an expire with the same filelist, the files will be expired from the Tivoli primary storage po

Re: Archiving basic queries

2007-10-19 Thread Larry Clark
Archiving and backups are two separate considerations unless you do an archive with the deletefiles option. If you archive a file it remains on the client unless you add the deletefiles option. In that case, the backup versions are not affected. If you archive with the deletefiles option, the

Archiving basic queries

2007-10-19 Thread Angus Macdonald
I have a lot of old data I want to archive based on the file accessed date. I know Tivoli cannot do this for me so I am putting together an app to locate and archive each file using batch mode. My queries are more fundamental - I'm having trouble finding a simple explanation of the archive proce