To resolve this issue, the Shard Redundancy level should to be corrected on the node(s) with the correct value.
To correct the Shard Redundancy level:
- Log in to the master node as root through console or SSH.
- Stop all VMware vRealize Operations Manager services by running this command:
service vmware-vcops stop
- Open the /usr/lib/vmware-vcops/user/conf/gemfire.properties file using a text editor.
- Change the line shardRedundancyLevelto 1 (enabled) or 0 (disabled), depending on the state of HA.
Note: The state of HA can be verified in the VMware vRealize Operations Manager admin UI of any node.
- Save and close the file.
- Repeat steps 1 to 5 on all nodes in the vRealize Operations Manager cluster.
- Start all VMware vRealize Operations Manager services at the same time on all the nodes by running this command.
service vmware-vcops start
Note:
Shard Redundancy refers to High Availability in vRealize Operations Manager. Valid states for the redundancy level are 1, HA enabled, or 0, HA disabled.