Previous Topic: Install and Verify the Second CA IAM Connector ServerNext Topic: Configure the SiteMinder Policy Server Properties File


SiteMinder Policy 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 32-bit JDK and 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 SiteMinder Policy Server 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 Oracle is configured as follows:
  5. Obtain the SiteMinder Policy Server ISO image from the CA Support site and extract it.
  6. Copy the kit (CAM-SMPS_kit-date.zip) to / (the root folder).
  7. Unzip the kit.
  8. Install the following packages required for Advanced Authentication
  9. Issue the following command:
    rpm -i compat-libtermcap-2.0.8-49.el6.i686.rpm
    
  10. Install the Korn shell packages at /bin/ksh.
  11. Run the following commands to set the state of the firewall/ip tables:
    chkconfig iptables off
    service iptables stop
    
  12. 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