The eam.log should have following entries.
/var/log/vmware/eam.log
YYYY-MM-DDTHH:MM:SS.###-##:## | WARN | vim-async-0 | ExtensionSessionRenewer. java | 227 | [Retry:Login:com.vmware.vim.eam: f9c566f93c9b63f8] Re-login failed, due to:
com. vmware.eam.security.NotAuthenticated: Failed to authenticate extension com.vmware.vim.eam to vCenter.
Caused by: com.vmware. vim. binding. vim. fault. InvalidLogin: Cannot complete login due to an incorrect user name or password.
Following events are there in wcpsvc.log.
/var/log/vmware/wcp/wcpsvcs.log
YYYY-MM-DDTHH:MM:SS.###-##:## error wcp [eamlib/lister.go:84] [opID=EAMAgent] Failed to get EAM agencies. Err ServerFaultCode: EAM is still loading from database. Please try again later.
YYYY-MM-DDTHH:MM:SS.###-##:## error wep [informer/informer.go:129] [opID-EAMAgent] Failed to list EAMAgent. Err ServerFaultCode: EAM is still loading from database. Please try again later.
vCenter server 7.x
vCenter server 8.x
VMware is aware of this issue and working to fix it in a future release.
To workaround this issue, run the updateExtensionCertInVC.py script as outlined below.
mkdir /certificate
/usr/lib/vmware-vmafd/bin/vecs-cli entry getcert --store vpxd-extension --alias vpxd-extension --output /certificate/vpxd-extension.crt/usr/lib/vmware-vmafd/bin/vecs-cli entry getkey --store vpxd-extension --alias vpxd-extension --output /certificate/vpxd-extension.key
python /usr/lib/vmware-vpx/scripts/updateExtensionCertInVC.py -e com.vmware.vim.eam -c /certificate/vpxd-extension.crt -k /certificate/vpxd-extension.key -s localhost -u [email protected]
service-control --restart eam
service-control --restart wcp
service-control --stop --all && service-control --start --all