I have a a multi OC setup and want to setup policy_management_ws for HA mode, or switching mode, so that regardless of OC that I am attached to the policies will be updated.
Release : 20.3.3+
Component : UIM - OPERATOR_CONSOLE
This operation requires that policy_management_ws be at 0.27HF2 or higher.
Instructions:
- raw configure wasp on the primary
- verify the following are set under webapps/adminconsoleapp/custom/uncrypted (case sensitive entries)
ha_mode = HA
no_failed_attempts = 1
heartbeat_interval_min = 5
On each of the OC servers perform the following:
- raw configure wasp
- add the following key under webapps/policy_management_ws/custom/uncrypted
controller_url = http(s)://<system.domain_name>/adminconsoleapp/
Note: A valid certificate must be in place for the AC machine. If not it will fail. Try falling back this entry to http, or remove it completely to acquire the HA connection.
- delete the following key if it is present
webapps/policy_management_ws/custom/uncrypted/policy_processing
Once this is completed you should start to see the following in your policy_management.log on each OC:
2021-11-18 11:02:01,692 INFO com.ca.uim.policy.management.config.PolicyManagementConfig:readNimConfig:167 [Timer-1] - Config file successfully loaded.
2021-11-18 11:02:01,692 DEBUG com.ca.uim.policy.management.events.service.HeartBeatService:registerThisNode:282 [Timer-1] - Registering the policy node to [email protected]://<system.domain_name>/adminconsoleapp/
2021-11-18 11:02:01,712 DEBUG com.ca.uim.policy.management.events.service.HeartBeatService:registerThisNode:312 [Timer-1] - Successfully contacted the node master at http://<system.domain_name>/adminconsoleapp/ Response={"heartbeat_interval_min":5,"processing_mode":"HA","hubIP":"10.xx.xx.xx","primary_policy_node":"10.xx.xxx.x","no_failed_attempts":1}
2021-11-18 11:02:01,713 DEBUG com.ca.uim.policy.management.events.service.HeartBeatService:setPrimary:190 [Timer-1] - Setting policy processing mode to true