In a VMware Cloud Foundation environment, Management vCenter Server web client logins experience severe slowness or failure, requiring up to 10 minutes to authenticate.
Simultaneously, third-party server backup operations targeting the vCenter appliance fail to complete.
Backup Server throws error;
Failed to connect to <vCenter FQDN> . Error: SOAP 1.1 fault SOAP-ENV:Server[no subcode] 'Timeout' Detail: connect failed in tcp_connect()
VMware Cloud Foundation 9.x
VMware vCenter Server
Intermittent network packet loss and TCP connection timeouts occurring at the Top of Rack (TOR) switch level.
During connection verification from the backup node to the vCenter appliance over HTTPS (port 443), curl execution results in a connection timeout:
$ curl -v -k --connect-timeout 30 "https://<vCenter FQDN>/sdk"* Trying ##.###.##.###:443...* Connection timed out after 30001 milliseconds* Closing connection 0curl: (28) Connection timed out after 30001 milliseconds
To resolve this issue, perform the following steps to clear network degradation on the Top of Rack (TOR) switch:
curl and nping:curl -v -k --connect-timeout 30 "https://<vCenter FQDN>/sdk"nping <vCenter FQDN> -p 443