Configuring the automatic startup/shutdown script for Control-M/EM on UNIX

This procedure describes how to configure the automatic startup/shutdown script for Control-M/EM on UNIX (optional).

NOTE: If not all Control-M/EM server components are installed on one account, you need to include the startup and shutdown commands in operating system startup and shutdown scripts of the host computer.

To configure the automatic startup/shutdown script for Control-M/EM on UNIX:

  1. Add the following commands to the start-up script of your operating system as needed:
  2. Add the following commands to the shut-down script of your operating system as needed:

    su - <em_account> -c "em ctl -mcs -C <Config_Agent> -M [hostname] -cmd shutdown"

    sleep 10

    su - <em_account> -c "stop_server -U <db_server_administrator_name> -P <db_server_administrator_name>"

Parent Topic

Control-M post installation procedures on UNIX