"vSphere standard switch vSwitch0 must have only one NIC as an uplink."
var/log/vmware/vcf/operationmanager/operationmanager.log on SDDC Manager, you will find entries similar to:YYYY-MM-DDTHH:MM:SS DEBUG [vcf_om,69bbbf23f408753b9395495d7f4c5375,f6f1] [c.v.v.h.f.v.s.i.HostHardwareValidator,om-exec-8] Host - <HOSTNAME> has 12 10Gig Physical NIC(s): [vmnic0, vmnic1, vmnic10, vmnic11, vmnic2, vmnic3, vmnic4, vmnic5, vmnic6, vmnic7, vmnic8, vmnic9]
YYYY-MM-DDTHH:MM:SS DEBUG [vcf_om,69bbbf23f408753b9395495d7f4c5375,f6f1] [c.v.e.s.c.c.v.vsphere.VcManagerBase,om-exec-8] Finding host with fqdn <HOSTNAME>
YYYY-MM-DDTHH:MM:SS DEBUG [vcf_om,69bbbf23f408753b9395495d7f4c5375,f6f1] [c.v.v.h.f.v.s.i.HostHardwareValidator,om-exec-8] Host - [HOSTNAME] vSphere Standard Switch: vSwitch0.
YYYY-MM-DDTHH:MM:SS DEBUG [vcf_om,69bbbf23f408753b9395495d7f4c5375,f6f1] [c.v.v.h.f.v.s.i.HostHardwareValidator,om-exec-8] Host - [HOSTNAME] vmNic: [vmnic1] is an Uplink for vSphere Standard Switch : 'vSwitch0'
YYYY-MM-DDTHH:MM:SS DEBUG [vcf_om,69bbbf23f408753b9395495d7f4c5375,f6f1] [c.v.v.h.f.v.s.i.HostHardwareValidator,om-exec-8] Host - [HOSTNAME>] vmNic: [vmnic10] is an Uplink for vSphere Standard Switch: 'vSwitch0'
This issue occurs when a vmnic with suffix more than one digit(such as vmnic10, vmnic11 and so on) is attached to vSwitch0,the validation workflow incorrectly interprets two vmnics as uplinks to vSwitch0
Example:
This issue is currently under review and is planned to be resolved in a future release.
Workaround
To workaround this issue, perform one of the following methods:
Method 1: Temporarily disable the incorrectly detected vmnic
Check the uplink assigned to the host by running the following command: esxcli network vswitch standard list
Review the Operations Manager logs to identify which vmnic is incorrectly matched to the host.
Temporarily disable the incorrectly detected vmnic using the following command: esxcli network nic down -n vmnicX (Where vmnicX is the incorrectly detected interface)
Complete the host commissioning workflow.
Re-enable the vmnic after the workflow completes successfully.
Method 2: Attach single-digit vmnics