Previous Topic: Proxy UI for the Secure Proxy ServerNext Topic: High-Availability: Secure Proxy Server 2


Install the Secure Proxy Server

After you set the Secure Proxy Server parameters and back up the properties.sh file, run the installation program.

Verify the installation before proceeding with further installation steps.

Follow these steps:

  1. Navigate to:
    /opt/CA/saas/repo/application/
    
  2. Run:
    ./appliance_local.sh config 
    

    When installation is complete, verify the installation as follows.

  3. Make sure that services are running. Enter this command:
    ps -ef | grep httpd
    

    The response should be instances of the following line:

    /opt/CA/secure-proxy/httpd/bin/httpd -d /opt/CA/secure-proxy/httpd -k start
    
  4. Check that Java is running. Enter the following command:
    ps -ef | grep java
    

    The response should be similar to the following, ending with server.conf:

    /opt/java32/bin/java -Dhttp_connection_stalecheck=true -ms256m -mx1024m -server -XX:MaxPermSize=256M -Dcatalina.base=/opt/CA/secure-proxy/Tomcat -Dcatalina.home=/opt/CA/secure-proxy/Tomcat -Djava.io.tmpdir=/opt/CA/secure-proxy/Tomcat/temp -DHTTPClient.log.mask=0 
    -DHTTPClient.Modules=HTTPClient.RetryModule|org.tigris.noodle.NoodleCookieModule|HTTPClient.DefaultModule -Dlogger.properties=/opt/CA/secure-proxy/Tomcat/properties/logger.properties -Dhttp_connection_stalecheck=true -Dhttp_connection_timeout=60000 -Dhttp_socket_timeout=300000 -Djava.endorsed.dirs=/opt/CA/secure-proxy/Tomcat/endorsed -DNETE_WA_ROOT= -DPWD=/opt/CA/secure-proxy -classpath 
    /opt/CA/secure-proxy/Tomcat/bin/proxybootstrap.jar:/opt/CA/secure-proxy/Tomcat/properties:/opt/CA/secure-proxy/resources:/opt/java32/lib/tools.jar:/opt/CA/secure-proxy/Tomcat/bin/bootstrap.jar:/opt/CA/secure-proxy/Tomcat/lib/smi18n.jar com.netegrity.proxy.ProxyBootstrap -config /opt/CA/secure-proxy/proxy-engine/conf/server.conf
    
  5. Start the Secure Proxy Server as follows:
    1. Navigate to /opt/CA/secure-proxy/proxy-engine
    2. Issue these commands:
      ./sps-ctl stop
      ./sps-ctl startssl
      

    The Secure Proxy Server starts.

  6. For a high-availability deployment, continue with installing a second Secure Policy Server. For a single-instance deployment, continue with installing the Identity Management Server.