After replacing a motherboard on an ESXi host that is part of an NSX-T/NSX 4.x environment, the host may show a status of "Install Failed," "Disconnected," or "Unreachable" in the NSX Manager UI. Attempts to "Configure NSX" or "Resolve" the state fail with errors indicating the host cannot be reached or is in Maintenance Mode. Additionally, the standard "Remove NSX" option may be greyed out or fail to execute.
VMware NSX 4.x
VMware ESXi 7.x and 8.x
VMware Cloud Foundation (VCF)
NSX identifies Transport Nodes using a unique management plane identity often tied to the host's BIOS UUID. A motherboard replacement changes this UUID, causing a mismatch between the host's actual identity and the record stored in the NSX Manager database. Because the Manager is trying to communicate with the "old" identity, it cannot successfully push configuration updates or perform a standard uninstall.
To resolve this, the orphaned record must be forcefully removed from the NSX Manager and the host must be locally cleaned before re-preparation.
1. Perform Force Delete in NSX Manager:
2. Manual Local Cleanup:
nsxcli -C del nsxesxcli software vib list | grep nsx
3. Re-prepare the Host:
If the host remains in a "Disconnected" state after these steps, verify that the management plane connectivity (ports 1234, 1235) is not being blocked by a firewall and that the Compute Manager (vCenter) status is "Up" in the NSX Manager.