Previous Topic: Configure the CA Directory Properties FileNext Topic: High-Availability: Directory Server 2


Install and Verify the CA Directory Server

After you set the CA Directory 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. 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:

    <dir1 host>-impd-notify started
    <dir1 host>-impd-main started
    <dir1 host>-impd-inc started
    <dir1 host>-impd-co started
    
  6. For a high-availability deployment, continue with installing a second CA Directory server. For a single-instance deployment, continue with installing the Provisioning Server.