Previous Topic: Step 1. Transfer the Necessary Files

Next Topic: Step 3. Configure the CAM Service

Step 2. Install the CAM Service

You must install the CAM Service on your UNIX systems.

To install the CAM Service

  1. Log on to your UNIX server as root by using the Telnet or SSH client.
  2. Create and change to the directory where you want to install the CAM service, for example /opt/CA:
    mkdir /opt/CA
    cd /opt/CA
    
  3. Issue the UNIX tar command to install the CAM Service:
    zcat /tmp/compressed_tar_format_CAM_file | tar xvf -
    

    where compressed_tar_format_CAM_file is the name of the compressed tar format file that you transferred.

  4. Change to the cam/scripts directory:
    cd ./cam/scripts
    
  5. Issue the following UNIX shell script:
    ./install
    

    Note: If the AGENTWORKS_DIR environment variable is set and the $AGENTWORKS_DIR/services directory exists, the CAM “install” scripts copy the CAM files within this $AGENTWORKS_DIR/services directory.