Configuring the automatic startup procedure for Control-M/Agent on AIX

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:

  1. Log in as root privileged user.
  2. Run the following command:

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

  3. Verify execution permissions (-rwxr-xr-x):

    ls -la /etc/<agentUser>

    If the permissions are not set, execute as follows:

    chmod 755 /etc/<agentUser>

  4. Open the /etc/inittab file in an editor, and append the following line:

    <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

Control-M post installation procedures on UNIX