Under SDDC Manager's /var/log/vmware/vcf/domainmanager/domainmanager.log below log snippets are available:
YYYY-MM-DDTHH:MM:SS ERROR [vcf_dm,################,####] [c.v.v.h.a.h.AddHostClusterCompatibilityValidationAction,dm-exec-#] Not all uplink names given in input spec match with ones configured on existing cluster hosts.YYYY-MM-DDTHH:MM:SS ERROR [vcf_dm,################,####] [c.v.e.s.o.model.error.ErrorFactory,dm-exec-#] [######] INPUT_SPEC_UPLINKS_DO_NOT_MATCH_WITH_EXISTING_CLUSTER_HOST Either there are missing uplinks or the given uplinks do not match with existing cluster host uplinks.com.vmware.evo.sddc.orchestrator.exceptions.OrchTaskException: Either there are missing uplinks or the given uplinks do not match with existing cluster host uplinks. at com.vmware.vcf.hostmanager.action.header.AddHostClusterCompatibilityValidationAction.validateHostCompatibility(AddHostClusterCompatibilityValidationAction.java:111) at com.vmware.evo.sddc.stretchclustermanager.tasks.AddHostClusterCompatibilityValidationForStretchAction.execute(AddHostClusterCompatibilityValidationForStretchAction.java:122)
This issue occurs when the Network Selection or the Uplink Mapping defined in the Host Commissioning spec (JSON or UI input) does not match the hardware or logical configuration of the existing hosts within the target cluster.
To resolve this, you must ensure the networking metadata for the new host perfectly aligns with the established cluster members.
Note: If using the API or a bulk import, review the JSON file. Ensure the networkSettings block matches the cluster:\
Note: If the host was partially commissioned, decommission the host to clear the stale entry. For more information, refer Decommission Hosts
VCF requires homogeneous networking configurations across all hosts in a cluster. The failure is specifically triggered when:
vmnics assigned to uplinks on the new host differs from the existing hosts.uplink1, uplink2) provided in the input spec do not match the Distributed Switch (VDS) uplink names used by the cluster.vmnic identifiers (e.g., vmnic0, vmnic1) are mapped incorrectly compared to the cluster standard.