Previous Topic: CA IAM Connector ServerNext Topic: Configure the CA IAM Connector Server Properties File


CA IAM Connector Server Pre-Installation Steps

To prepare for installation, confirm that your server environment is properly prepared. Then install the required packages.

Follow these steps:

  1. Install 64-bit Linux RHEL 6.1.
  2. Download, but do not install, a 64-bit JDK to your local system or to a file share. You can also use a JRE in place of a JDK.

    Note: The system installer can install the JDK automatically. We recommend that you download a JDK and allow the system to install it.

  3. Obtain the Provisioning Server ISO image from the CA Support site and extract it.
  4. Copy the kit (CAM-IMPS_kit-date.zip) to / (the root folder).
  5. Unzip the kit.
  6. Install the following packages:
  7. Run the following commands to set the state of the firewall/ip tables:
    chkconfig iptables off
    service iptables stop
    
  8. Run the following commands to check and set the state of SELinux:
    1. Check the status:
      sestatus
      
    2. If the response is "permissive" or "disabled", do nothing
    3. If the response is "enforcing", change the state:
      sudo vi /etc/selinux/config
      setenforce 0