Shutdown script

cruz_g

ADSM.ORG Member
Joined
Aug 14, 2003
Messages
9
Reaction score
0
Points
0
Website
Visit site
Is any one using a script to stop the cad and sched on AIX? I am manually killing the PIDs. If any one can help me out, I would appreciate it.
 
Hi,



We use system resource controller SRC to manage our scheduler:



mkssys -p /usr/tivoli/tsm/client/ba/bin/dsmc -a sched -s dsmc -u root -e /var/tsm/client/dsmerror.log -i /dev/zero -o /var/tsm/client/dsmsched.log -R -d -Q -S -f 9 -n 15 -w 20 -E 0



With that you can start, stop, query etc TSM client scheduler: startsrc -sdsmc, stopsrc -sdsmc, lssrc -sdsmc.

Command starsrc is implemented to /etc/inittab, so dsmc is started at IPL. In the above example mkssys has configured the dsmc subsystem to be restarted whenever it crashes.



Cheers

Michael
 
Back
Top