How to stop deamon on TSM Server

Betty

Active Newcomer
Joined
Oct 22, 2008
Messages
6
Reaction score
0
Points
0
Hi,

I am new to TSM. Can someone help me how to stop daemon (dsmserv) - halt from TSM Admin CLI and Start-up TSM Backup Daemon on TSM server (dsmserv).

My TSM server is SUSE 9. I will appreciate if you let me know the correct command .

Thanks,

Betty
 
if you want to STOP the tsmserver, you can start: dsmadmc -> login -> HALT, this will stop/halt your tsmserver <- is this what you want?

or you have to look in your system how tsmserver is started, f.e. /etc/init.d/dsmserv ...
 
Sorry i don't understand what you meant. Do you mean to start deamon i can use
dsmadmc command and to stop deamon login as root and use halt??
 
To halt the tsm server, login to the TSM admin interface such as the CLI, by executing dsmadmc. From there,

Query process - to list processes if any you can either wait or cancel them.
Disable session client - to prevent other sessions from login in.
Query sessions - to list sessions if any you can either wait or cancel them.
halt - this will halt the tsm server.

To start it up again, you could reboot the server, assuming it is configured to restart TSM automatically, you could cd /opt/tivoli/tsm/server/bin and start TSM with dsmserv, or you could, if configured in init.d, run service dsmserv.rc start
 
Back
Top