To resolve the issue, please follow the below workaround:
- Place the affected host into maintenance mode if possible
- SSH into the affected ESXi host as root
- Determine which DVS(s) switch is affected by this issue:
- # net-dvs -l | grep -E "com.vmware.common.alias|com.vmware.nsx.vdl2.enabled"
- Example output:
- com.vmware.common.alias = <DVS name> , propType = CONFIG
- com.vmware.nsx.vdl2.enabled = down , propType = CONFIG
- Run the following command on the ESXi host for any DVS showing up from the above step:
- # net-dvs -s com.vmware.common.opaqueDvs.status.component.vswitch=up -p hostPropList <DVS name>
- Immediately after executing the above command, return to NSX UI and click "Sync" in the following screen when click on the ESXi host name under "System", "Fabric", "Hosts":
- The host should now be synced properly
- Repeat above steps for all impacted hosts
If above workaround does not resolve the issue, please open a Broadcom Support Request with NSX manager logs from all three nodes, a few of the affected ESXi hosts logs, and reference this KB.