Error: The destination host is not compatible with the hardware version to which the VM is scheduled to be upgraded
Error: The destination host is not compatible with the hardware version to which the VM is scheduled to be upgraded I scheduled a large number of VMs ( find the script here ) to upgrade the virtual hardware to the latest version. Unfortunately, one VM ran into an issue and it was not possible to perform a vMotion or power it on anymore. Every vMotion or Power-on actions failed with the following general system error: A general system error occurred : The destination host is not compatible with the hardware version to which the VM is scheduled to be upgraded. In order to proceed with the operation, VM’s scheduled compatibility upgrade should be disabled. The hardware version displayed in the vSphere Web client was vHW 11. Everything looked fine, no VM Compatibility Upgrade was scheduled. So I tried to remove the VM from inventory and re-add it, but the error persisted. Resolution: It was necessary to delete three lines in the .vmx file: power off the VM (if it i...