VCENTER UPGRADE POST INSTALL VM HARDWARE UPGRADEVMware SDDC Manager 9.1
VMware Cloud Foundation 9.1
The VCF 9.1 lifecycle automation framework includes a hardcoded task to ensure the vCenter Server appliance is at virtual hardware version 17. If the vCenter Server VM hardware was manually upgraded to a higher version (e.g., version 21) prior to the VCF task, the validation routine fails because it cannot process a hardware revision that exceeds its architectural baseline. This creates an inventory mismatch that blocks downstream orchestration. Refer: 404649
To unblock the VCF upgrade, you must manually revert the vCenter Server appliance virtual hardware version to 17.
cp <VM-Name>.vmx <VM-Name>.vmx.bak` vim-cmd vmsvc/getallvms | grep -i <vCenter-Name>`Reload VM Metadata by getting the VMID: vim-cmd vmsvc/reload <VMID>
Refer: 404649