Skip to main content

Removing a vCenter HA Configuration

To my knowledge there are only two ways to deconfigure/remove a vCenter HA Deployment.  The first method is the easiest and involves using the vCenter UI to "Remove vCenter HA".  The second method is to use the shell on the active vCenter node and run the destroy vCenter HA command. 

Method 1:

  1. Login to vCenter.
  2. Click on your top level vCenter menu item.

    image-1641006367895.png

  3. Click on Configure.

    image-1641006403718.png

  4. Click on vCenter HA.

    image-1641006433874.png

  5. Disable vCenter HA (Optional)
    1. Click Edit.

      image-1641006509536.png

    2. Select Disable vCenter HA then click OK.

      image-1641006562461.png

    3. Wait for vCenter HA to show as Disabled.

      image-1641006602483.png

  6. Click Remove vCenter HA.

    image-1641006646668.png

  7. Click Delete Passive and Witness node then press OK.

    image-1641006708433.png

It's normal if it takes a few seconds to load after clicking the checkbox for deleting the nodes.

Method 2:

  1. Power down the Passive and Witness nodes and delete them.
  2. Access the shell console on the active vCenter node.  This can be done via SSH or viewing the VM Console.
  3. Once you're in, type shell to access the bash shell.
  4. Run this command to remove the vCenter HA configuration vcha-destroy -f.
  5. Reboot the active node, when it comes back up it should be a standalone vCenter instance.