How to check is dsmcad runing and how to start it?

martins

ADSM.ORG Member
Joined
Mar 23, 2005
Messages
12
Reaction score
0
Points
0
Website
Visit site
PREDATAR Control23

Hi, I have suspected that my tsm client scheduler does not work on aix client. Manualy using dsmc sched it starts, but automaticaly not. I have suspected that dsmcad is not present.

How to check this?

Thanks, Martins
 
PREDATAR Control23

ps -ef |grep dsm



That will show all processes that are running that contain the string "dsm"



To start the Client Acceptor Demon (dsmcad) run /usr/tivoli/tsm/client/ba/bin/dsmcad



This can be added to the inittab to start on boot:



mkitab "dsmcad:2:eek:nce:/usr/tivoli/tsm/client/ba/bin/dsmcad"



-Aaron
 
Top