Previous Topic: Identity Management ServerNext Topic: Configure the Identity Management Server Properties File


Identity Management Server Pre-Installation Steps

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

Note: For installation a high-availability JBoss cluster, all nodes on the cluster must be on the same subnet.

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.

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

    Important! The Identity Management installation requires a JDK, rather than a JRE.

  3. Download, but do not install, JBoss 5.1.0 to your local system or to a file share.

    Note: The system installer JBoss automatically.

  4. Verify that Oracle is configured as follows:
  5. From the Oracle web site, download the JCE policy zip file, jce_policy-6.zip. Copy the file to the /tmp folder on your Identity Management server.
  6. Obtain the Identity Management Server ISO image from the CA Support site and extract it.
  7. Copy the kit (CAM-IM_kit-date.zip) to / (the root folder).
  8. Unzip the kit.
  9. Install the following packages:
  10. Run the following commands to set the state of the firewall/ip tables:
    chkconfig iptables off
    service iptables stop
    
  11. 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