vCenter Server VM requires a valid network connection to remain accessible.
When its NIC is moved to a vDS port group with static or dynamic binding (rather than ephemeral), the port assignment depends on vCenter itself.
Because vCenter is the VM being migrated, it cannot assign its own port, resulting in loss of connectivity.
This creates a circular dependency: vCenter needs to be online to manage the vDS, but moving its NIC to the vDS disconnects it.
Connect the vCenter Server VM to an ephemeral port group on the vDS.
Ephemeral binding allows ESXi hosts to assign ports directly without requiring vCenter.
Alternatively, add a temporary second NIC to the vCenter VM:
Keep one NIC on the vSS port group.
Connect the second NIC to the vDS ephemeral port group.
Verify connectivity before removing the vSS NIC.
Create an ephemeral port group on the vDS with the same VLAN as the vSS management port group.
Edit the vCenter VM settings
Add a second network adapter.
Connect it to the ephemeral port group.
Verify vCenter connectivity (ping, login).
Once stable, remove the original NIC connected to the vSS port group.
Note: For either migration method to function correctly, the upstream physical network must be properly configured for the vmnics assigned as uplinks to the distributed port group hosting the vCenter Server.
If physical hardware issues exist (such as faulty cabling, bad SPF+ modules, or loose connectors between the ESXi host and the physical switch), vSphere will attempt to hash traffic over to the faulty uplink. This will cause a total loss of connectivity to vCenter if a secondary, healthy active or standby uplink path is unavailable.
If the upstream physical switch ports are misconfigured for the targeted vmnics (regardless of whether the port group binding is configured as Ephemeral or Static), the vCenter VM network adapter will successfully bind to the port group and the vmnics will show a link status of "Up". However, any missing or mismatched VLAN tagging configurations on the physical switch will instantly drop the management traffic and isolate vCenter once the legacy active connection to the vSS is removed.
Refer to (KB 311540) Sample configuration of virtual switch VLAN tagging (VST Mode) detailing how VLAN tagging must be aligned across both the vSphere ESXi layer and the physical switch infrastructure.