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: |
HP-UX and HP-Itanium |
cp <agentHome>/ctm/scripts/rc.agent_user /sbin/init.d/<agentUser> |
cp home/ctm/scripts/rc.agent_user /sbin/init.d/agent1 |
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> |
cp home/ctm/scripts/rc.agent_user /etc/rc.d/agent1 |
SUSE |
>SuSEconfig |
|
Parent Topic |