Application Service Guide > Content Management Service > Content Management Service and High Availability
  

Content Management Service and High Availability

Configure a Content Management Service on a backup node in a domain to support the high availability of run-time operations that use Content Management Service properties.
For example, in a domain with a primary node that runs a Data Integration Service and a master Content Management Service, create a Content Management Service on a backup node. You do not need to associate the Content Management Service on the backup node with a Data Integration Service. When you update the properties of the Content Management Service on the backup node, the properties of the Data Integration Service on the backup node are also updated.
Consider the following rules and guidelines when you configure a Content Management Service on the backup node:

Updating the Content Management Service Master Status

You can use infacmd to set the Master CMS property of a Content Management Service to true or false. For example, use infacmd to update the master status of the Content Management Services on the primary and backup nodes if the primary node fails in a high availability environment.
To update the master status of the services on a primary and backup node, perform the following steps:
    1. Run infacmd cms updateserviceoptions to set the master status of the Content Management Service on the primary node to false.
    Note: The MultiServiceOptions.Master option controls the status of the service.
    2. Run infacmd cms updateserviceoptions to set the master status of the Content Management Service on the backup node to true.
    3. Associate the backup Content Management Service with a non-grid Data Integration Service running on the same node.
    4. Restart the Content Management Service on the backup node.