While bringing vROps cluster offline from Admin UI, you may get the error
Cluster failed to go offline
Other Symptoms
There are many potential causes for this, and they are usually environmental:
Ensure that you have attempted Force Take Cluster Offline from Admin UI 2 to 3 times before proceeding with the next steps below.
As cluster cannot go offline manually we need to stop the services manually.
service vmware-vcops stop
You may also want to verify whether the node slice is set to offline, you can do this with command:
vrops-status
The first line will output the node slice online/offline status, similar to Slice Online-true
-or- Slice Online-false
.
If the result is Online-true, ensure that the status is set to Online-false by issuing the following command:
sed -i -e 's/sliceonline = true/sliceonline = false/' /usr/lib/vmware-vcopssuite/utilities/sliceConfiguration/data/roleState.properties
This can be done to ensure that the cluster services are not automatically started if node is rebooted.