Symptoms:
A general system error: Timed out while waiting for vpxa to start
/var/run/log/hostd.log
YYYY-MM-DDThh:mm:ss Wa(164) Hostd[2098778]: [Originator@6876 sub=Vimsvc.HaSessionManager opID=WorkQueue-44a1be11-5c56 sid=52d50###] Rejected password for user vpxuser from <vCenter_ip> - session=#####YYYY-MM-DDThh:mm:ss In(166) Hostd[2098778]: [Originator@6876 sub=Vimsvc.ha-eventmgr opID-WorkQueue-44a1be11-5c56 sid-52d50###] Event 5619 : Cannot login vpxuser@<vCenter_ip>
VMware vSphere 6.x, 7.x, 8.x
vpxuser on the host and the vCenter database or the account has expired.
To resolve the issue, follow the below steps
/etc/init.d/vpxa stop
vpxuser :esxcli system account remove -i vpxuser
In case of error "Access to perform the operation was denied" restart the hostd service by following below commands:
/etc/init.d/hostd stop
/etc/init.d/hostd start
vpxa service:/etc/init.d/vpxa start
If the ESXi host reconnect is failing, please refer ESXi host fails to reconnect to vCenter with the error 'The operation is not allowed in the current state'.
To further change the expiry duration of the vpxuser account, refer Configure Expiry Settings for the vpxuser Account