Previous Topic: Configure the CSP Console Properties FileNext Topic: Secure Proxy Server


Install the CSP Console

After you set the CSP console 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. Issue this command to check if Java is running:
    ps -ef|grep java
    

    The response is as follows:

    "/opt/java64/jre/bin/java -Djava.util.logging.config.file=/opt/CA/AdvancedAuth/Tomcat/conf/logging.properties -Xms256m -Xmx1024m -XX:MaxPermSize=256M -Xms256m -Xmx1024m -XX:MaxPermSize=256M -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.endorsed.dirs=/opt/CA/AdvancedAuth/Tomcat/endorsed -classpath /opt/CA/AdvancedAuth/Tomcat/bin/bootstrap.jar:/opt/CA/AdvancedAuth/Tomcat/bin/tomcat-juli.jar
    -Dcatalina.base=/opt/CA/AdvancedAuth/Tomcat -Dcatalina.home=/opt/CA/AdvancedAuth/Tomcat -Djava.io.tmpdir=/opt/CA/AdvancedAuth/Tomcat/temp org.apache.catalina.startup.Bootstrap start"
    "java -Xms256m -Xmx1024m -cp ./lib/* com.ca.directory.dxagent.service.DxAgentService"
    "/opt/java32/bin/java -Dprogram.name=run.sh -server -Djboss.platform.mbeanserver -Djava.security.policy=workpoint_client.policy -Xms256m -Xmx1024m -XX:MaxPermSize=256m -XX:ReservedCodeCacheSize=50m -Djava.net.preferIPv4Stack=true -Djava.endorsed.dirs=/opt/CA/siteminder/adminui/lib/endorsed -classpath 
    /opt/CA/siteminder/adminui/bin/run.jar:/opt/java32/lib/tools.jar org.jboss.Main -b 0.0.0.0 -c default"
    "/opt/java32/jre/bin/java -Xrs -Xmx64m -Dnete.ps.root=/opt/CA/siteminder -classpath /opt/CA/siteminder/lib/smconapi.jar:/opt/CA/siteminder/monitor/smmon.jar com.netegrity.smmonagent.SmMonAgentRun"
    
  4. Inspect the /opt/CA/siteminder/registry/sm.registry file.

    It should have the following highlighted entry (usually at second line in file):

    HKEY_LOCAL_MACHINE\SOFTWARE\Netegrity\SiteMinder\CurrentVersion=394046641
    ImsInstalled=                             8.0;  REG_SZ
    InstallKey=             {RC2}/tL+wKS/abs0sjGzklRt7TuYrZ+r2uvAkF6hqpD4QTM=;      REG_SZ
    Label=                                   4021;  REG_SZ
    Language=                                  EN;  REG_SZ
    Location=                  /opt/CA/siteminder;  REG_SZ
    MasterKeyFile=          /opt/CA/siteminder/bin/EncryptionKey.txt;       REG_SZ
    Update=                                 00.00;  REG_SZ	
    Version=                                 1.53;  REG_SZ
    
  5. Issue this command to confirm that SiteMinder is running:
    ps -ef|grep sm
    

    The response is as follows:

    "/opt/CA/siteminder/bin/smexec"
    "/opt/java32/jre/bin/java -Xrs -Xmx64m -Dnete.ps.root=/opt/CA/siteminder -classpath /opt/CA/siteminder/lib/smconapi.jar:/opt/CA/siteminder/monitor/smmon.jar com.netegrity.smmonagent.SmMonAgentRun"
    "smpolicysrv"
    

Continue with installing the Secure Proxy Server.