Previous Topic: Policy Server (DR)Next Topic: Secure Proxy Server (DR)


CSP Console (DR)

Prerequisite Steps

  1. Update the host file on the system with the CSP console to use an alias called cspdiralias for the CSP DSA hostname.
  2. Use ssh\putty to log in to the CSP console system at the primary site:
  3. From the primary site CSP console host, create the CSP DSA CA Directory Server for the DR site by executing these commands:
    cd /opt/CA/saas/repo/application/
    ./deployCSPDSA.sh -csp_dir_host DR CSP Directory Host -csp_dir_password CSP dir password -csp_dir_webservices_password DSA Web Services password
    
  4. Set the following properties for the CSP console installation:
    _csp_deploy_dsa=false; export _csp_deploy_dsa
    _csp_dir_host=cspdiralias; export _csp_dir_host
    
  5. Before installation, edit the properties file to set the database properties to match the Primary database properties. Match the entries for server hostname, usernames, passwords, tablespaces names and tablespace filenames and pathnames.
  6. Configure VIPs for this server at the DR site based on whether or not load balancing is used. The table uses the following codes:

Property

Primary Site Value

DR Site Value (load balancing)

DR Site Value (no load balancing)

_aa_tws_base_url

http://<SMPS-LB-VIP>:9090/tenant-services/cm/tenantws

same as primary

Same as Primary with <IP of DR SMPS> mapped to <SMPS-LB-VIP> in /etc/hosts

_aa_im_base_url

http://<IM-LB-VIP>:8080/iam/im/

same as primary

Same as Primary with <IP of DR IM> mapped to <IM-LB-VIP> in /etc/hosts

_aa_tomcat_host_address

<SMPS-LB-VIP>

same as primary

Same as Primary with <IP of DR SMPS> mapped to <SMPS-LB-VIP> in /etc/hosts

_shim_aaui_host_port

<SPS-LB-VIP>

same as primary

Same as Primary with <IP of DR SPS> mapped to <SPS-LB-VIP> in /etc/hosts

_shim_sm_webagent_host_port

<SPS-LB-VIP>

same as primary

Same as Primary with <IP of DR SPS> mapped to <SPS-LB-VIP> in /etc/hosts

_tws_im_ws_host

<IM-LB-VIP>

same as primary

Same as Primary with <IP of DR SPS> mapped to <SPS-LB-VIP> in /etc/hosts

_csp_dir_host

<Primary Dir1> (Change to alias name cspdiralias for next upgrade)

cspdiralias with <IP of DR DIR> mapped to cspdiralias in /etc/hosts

cspdiralias with <IP of DR DIR> mapped to cspdiralias in /etc/hosts

Perform the installation

Install the CSP console using the same CA CloudMinder Installation Guide procedure that you performed at the primary site.