This procedure describes how to configure the automatic startup procedure for Control-M/Agent on AIX.
To configure the automatic startup procedure for Control-M/Agent on AIX:
cp <agentHome>/ctm/scripts/rc.agent_user/etc/<agentUser>
ls -la /etc/<agentUser>
If the permissions are not set, execute as follows:
chmod 755 /etc/<agentUser>
<agentUser>:2:once:/etc/<agentUser>
Example: For user agent1, run the following command: cp /home/agent1/ctm/scripts/rc.agent_user /etc/agent1.
In the file /etc/inittab append the following line: agent1:2:once:/etc/agent1
Parent Topic |