This article provides instructions for removing a vCenter High Availability (VCHA) configuration. VCHA is a feature that links three separate virtual machines (Active, Passive, Witness) together to provide redundancy. Removing this configuration returns the vCenter Server to a standalone setup, which is needed when high availability is no longer required or when preparing for system upgrades. For more information about VCHA refer vCenter High Availability FAQ
Note: Standard VM snapshots on the vCenter can disrupt VCHA database replication and are unsupported. Hence it is recommended to Review the risks involved while operating with VCHA removal and proceed carefully.
VMware vCenter Server
To remove VCHA, ensure a file based vCenter backup is in place and follow one of the below methods.
vcha-destroy -f
root@<vcenter> :~ # vcha-destroy -f
YYYY-MM-DDThh:mm:ss [Info]: Initiating vCenter HA cluster destruction ...
YYYY-MM-DDThh:mm:ss [Info]: Stopping vCenter HA services on active node ...
YYYY-MM-DDThh:mm:ss [Info]: Deleting Passive and Witness nodes ...
YYYY-MM-DDThh:mm:ss [Info]: Unconfiguring vCenter HA on active node ...
YYYY-MM-DDThh:mm:ss [Success]: vCenter HA configuration has been successfully removed.For further details, refer to Remove a vCenter HA Configuration
If the VCHA configuration was removed for the purpose of a vCenter Server upgrade, the VCHA cluster must be re-established once the upgrade is successfully completed to restore environment redundancy by following the steps outlined in Configure vCenter HA with the vSphere Client