Previous Topic: Configure the Second CA IAM Connector Server Properties FileNext Topic: SiteMinder Policy Server


Install and Verify the Second CA IAM Connector Server

After you set the parameters for the second CA IAM Connector Server instance 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. Check that Java is running:
    ps -ef | grep java
    

    The output shows the following:

    /opt/CA/Directory/dxserver/dsamgmt/jvm/bin/java -Xms256m -Xmx1024m -cp /opt/CA/Directory/dxserver/dsamgmt/lib/* com.ca.directory.dxagent.service.DxAgentService
    jvm/bin/java -ea -Dkaraf.home=/opt/CA/IdentityManager/ConnectorServer -server -Xms128M -Xmx1024M -XX:MaxPermSize=384m -Djava.awt.headless=true -Dcom.sun.management.jmxremote -Dderby.system.home=/opt/CA/IdentityManager/ConnectorServer/data/der
    by -Dderby.storage.fileSyncTransactionLog=true -Djava.endorsed.dirs=/opt/CA/IdentityManager/ConnectorServer/lib/endorsed -Djava.ext.dirs=/opt/CA/IdentityManager/ConnectorServer/jvm/lib/ext:/opt/CA/IdentityManager/ConnectorServer/lib/ext -Dkaraf.instances=/opt/CA/IdentityManager/ConnectorServer/instances 
    -Dkaraf.base=/opt/CA/IdentityManager/ConnectorServer -Dkaraf.data=/opt/CA/IdentityManager/ConnectorServer/data -Djava.util.logging.config.file=/opt/CA/IdentityManager/ConnectorSer
    ver/etc/java.util.logging.properties -Dkaraf.startLocalConsole=false -Dkaraf.startRemoteShell=true 
    -Djcsroot=/opt/CA/IdentityManager/ConnectorServer/jcs -Dlog4j.configuration=/opt/CA/IdentityManager/ConnectorServer/etc/org.ops4j.pax.logging.cfg -Dsun.lang.ClassLoader.allowArraySyntax=true -classpath 
    /opt/CA/IdentityManager/ConnectorServer/conf:/opt/CA/IdentityManager/ConnectorServer/lib/karaf-jaas-boot.jar:/opt/CA/IdentityManager/ConnectorServer/lib/karaf.jar:/opt/CA/IdentityManager/ConnectorServer/lib/servicemix-version.jar:/opt/CA/IdentityManager/ConnectorServer/lib/smix4SecurityWrapper.jar:/opt/CA/IdentityManager/ConnectorServer/j
    cs/tools/lib/cacommons.jar smix.security.wrapper.Smix4SecurityWrapper
    
  4. Log in as the root user.
    su - root
    
  5. Enter the following command:
    service im_jcs status
    

    The output shows the following:

    jcs is running
    

Continue with installing the SiteMinder Policy Server.