Previous Topic: CSP Console (Primary)Next Topic: Layer 7 Gateway (Primary)


Identity Management Server (Primary)

Follow these steps:

  1. Update the host file with aliases for the CSP Directory DSA hostname and the CSP Console server.
    1. Create an alias 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.
    3. Create an alias called csphostalias for the Primary CSP console server.
    4. Map this alias to the IP address of Primary site CSP console server, where the SiteMinder Admin UI is installed.
  2. Update the Identity Management server to use the alias name for the CSP Directory DSA host.

    In the Identity Management management console, export the directory XML for the CSP Directory.

    1. Edit the exported XML file and locate the following line in that file:
      <Connection host="<hostname of CSP DSA host> port="50000" />
      
    2. Change the line to appear as follows:
      <Connection host="cspdiralias" port="50000" />
      
    3. Save the file.
  3. Update the CSP Directory by importing the updated XML file through Identity Management Management Console.
  4. Locate the properties.sh file that was backed up before the upgrade.

    Restore that file into the /tmp folder.

  5. Run the changeCSPHostname script as follows:
    cd /opt/CA/saBas/repo/application/
    ./changeCSPHostname.sh
    
  6. Restart the JBoss service on both Identity Management servers one at a time.
    service im stop
    service im start
    

Repeat steps 1 through 5 on each system that hosts an Identity Management server at the primary site.