VMware vSphere ESXi 8.x
VMware Cloud Foundation 5.x / 9.x
Note: This occurs even if NSX-T is not installed, no NSX VIBs are present on the host, and NSX is not mentioned in the vLCM image components.
To resolve this issue, temporarily disable the NSX pre-check in the vCenter Update Manager configuration.
Log in to the vCenter Server Appliance (VCSA) via SSH as the root user.
Stop the Update Manager service:
service-control --stop updatemgrCreate a backup of the configuration file:
cp /usr/lib/vmware-updatemgr/bin/vci-integrity.xml /usr/lib/vmware-updatemgr/bin/vci-integrity.bakOpen the file for editing:
vi /usr/lib/vmware-updatemgr/bin/vci-integrity.xmlLocate the <nsxt_rest> block and change the value to false
<nsxt_rest>
<enabled>false</enabled> <<<<<<<<<<
</nsxt_rest>Save and exit the file (:wq!)
Start the Update Manager service:
service-control --start updatemgrPerform the host remediation in the vSphere Client.
Once remediation is complete, revert the changes in vci-integrity.xml by setting the value back to true and restarting the service.