vCenter Server loses network connectivity and becomes inaccessible via the vSphere UI and VAMI. This typically occurs after an unplanned storage event (e.g., datastore unmapping) or if the vCenter VM is registered on a different host while connected to a Distributed Switch (vDS) with static port bindings. Because vCenter is offline, it cannot provide the necessary port bindings to its own virtual machine.
Symptoms:
VMware vCenter Server 7.x, 8.x 9.x
When vCenter is connected to a Distributed Switch using static (non-ephemeral) port groups, it manages its own network connectivity. If vCenter goes offline, the management of those ports is lost. If the VM is moved or restarted, it cannot re-attach to the vDS because vCenter is unavailable to assign a port
To restore connectivity, you must temporarily migrate the vCenter VM to a Standard Switch (vSS):
esxcli network vswitch dvs vmware list) to identify a vmnic currently attached to the vDS.esxcfg-vswitch -Q <vmnic> -V <PortID> <vDSName>.esxcli network vswitch standard add --vswitch-name=####.esxcli network vswitch standard portgroup add --portgroup-name=#### --vswitch-name=####.esxcli network vswitch standard uplink add --uplink-name=<vmnic#> --vswitch-name=####.esxcli network vswitch standard portgroup set --portgroup-name=#### --vlan-id <VLAN_ID>.####.