Previous Topic: Secure Proxy ServerNext Topic: Configure the Secure Proxy Server Properties File


Secure Proxy Server Pre-Installation Steps

To prepare for the 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. 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 Secure Proxy Server ISO image from the CA Support site and extract it.
  4. Copy the kit (CAM-SPS_kit-date.zip) to / (the root folder).
  5. Unzip the kit.
  6. Install the 32-bit version of the libkeyutils.so.1 library.
  7. Install the following packages:
  8. Run the following commands:
    rpm -i compat-expat1-1.95.8-8.el6.i686.rpm
    rpm -i libuuid-2.17.2-12.el6.i686.rpm
    rpm -i apr-1.3.9-3.el6.i686.rpm
    rpm -i db4-4.7.25-16.el6.i686.rpm
    rpm -i expat-2.0.1-9.1.el6.i686.rpm
    rpm -i apr-util-1.3.9-3.el6_0.1.i686.rpm
    
  9. Run the following commands to set the state of the firewall/ip tables:
    chkconfig iptables off
    service iptables stop
    
  10. 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