Previous Topic: Configure the Second Secure Proxy Server Properties FileNext Topic: Identity Management Server


Install and Verify the Second Secure Proxy Server

After you set the parameters for the second Secure Proxy Server 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/jdk1.6.0_31/32/bin/java -ms256m -mx512m -server -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 -DNETE_WA_ROOT=/opt/CA/webagent -DPWD=/opt/CA/secure-proxy -classpath 
    /opt/CA/secure-proxy/Tomcat/bin/proxybootstrap.jar:/opt/CA/secure-proxy/Tomcat/properties:/opt/jdk1.6.0_31/32/lib/tools.jar:/opt/CA/secure-proxy/Tomcat/bin/bootstrap.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.

Continue with installing the Identity Management Server.