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


Install and Verify the Second Provisioning Server

After you set the parameters for the second Provisioning 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. On the CA Directory Server system, 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 DSA user:
    su - dsa 
    
  5. Enter the following command:
    dxserver status 
    

    The output shows that the server has started:

    Provisioning-Server-host>-imps-router started
    
  6. Log in as the IMPS user:
    su - imps
    
  7. Navigate to /opt/CA/IdentityManager/ProvisioningServer/bin.
  8. Enter the following command:
    ./imps status
    

    The output shows the following:

    im_ps is running
    

Continue with installing the CA IAM Connector Server.