"<ESX Host FQDN>: Host(s) already present in inventory, validation failed"VMware Cloud foundation 9.x
host table in the SDDC Manager platform database to locate the duplicate FQDN with an unexpected status or ID mismatch from previous failed decommissioning tasks.platform=# select id, hostname, status from host; id | hostname | status--------------------------------------+-----------------------+-------- <Host ID> | <Working Host FQDN> | ACTIVE <Stale Host ID> | <Stale ESX Host FQDN>| ACTIVEThe recommended solution is to manually clean up the failed stale ESX host entry from the SDDC Manager PostgreSQL database using a series of DELETE statements across multiple tables followed by restarting SDDC Manager services to fix the issue.
Directly removing the inconsistent host entries from the SDDC Manager database resolves the underlying data inconsistency, clearing the ESX host from the Assigned Host list and allowing the host commissioning process to succeed upon a retry using same FQDN.
Contact Broadcom Support request to resolve the issue as the resolution steps involve updating the SDDC database.