Verify the cluster health. The Nutanix cluster can sustain the failure of one Controller VM at a given time. Do not continue if you suspect that the cluster is not healthy or if another Controller VM is down.
- Verify that the Controller VM is running on each host in the cluster.
- Log on to a Controller VM with SSH.
- Determine the number of nodes in the cluster.
nutanix@cvm$ svmips | wc -w
- Verify that the number of Controller VMs that are Up and Normal is the same as the number of nodes in the cluster.
nutanix@cvm$ nodetool -h localhost ring | grep Normal | grep -c Up
- Verify that all the services in the Controller VM are Up.
nutanix@cvm$ cluster status
Perform the following steps if you need to change the Controller VM memory allocation.
Caution: To avoid impacting cluster availability, shut down one Controller VM at a time. Wait until cluster services are up before proceeding to the next Controller VM.
Source :-