ADSM-L

Re: Separating Windows System Object Backup from the File system Backups

2004-06-01 17:03:49
Subject: Re: Separating Windows System Object Backup from the File system Backups
From: "Prather, Wanda" <Wanda.Prather AT JHUAPL DOT EDU>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Tue, 1 Jun 2004 17:03:15 -0400
Just guessing..

If I just type
c:\tsm\baclient\dsmc backup systemobject

into the command line, it doesn't work.

What I would try is to change the OBJECTS to:  c:\whatever\backup.bat

and in the .bat file put

cd "c:\program files\tivoli\tsm\baclient''
dsmc backup systemobject

See if that makes a difference.

Wanda Prather
"I/O, I/O, It's all about I/O"  -(me)


-----Original Message-----
From: Hart, Charles [mailto:charles.hart AT MEDTRONIC DOT COM]
Sent: Tuesday, June 01, 2004 4:33 PM
To: ADSM-L AT VM.MARIST DOT EDU
Subject: Separating Windows System Object Backup from the File system
Backups


We've been having issues with the log being pinned by Win2k Sysobj's  The
Tivoli tech support had me create two schedules (One for File system only
and one set of Scheds for Sysobj.)  If anyone has any ideas that would be
great!  We want to do this from the server side as we have hundreds of Intel
rabbits.

File System Only Sched - Which Works fine
define schedule <domainname> <schedulename> action=incremental
options="-domain='-systemobject'"

Win2k SysObj Sched - Can not get to work our path is slightly different (IE
c:\program fiule etc)
define schedule <domainname> <schedulename>
action=commandobjects='c:\tsm\baclient\dsmc backup systemobject'

Our Sysob Sched Detail

 Policy Domain Name: INTEL
                Schedule Name: INTEL_SYSOBJ
                  Description:
                       Action: Command
                      Options:
                      Objects: C:\Program Files\Tivoli\TSM\baclient\dsmc
backup systemobject
                     Priority: 5
              Start Date/Time: 06/01/04   15:20:00
                     Duration: 1 Hour(s)
                       Period: 1 Day(s)
                  Day of Week: Any


Detail from dsmsched log...

2004-06-01 15:20:03 --- SCHEDULEREC QUERY BEGIN
2004-06-01 15:20:03 --- SCHEDULEREC QUERY END
2004-06-01 15:20:03 Next operation scheduled:
2004-06-01 15:20:03
------------------------------------------------------------
2004-06-01 15:20:03 Schedule Name:         INTEL_SYSOBJ
2004-06-01 15:20:03 Action:                Command
2004-06-01 15:20:03 Objects:               C:\Program
Files\Tivoli\TSM\baclient\dsmc backup systemobject
2004-06-01 15:20:03 Options:
2004-06-01 15:20:03 Server Window Start:   15:20:00 on 2004-06-01
2004-06-01 15:20:03
------------------------------------------------------------
2004-06-01 15:20:03
Executing scheduled command now.
2004-06-01 15:20:03
Executing Operating System command or script:
  C:\Program Files\Tivoli\TSM\baclient\dsmc backup systemobject
2004-06-01 15:20:03 Finished command.  Return code is: 1
2004-06-01 15:20:03 ANS1909E The scheduled command failed.
2004-06-01 15:20:03 ANS1512E Scheduled event 'INTEL_SYSOBJ' failed.  Return
code = 1.
2004-06-01 15:20:03 Sending results for scheduled event 'INTEL_SYSOBJ'.
2004-06-01 15:20:03 Results sent to server for scheduled event
'INTEL_SYSOBJ'.

DSMERROR Log
2004-06-01 15:20:03 ANS1909E The scheduled command failed.
2004-06-01 15:20:03 ANS1512E Scheduled event 'INTEL_SYSOBJ' failed.  Return
code = 1.

TSM Env
Server AIX 5.2.2 TSM 5.2.4
Client WIn2k TSM Client 5.2.2


Thank You!