Creating policies in Operator Console, but not getting alarms.
Release : UIM 20.3 / 20.4
Component : UIM - MON_CONFIG_SERVICE
configuration
-Validate that there are no duplicate policies with same priority.
-Validate that the policy_management queue is not in a yellow state on the primary hub. If it is, deactive/activate wasp on the OC. If this is load balanced OC, than deactivate both and start one up at a time, verifying that one makes the queue connection to the primary.
The following queries can be used to determine if the policy has been pushed out to the respective end points:
select top(10) * from SSRV2AuditTrail where objecttype = 'POLICY' order by [timestamp] desc;
select top(10) * from SSRV2AuditTrail order by [timestamp] desc;
Related KBs:
MCS Alarm Policies management and policy_management queue (broadcom.com)
The policy_management queue on the primary hub is yellow / not connected (broadcom.com)
UIM - policy_management queue in secondary hub probe is in yellow