vpxd-svcs.log file, located in /var/log/vmware/vpxd-svcs/ in the vCenter Server Appliance (VCSA) file system, contains the following error:Too many authenticated sessions (1000), cannot create new sessionorcom.vmware.vim.vmomi.server.exception.ServiceUnavailableException: Failed to create sessionThis issue is caused by the VMware Live Recovery (vSphere Replication) service account creating an excessive number of authenticated sessions.
Due to this behavior the default limit of 1,000 sessions for the vCenter Server vpxd-svcs service gets exhaused, preventing new sessions from being created, thus resulting in communication failures.
To resolve the session exhaustion and restore service stability, perform the following steps:
/var/log/vmware/vpxd-svcs/vpxd-svcs.log for successful token acquisitions. Use the following command in the vCenter Server Appliance (VCSA) to confirm if the vSphere Replication service account is responsible:# grep "Successfully acquired token for user" /var/log/vmware/vpxd-svcs/vpxd-svcs.log | awk '{print $NF}' | sort | uniq -c | sort -nr/var/log/vmware/vpxd-svcs/vpxd-svcs.log to confirm that the session count remains within healthy limits and that no more ServiceUnavailableException errors occur.