Failed to authenticate extension com.vmware.vim.eam to vCenter. Re-register missing EAM extension to vCenter.com.vmware.vim.eam extension is missing from the Management Object Browser (MOB) and the vSphere ESX Agent Manager does not appear in the vSphere Client UI under Administration > Solutions > vCenter Server Extensions./var/log/vmware/eam/eam.log file on the vCenter Server:YYYY-MM-DDTHH:MM:SS.MSZ | INFO | eam-0 | VcConnection.java | 167 | Connecting to vCenter as com.vmware.vim.eam extensionYYYY-MM-DDTHH:MM:SS.MSZ | INFO | eam-0 | VcConnection.java | 603 | Connecting to https://vCenter_Server_FQDN:8089/sdk/vimService via vCenter proxy http://localhost:80YYYY-MM-DDTHH:MM:SS.MSZ | DEBUG | http-bio-0.0.0.0-15005-exec-1 | AllowAllSamlTokenPolicy.java | 24 | HealtStatus request's token subject name: machine-########-####-####-####-#######, subject domain: vsphere.localYYYY-MM-DDTHH:MM:SS.MSZ | ERROR | eam-0 | VcConnection.java | 179 | Failed to login to vCenter as extension. vCenter has probably not loaded the EAM extension.xml yet.: Cannot complete login due to an incorrect user name or password.YYYY-MM-DDTHH:MM:SS.MSZ | WARN | eam-0 | VcListener.java | 114 | Trying to recover from error(vim.fault.InvalidLogin) {faultCause = null,faultMessage = null}..YYYY-MM-DDTHH:MM:SS.MSZ | INFO | eam-0 | VcListener.java | 121 | Retrying in 10orYYYY-MM-DDTHH:MM:SS.MSZ | WARN | vim-async-1 | ExtensionSessionRenewer.java | 227 | [Retry:Login:com.vmware.vim.eam:################] 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."YYYY-MM-DDTHH:MM:SS.MSZ | ERROR | vim-monitor | VcListener.java | 124 | An unexpected error in the changes polling loopcom.vmware.eam.EamRemoteSystemException: Unexpected error communicating with the vCenter server...Caused by: com.vmware.vim.binding.vim.fault.NotAuthenticated: The session is not authenticated./var/log/vmware/vpxd/vpxd.log of the vCenter Server:YYYY-MM-DDTHH:MM:SS.MSZ info vpxd[58229] [Originator@6876 sub=Default opID=######] [VpxLRO] -- ERROR lro-4##### -- SessionManager -- vim.SessionManager.loginExtensionByCertificate: vim.fault.InvalidLogin: --> Result: --> (vim.fault.InvalidLogin) { --> faultCause = (vmodl.MethodFault) null, --> faultMessage = <unset> --> msg = "" --> } --> Args: --> --> Arg extensionKey: --> "com.vmware.vim.eam" --> Arg locale:raise obj # pylint: disable-msg=E0702pyVmomi.VmomiSupport.NotFound: (vimfault.NotFound)msg = 'The object or item referred to could not be found.'/opt/vmware/vpostgres/current/bin/psql -d VCDB -U postgres -c "select ext_id,thumbprint from vpx_ext where ext_id='com.vmware.vim.eam';"vCenter Server 8.x
vCenter Server 7.x
The EAM extension was unregistered from the vSphere Client.
Note: Before undertaking the following steps, it is strongly recommended to create a snapshot of the vCenter Server virtual machine. For more information, refer to KB: VMware vCenter in Enhanced Linked Mode pre-changes snapshot (online or offline) best practice
service-control --stop vmware-eam
/etc/vmware-eam/firstboot/extension/extension.xml.installer file is correct:config - extension - certificate" XML tag has the following contents:<certificate>@CERT_PATH@</certificate>
config - extension - health - url" XML tag has the following contents:<url>https://@HOST@:443/eam/eamService-web/health.xml</url>
config - extension - servers - server - url" XML tag has the following contents:<url>https://@HOST@:443/eam/sdk/</url>config - extension - managedEntityInfos - managedEntityInfo - smallIconUrl" XML tag has the following contents:<smallIconUrl>http://@HOST@:80/eam/imx/esx_vm_16x.png</smallIconUrl>config - extension - managedEntityInfos - managedEntityInfo - iconUrl" XML tag has the following contents:<iconUrl>http://@HOST@:80/eam/imx/esx_vm_32x.png</iconUrl>/usr/lib/vmware-eam/firstboot/eam_firstboot.py file:cp /usr/lib/vmware-eam/firstboot/eam_firstboot.py /usr/lib/vmware-eam/firstboot/eam_firstboot.py.bak/usr/lib/vmware-eam/firstboot/eam_firstboot.py file to include the necessary changes.Before:
if fbAction == FBActions.FIRSTBOOT: fb.setup_config_files() fb.register_with_cm() fb.installService() fb.registerExtension() fb.setup_service_security() upgrade_dir = fb.getUpgradeDir() if(upgrade_dir): fb.importDepotTrustJson(upgrade_dir) startService(fb)
After:
if fbAction == FBActions.FIRSTBOOT: #fb.setup_config_files() #fb.register_with_cm() #fb.installService() fb.registerExtension() <<< DO NOT COMMENT THIS LINE #fb.setup_service_security() #upgrade_dir = fb.getUpgradeDir() #if(upgrade_dir): # fb.importDepotTrustJson(upgrade_dir) #startService(fb)
PYTHONPATH=$PYTHONPATH:$VMWARE_PYTHON_PATH $VMWARE_PYTHON_BIN -B /usr/lib/vmware-eam/firstboot/eam_firstboot.py
com.vmware.vim.eam) is present:psql -d VCDB -U postgres -c "select ext_id,thumbprint from vpx_ext where ext_id='com.vmware.vim.eam';"/usr/lib/vmware-lookupsvc/tools/lstool.py list --url https://localhost/lookupservice/sdk --no-check-cert | grep -i "Service Type: cs.eam" | sort | uniq -ceam_firstboot.py file. service-control --start vmware-eam