After ESX failure, if the host is not brought back into the cluster through troubleshooting and if HA is not configured, you have to manually power up the virtual machines on other available ESX hosts.
Note: This article assumes that the virtual machines are stored on shared storage that is accessible to all the other ESX hosts in the cluster. Virtual machines that are on local storage or are not on shared storage cannot be powered up on the other servers.
To power up the virtual machines manually on the other available ESX hosts, you need this information about the virtual machines:
- The name of the virtual machines
- The location of the .vmx file of these virtual machines
To power up the virtual machines manually on the available servers:
- Log in to the vCenter Server using the vSphere Client.
- If the ESX host that has failed shows up as grayed out in the vCenter Server inventory, right-click on that host and choose Remove from Inventory.
Note: This step is required as vCenter Server does not multiple registrations of virtual machines. By removing the ESX host from the inventory, vCenter Server is now unaware of the virtual machines that are registered on the host that is down. This allows you to re-register the virtual machines on the other ESX hosts in the vCenter Server inventory.
- From vSphere Client, browse to the datastores and find the files associated with the virtual machine that you want to register and power on.
- Right-click the .vmx file of the virtual machine and choose Add to Inventory.
- Follow the steps in the wizard to completion.
- When the virtual machine is registered, power on the virtual machine.
- Repeat steps 4 -7 for all virtual machines that you want to register and power up.
To bring the failed ESX host back into the cluster:
- Connect to the ESX host directly using the vSphere Client (log in with root credentials).
- You see the virtual machines that were registered to this host. They should all be in a powered off state.
- Right-click on the virtual machines showing registered on this ESX host and choose Remove from Inventory.
- From the vCenter Server, add this host back into the cluster by right-clicking on the cluster and selecting Add Host.
- Follow the steps in the wizard to completion.
- You can now load balance the virtual machines using DRS or by manually migrating virtual machines.