Control-M/Agent automatic startup procedures

The following table lists the scripts for each operating system to enable the automatic startup procedures for Control-M/Agent:

Operating system

Startup procedure

Example

AIX

cp <agentHome>/ctm/scripts/rc.agent_user /etc/<agentUser>

Open the /etc/inittab file in an editor, and append the following line at the end of the file.

<agentUser>:2:once:/etc/<agentUser>/rc.agent_user

For a user called agent1, specify the following command:
   cp /home/agent1/ctm/scripts/rc.agent_user /etc/agent1
and in file /etc/inittab add:
   agent1:2:once:/etc/agent1/rc.agent_user

Oracle Solaris

cp <agentHome>/ctm/scripts/rc.agent_user  /etc/init.d/rc.<agentUser>ln -s ../init.d/rc.<agentUser>/etc/rc2.d/S13<agentUser>

cp home/ctm/scripts/rc.agent_user /etc/init.d/rc.agent1

ln -s ../init.d/rc.agent1 /etc/rc2.d/S13agent1

Linux

cp <agentHome>/ctm/scripts/rc.agent_user /etc/rc.d/<agentUser>
ln -s /etc/rc.d/<agentUser> /etc/rc.d/rc5.d/S98<agentUser>

cp home/ctm/scripts/rc.agent_user /etc/rc.d/agent1
ln -s /etc/rc.d/agent1 /etc/rc.d/rc5.d/S98agent1

SUSE

>SuSEconfig

 

RedHat 7

Configuring the automatic startup/shutdown procedure for Control-M/Agent

 

Oracle Linux 7

CentOS7

Ubuntu 16

Suse Linux Enterprise 12

Parent Topic

Control-M post installation procedures on UNIX