We shutdown a two Host vSphere cluster to do some memory upgrades along with a network update.
All of the VMs were shutdown while on HostA.....HostB came back up fine and predictably HostA did not.
All the VMs still tied to HostA and in a disconnected state. No obvious way to get them onto HostB
Restart of vpxa service for HA didn't help.
Found the following command that let's the VM register on the working host without have to remove from inventory etc etc
ssh into working host
Find the path to the .vmx file and then run
vim-cmd solo/registervm
Syntax should be like vim-cmd solo/registervm /vmfs/volumes/9a21a847-635042f7/VMName/VMName.vmx
Worked like a charm
All of the VMs were shutdown while on HostA.....HostB came back up fine and predictably HostA did not.
All the VMs still tied to HostA and in a disconnected state. No obvious way to get them onto HostB
Restart of vpxa service for HA didn't help.
Found the following command that let's the VM register on the working host without have to remove from inventory etc etc
ssh into working host
Find the path to the .vmx file and then run
vim-cmd solo/registervm
Syntax should be like vim-cmd solo/registervm /vmfs/volumes/9a21a847-635042f7/VMName/VMName.vmx
Worked like a charm