|
hi, jiangxh
first of all, please post your client information like the Operating Ssystem (windows, aix, linux and so on) and the way you set up the schedule service.
generally, in windows, the tsm client schedule is a system service, you are able to start or stop it in serivce list (control panel->administation tool->service). in *nux, if you add the schedule service in /etc/inittab as the following dsms:345:respawn:/opt/tivoli/tsm/client/ba/bin/dsmc sched >/dev/null 2>&1, please do next steps. 1, edit the /etc/inittab file as you perfered editor, change the respawn to once, save the file and exit. 2, change to root user and run command : telinit q, this command can refresh /etc/inittab and activate the changes you ever made. 3, find out the pid of the dsm schedule by ps -ef|grep dsm, and kill the process. 4, try ps -ef| grep dsm again and make sure the process is gone. if you only start schedule by "dsmc sched ", please do the step 3 and 4.
is it clear?
Frank
|