Previous Topic: Policy Server (Primary)Next Topic: Identity Management Server (Primary)


CSP Console (Primary)

Follow these steps:

  1. Update the host file to use an alias for the CSP Directory DSA hostname.
    1. Create an alias name called cspdiralias for the Directory Host.
    2. Map this alias to the IP of Primary site Directory Server 1 where the CSP console DSA is hosted.
  2. Locate the CA CloudMinder 1.51 properties.sh file that was backed up before the upgrade.

    Restore that file into the /tmp folder.

  3. Navigate to the following location:
    /opt/CA/saas/repo/application/
    
  4. Run the command as shown in the following format:
    ./UpdateCSPDir.sh -csp_dir_host IP Address of CSP console DIR Host System
    

    For example: ./UpdateCSPDir.sh -csp_dir_host 10.252.1.102

    Optionally, you can include the CSP console DIR Port and CSP console DIR alias name. For example:

    ./UpdateCSPDir.sh -csp_dir_host IP Address of CSP console DIR Host System -csp_dir_port  CSP console  DIR Port Number -csp_dir_alias CSP console DIR Host Alias
    

    For example: ./UpdateCSPDir.sh -csp_dir_host 10.252.1.102 -csp_dir_port 50000 -csp_dir_alias cspdiralias

    If you omit these parameters, the default port is 50000 and the default alias is cspdiralias.

  5. Restart the SiteMinder Admin UI service by using these commands:
    service S98smAdminUI stop 
    

    Wait 30 seconds, then issue the second command.

    service S98smAdminUI start