TSM Startup Command

jmiller

ADSM.ORG Member
Joined
Oct 23, 2003
Messages
22
Reaction score
0
Points
0
Location
East Lansing, MI
Website
http
Hello,

Is there a way I can have TSM Server run a specific command whenever it starts up? When we do have to restart our server, it is often because of a problem with our library and therefore we run "audit libr checkl=B" after the restart to make sure TSM and the lib are in sync. Many times I can't get in there fast enough to start it before an Admin Schedule kicks off, so it would be nice if it could do it before anything else runs.



Thanks, Jordan

5.1.7.3 & Spectra 10k on W2KAS
 
you can tell TSM to startup and run a command but once that command exits, the TSM server shuts down



(dsmserv runfile=<file>) (where <file> is TSM based commands in a normal text file)



i.e.: dsmserv runfile=c:\tsm-lib.bat

tsm-lib.bat contents:

audit libr <lib_name> checkl=b



I don't know of any way to have the server come up in normal mode, run a command, and start up without other schedules kicking in.



Good luck



-Aaron
 
Back
Top