nsxa status displays as down in net-vds, causing the VM port attachment failure to n-vds switch. vMotion then fails, and any attempt to attach the VM port to LS also fails.Currently connected network interface" 'Network adapter X' uses network 'Internal_X("N-VDS name" :nsxa down)', which is not accessible. net-dvs -l | grep "nsxa""component.nsxa = down"VMware NSX
VMware NSX-T Data Center
Workaround:
To work around this issue, we will need to work on both the ESXi host(s) and NSX manager.
Steps:
1 - ESXi:
nsxa, using the above command: net-dvs -l | grep "nsxa"rm -rf /etc/vmware/nsxa/*2 - Make API call to recreate the deleted config
GET api/v1/transport-nodes/<tn-id>.PUT api/v1/transport-nodes/<tn-id> with the returned payload in step 1);[/etc/vmware/nsxa] ls -lhost_config.binhost_config_mmode.bin3 - ESXi:
services.sh restart