Unsupported content

 

This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

Configuring BMC Atrium Orchestrator for HA

This topic provides instructions for configuring BMC Atrium Orchestrator for high availability (HA).

The configuration steps depends on the HA configuration of BMC Atrium Orchestrator and the external database used by BMC Atrium Orchestrator. The install planner supports the deployment with Configuration and Distribution Peer (CDP) as the primary server and HA CDP as the secondary server. For more information about various HA configurations, see BMC Atrium Orchestrator online documentation.

To configure BMC Atrium Orchestrator for HA

  1. Log on to the BMC Remedy mid tier URL and open the CMF:PluginConfiguration form.
  2. In the Field_AO_Hostname field, specify the host name for the CDP load balancer.
  3. Update the providers.json file with the host name of the CDP load balancer, as required. The following code snippet illustrates a sample load balancer configuration for BMC Atrium Orchestrator. Search for http://<AO>:<PORT>/<baocdp>/orca, and update all instances with the host name of the CDP load balancer :
    
    service clm-cdp
      protocol tcp
      keepalive type tcp
      port 28080
      ip address 10.10.10.10
      active
    
    service clm-hacdp
      protocol tcp
      keepalive type tcp
      port 28080
      ip address 10.10.10.10
      active
    
    service clm-aorepo
      protocol tcp
      keepalive type tcp
      port 38080
      ip address 10.10.10.10
      active
    
    content clm-cdp
        vip address 10.10.10.10
        add service clm-cdp
        add service clm-hacdp
        balance weightedrr
        port 28080
        protocol tcp
        active
    
  4. Locate the sample load balancer service and content information. In the preceding code snippet, three virtual machines are assumed.
  5. Restart the platform manager service for BMC Atrium Orchestrator, after updating the CDP URL.
Was this page helpful? Yes No Submitting... Thank you

Comments