Previous Topic: Configure the Second CA Directory Properties FileNext Topic: Provisioning Server


Install and Verify the Second CA Directory Server

After you set the parameters for the second CA Directory 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:

    java -Xms256m -Xmx1024m -cp ./lib/* com.ca.directory.dxagent.service.DxAgentService
    
  4. Log in as the DSA user:
    su - dsa 
    
  5. Check the Directory Server status by issuing the dxserver command:
    dxserver status 
    

    The output shows that the four impd processes have started:

    <dir2 host>-impd-notify started
    <dir2 host>-impd-main started
    <dir2 host>-impd-inc started
    <dir2 host>-impd-co started
    

Continue with installing the Provisioning Server.