Previous Topic: Troubleshooting Policy DeploymentNext Topic: Policy Does Not Successfully Deploy on All Endpoints


Modify the Advanced Policy Management Communication Layer

Starting from CA ControlMinder 12.6.01, the Advanced Policy Management communication layer between the DMS and the Distribution Hosts modified to use the Message Queue server. You can modify existing endpoints communication method to use the Message Queue Server.

Follow these steps:

  1. From the Enterprise Management Server that holds the DMS, verify that all subscribers are synchronized with the DMS.

    Note: Verify the DH subscribers offset matches the global offset.

  2. Remove all subscribers from the DMS, for example:
    sepmd -u DMS__DH__@dhname
    
  3. Add a Message Queue subscriber to the DMS, as follows:
    sepmd -smq DMS__ -predefined ServerToServerBroadcast -destination DH 
    
  4. From each Distribution Server, verify that the DMS subscriber is synchronized with the DH__WRITER using the following command:
    sepmd -L DH__WRITER
    

    Note: Verify the DMS subscribers offset matches the global offset.

  5. Remove the DMS subscriber from the DH__WRITER, for example:
    sepmd -u DH__WRITER DMS__@dmsname
    
  6. Add a Message Queue subscriber, as follows:
    sepmd -smq DH__WRITER -predefined ServerToServer -destination DMS