Remove server commands

Murkin

ADSM.ORG Member
Joined
Jan 8, 2003
Messages
46
Reaction score
0
Points
0
Website
Visit site
Hello,



Does anyony know of away to connect to a remote TSM server vie VB/C/etc

and issue administrative commands.



Perhaps something like the API the DSMADMC utility uses (or API to the utility itself).





Thank you
 
Just curious.

Have you thought about using the TSM Web Admin?



Sias
 
:)



We have a few dozen sites where TSM is to be installed.



Every installation requires execution of a few dozen commands, alittle different on each server.



I created a simple VB wizard, which takes a few parameters about the server and generates the commands that need be executed in TSM.



Now I only need a way to run these commands on the server, in a way as much controlled as possible.
 
In Unix and I'd assume under most of the other OSes as well, you can start the TSM server in the forground with a commandline option to run a file containing TSM commands. i.e. <$TSM_SERVER_DIR>\dsmserv runfile <file_with_cmds>



Works wonderfully under AIX.



-Aaron
 
Back
Top