In VMware Cloud Foundation (VCF) environments, an ESXi host may enter a state where it cannot be removed from the SDDC Manager inventory using the GUI. This condition prevents the decommissioning of hosts and may result in persistent error messages within the SDDC Manager dashboard.
Errors observed:
IPs can't be resolved to hostnames This occurs when IPs are reused for new hosts while the old host is still in the "Uncommissioned" inventory.Failed to validate host spec - Insufficient free IPs and Failed to allocate IPs from networks with error.Unable to find task id when trying to remove nodeThis issue is typically caused by a mismatch between the physical state of the host and the records maintained in the SDDC Manager PostgreSQL database. This often occurs under the following conditions:
The ESXi host has experienced an unrecoverable hardware failure.
The host is in a persistent error state that prevents the SDDC Manager from communicating with the host agents.
Orphaned references exist in the database that block the standard decommission workflow.
Verification of Host Status:
vcf, then elevate to root. psql --host=localhost -U postgres -d platformselect id, hostname, status from host where status='ERROR' OR status='DEACTIVATING';select id, hostname, status from host where hostname='<ESXi Host Name>';Log Collection Procedure:
cd /opt/vmware/sddc-support./sos --sddc-manager-logs --zip/var/log/vmware/vcf/sddc-support/ directory must be collected.Next Steps: