After patching ESXi 7.0.3 P09 to ESXi 7.0 Update 3s previously working and installed vmk's will experience the following
<DATE AND TIME> cpu##:#)WARNING: Tcpip_Vmk: ####: Unable to attach vmk# to <vDS port number>[error = 0xbad0003]
NSX vDS properties are lost during the patch
This is a known issue with NSX and will be resolved in future release.
Workaround:
Connect to host via direct connection or SSH if it's still available and run the following in command line1. U
nset the forwardingMode property:net-dvs -u "com.vmware.nsxData.vdl2.forwardingMode" -p hostPropList <DVS NAME>
2. C
heck if the property is unset successfully:net-dvs -l | grep forwardingMode
3.
Persist it to configstore:net-dvs --persist
4. R
eboot host. Do not use a force reboot.