To start the Control-M/Server, enter the following commands.
CTM_ACC=ctmxxx
CTM_DIR=/export2/ctmxxx
#Start Control-M/Server Configuration Agent
su - $CTM_ACC -c $CTM_DIR/ctm_server/scripts/start_ca
#Start Control-M/Server
su - $CTM_ACC -c $CTM_DIR/ctm_server/scripts/start_ctm
To stop the Control-M/Server, enter the following commands.
CTM_ACC=ctmxxx
CTM_DIR=/export2/ctmxxx
#Stop Control-M/Server Configuration Agent
su - $CTM_ACC -c $CTM_DIR/ctm_server/scripts/shut_ca
#Stop Control-M/Server
su - $CTM_ACC -c $CTM_DIR/ctm_server/scripts/shut_ctm
su - $CTM_ACC -c $CTM_DIR/ctm_server/scripts/clean_semaphores > /dev/null
NOTE: When Control-M/Server is managed in a cluster, the cluster software starts, stops, and monitors Control-M/Server actions. When used in a cluster, if the Control-M/Server is defined on Control-M Configuration Manager, the Control-M/Server desired state defined on Control-M Configuration Manager should be set to value ignore.
Parent Topic |