1833793 Members
3207 Online
110063 Solutions
New Discussion

Re: Control-M

 
Steve Ferrara
Advisor

Control-M

Guys,

Anybody know the startup commands for control-m. Currently, to start control-m its a manual process of going through a menu. We'd like Tivoli to automatically start controlm should it go down.
1 REPLY 1
Alan Meyer_4
Respected Contributor

Re: Control-M

Our server has startup files in /sbin/init.d, so our startup is;

/sbin/init.d/ctm start

If for some reason your server does not have that, the startup commands inside that script are;

su - $CONTROLM_USER -c $CONTROLM_DIR/ctm/scripts/start-sybase
sleep 15
su - $CONTROLM_USER -c "/usr/bin/nohup $CONTROLM_DIR/ctm/scripts/start-"


as you can see, that is for a sybase db. Oracle is probably different.
" I may not be certified, but I am certifiable... "