A problem occurred while - Starting VMware ESX Agent Manager... - When deploying new 6.5 U2 vCenter to External PSC
wreedMH Feb 6, 2019 2:08 PMI found these errors in the vm-support.tgz the deployment wizard spits out. Any ideas?
File name is: eam_firstboot.py_4782_stderr.log
2019-02-06T19:30:17.034Z Error during EAM extension registration in VC.
[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:726)
2019-02-06T19:30:17.041Z Traceback (most recent call last):
File "/usr/lib/vmware-eam/firstboot/eam_firstboot.py", line 355, in main
fb.registerExtension()
File "/usr/lib/vmware-eam/firstboot/eaminstall/utils.py", line 36, in wrapped_f
raiseNested(_e, exc_info())
File "/usr/lib/vmware-eam/firstboot/eaminstall/utils.py", line 26, in wrapped_f
return f(*args, **kwargs)
File "/usr/lib/vmware-eam/firstboot/eam_firstboot.py", line 173, in registerExtension
self._rhttp_port)
File "/usr/lib/vmware-eam/firstboot/eaminstall/ext_registration.py", line 82, in registerExtension
vpxdKeyFilePath)
File "/usr/lib/vmware-eam/firstboot/eaminstall/extension/extensionRegistrator.py", line 95, in registerExtensionVpxdCertAndKey
self._vc.loginAsInternalExtension(vpxdCertificateFilePath, vpxdPrivateKeyFilePath)
File "/usr/lib/vmware-eam/firstboot/eaminstall/extension/vCenter.py", line 128, in loginAsInternalExtension
self._retrieveServiceContent(stub)
File "/usr/lib/vmware-eam/firstboot/eaminstall/extension/vCenter.py", line 223, in _retrieveServiceContent
), exc_info())
File "/usr/lib/vmware-eam/firstboot/eaminstall/extension/vCenter.py", line 217, in _retrieveServiceContent
self.siC = si.RetrieveContent()
File "/usr/lib/vmware-eam/firstboot/eaminstall/extension/pyVmomi/VmomiSupport.py", line 557, in <lambda>
self.f(*(self.args + (obj,) + args), **kwargs)
File "/usr/lib/vmware-eam/firstboot/eaminstall/extension/pyVmomi/VmomiSupport.py", line 363, in _InvokeMethod
return self._stub.InvokeMethod(self, info, args)
File "/usr/lib/vmware-eam/firstboot/eaminstall/extension/pyVmomi/SoapAdapter.py", line 1407, in InvokeMethod
conn = self.GetConnection()
File "/usr/lib/vmware-eam/firstboot/eaminstall/extension/pyVmomi/SoapAdapter.py", line 1473, in GetConnection
result = self.scheme(self.host, **self.schemeArgs)
File "/usr/lib/vmware-eam/firstboot/eaminstall/extension/pyVmomi/SoapAdapter.py", line 1143, in __call__
server_hostname=host)
File "/usr/lib/python2.7/ssl.py", line 393, in wrap_socket
_context=self)
File "/usr/lib/python2.7/ssl.py", line 641, in __init__
self.do_handshake()
File "/usr/lib/python2.7/ssl.py", line 870, in do_handshake
self._sslobj.do_handshake()
BaseInstallException: {
"resolution": {
"id": "install.eam.fileSR.resolution",
"localized": "Search for these symptoms in the VMware knowledge base for any known issues and possible workarounds. If none can be found, collect a support bundle and open a support request.",
"translatable": "Search for these symptoms in the VMware knowledge base for any known issues and possible workarounds. If none can be found, collect a support bundle and open a support request."
},
"detail": [
{
"args": [
"localhost",
80
],
"id": "install.eam.error.extension.service_content",
"localized": "Cannot retrieve service content from vCenter Server localhost:80.",
"translatable": "Cannot retrieve service content from vCenter Server %(0)s:%(1)s."
},
{
"args": [],
"id": "install.eam.error.extension",
"localized": "Unable to register ESX Agent Manager as an extension in vCenter Server.",
"translatable": "Unable to register ESX Agent Manager as an extension in vCenter Server."
}
],
"componentKey": "eam",
"problemId": null
}
2019-02-06T19:30:17.041Z VMware ESX Agent Manager firstboot failed.