After performing a hardware firmware or BIOS update, an ESXi host may exhibit the following behavior:
The host's CPU hardware does not support the cluster's current Enhanced vMotion Compatibility mode. The host CPU lacks features required by that mode.
/var/log/vmware/vpxd/vpxd.log:Exception occurred during host sync; EVC validation failed; [vim.HostSystem:host-####, <hostname>], e: N3Vim5Fault33EVCAdmissionFaile
VMware ESXi 8.0
vCenter Server 8.0
Firmware updates often reset "System Power Profiles" to factory defaults (e.g., "Max Performance"). On many server platforms, high-performance profiles optimize for low latency by disabling the Monitor/MWAIT CPU instruction.
vCenter EVC modes require the following BIOS features to be explicitly exposed:
Monitor/MWAIT (Frequently disabled by "Max Performance" profiles).Intel VT-x or AMD-V (Hardware Virtualization).No-Execute Memory Protection (Intel XD / AMD NX).To restore EVC compatibility:
Monitor/MWAITIntel Virtualization Technology (VT-x) or AMD-VNo-Execute Memory Protection (Intel XD / AMD NX)Verify feature exposure from the ESXi command line:
esxcfg-info | grep "HV Support"
(A value of 3 confirms all features are enabled).
Note: If the issue persists, contact Broadcom Support.