/var/run/log/lifecycle.log shows below symptoms :YYYY-MM-DD-THH:MM:SS lifecycle: 3231338: DepotCollection:331 INFO Could not download from depot at http://vCenter FQDN:9084/vum/repository/hostupdate/__micro-depot__vendor-DEL__metadata-233__index__.xml, skipping (('http://vCenter FQDN:9084/vum/repository/hostupdate/__micro-depot__vendor-DEL__metadata-233__index__.xml', '', '<urlopen error timed out>'))YYYY-MM-DD-THH:MM:SS lifecycle: 3231338: DepotMgr:161 ERROR Unable to connect to depot(s) http://vCenter FQDN:9084/vum/repository/hostupdate/__micro-depot__vendor-DEL__metadata-233__index__.xml: ('http://vCenter FQDN:9084/vum/repository/hostupdate/__micro-depot__vendor-DEL__metadata-233__index__.xml', '', "Could not download from depot at http://vCenter FQDN:9084/vum/repository/hostupdate/__micro-depot__vendor-DEL__metadata-233__index__.xml, skipping (('http://vCenter FQDN:9084/vum/repository/hostupdate/__micro-depot__vendor-DEL__metadata-233__index__.xml', '', '<urlopen error timed out>'))") NoneType: NoneYYYY-MM-DD-THH:MM:SS lifecycle: 3231338: imagemanagerctl:152 ERROR [DepotConnectError] ([MetadataDownloadError('http://vCenter FQDN:9084/vum/repository/hostupdate/__micro-depot__vendor-DEL__metadata-233__index__.xml', '', "Could not download from depot at http://vCenter FQDN:9084/vum/repository/hostupdate/__micro-depot__vendor-DEL__metadata-233__index__.xml, skipping (('http://vCenter FQDN:9084/vum/repository/hostupdate/__micro-depot__vendor-DEL__metadata-233__index__.xml', '', '<urlopen error timed out>'))")], 'Unable to connect to depot(s) http://vCenter FQDN:9084/vum/repository/hostupdate/__micro-depot__vendor-DEL__metadata-233__index__.xml: \n(\'http://vCenter FQDN:9084/vum/repository/hostupdate/__micro-depot__vendor-DEL__metadata-233__index__.xml\', \'\', "Could not download from depot at http://vCenter FQDN:9084/vum/repository/hostupdate/__micro-depot__vendor-DEL__metadata-233__index__.xml, skipping ((\'http://vCenter FQDN:9084/vum/repository/YYYY-MM-DD-THH:MM:SS lifecycle: hostupdate/__micro-depot__vendor-DEL__metadata-233__index__.xml\', \'\', \'<urlopen error timed out>\'))")')YYYY-MM-DD-THH:MM:SS lifecycle: 3231338: imagemanagerctl:157 ERROR Traceback (most recent call last):YYYY-MM-DD-THH:MM:SS lifecycle: 3231338: imagemanagerctl:157 ERROR File "/usr/lib/vmware/lifecycle/bin/imagemanagerctl.py", line 639, in softwareYYYY-MM-DD-THH:MM:SS lifecycle: 3231338: imagemanagerctl:157 ERROR t.ScanImage(swSpec, opts.depots, opts.taskId)YYYY-MM-DD-THH:MM:SS lifecycle: 3231338: imagemanagerctl:157 ERROR File "/lib64/python3.8/site-packages/vmware/esximage/Transaction.py", line 1749, in ScanImageYYYY-MM-DD-THH:MM:SS lifecycle: 3231338: imagemanagerctl:157 ERROR newPatcherComp, newPatcherVibs = _getPatcherFromImageSpec(imageSpec,YYYY-MM-DD-THH:MM:SS lifecycle: 3231338: imagemanagerctl:157 ERROR File "/lib64/python3.8/site-packages/vmware/esximage/Transaction.py", line 2484, in _getPatcherFromImageSpecYYYY-MM-DD-THH:MM:SS lifecycle: 3231338: imagemanagerctl:157 ERROR specMgr = _getSoftwareSpecMgr(imageSpec, depotUrls)YYYY-MM-DD-THH:MM:SS lifecycle: 3231338: imagemanagerctl:157 ERROR File "/lib64/python3.8/site-packages/vmware/esximage/Transaction.py", line 2603, in _getSoftwareSpecMgrYYYY-MM-DD-THH:MM:SS lifecycle: 3231338: imagemanagerctl:157 ERROR depotMgr = DepotMgr.DepotMgr(depotSpec, connect=True)YYYY-MM-DD-THH:MM:SS lifecycle: 3231338: imagemanagerctl:157 ERROR File "/lib64/python3.8/site-packages/vmware/esximage/ImageManager/DepotMgr.py", line 101, in __init__YYYY-MM-DD-THH:MM:SS lifecycle: 3231338: imagemanagerctl:157 ERROR self._connect(ignoreError=ignoreError, validate=validate)YYYY-MM-DD-THH:MM:SS lifecycle: 3231338: imagemanagerctl:157 ERROR File "/lib64/python3.8/site-packages/vmware/esximage/ImageManager/DepotMgr.py", line 172, in _connectYYYY-MM-DD-THH:MM:SS lifecycle: 3231338: imagemanagerctl:157 ERROR _raiseError(depotUrls, errors)YYYY-MM-DD-THH:MM:SS lifecycle: 3231338: imagemanagerctl:157 ERROR File "/lib64/python3.8/site-packages/vmware/esximage/ImageManager/DepotMgr.py", line 162, in _raiseErrorYYYY-MM-DD-THH:MM:SS lifecycle: 3231338: imagemanagerctl:157 ERROR raise DepotConnectError(errors, msg)YYYY-MM-DD-THH:MM:SS lifecycle: 3231338: imagemanagerctl:157 ERROR vmware.esximage.Errors.DepotConnectError: ([MetadataDownloadError('http://vCenter FQDN:9084/vum/repository/hostupdate/__micro-depot__vendor-DEL__metadata-233__index__.xml', '', "Could not download from depot at http://vCenter FQDN:9084/vum/repository/hostupdate/__micro-depot__vendor-DEL__metadata-233__index
|
VMware vCenter Server 7.0.x
VMware vSphere ESXi 7.0.x
VMware vCenter Server 8.0.x
VMware vSphere ESXi 8.0.x
TCP port 9084 is blocked between the ESXi host and the vCenter.
ESXi hosts connects to Lifecycle manager over port 9084 to access the patch updates, ensure that port 9084 is open between the ESXi host and vCenter.
Verify that the ESXi host can connect to vCenter over port 9084.
nc -z <vCenter_FQDN> 9084If this fails to connect, consult your networking team to open port 9084 between the ESXi and the vCenter server.
Refer KB - TCP and UDP ports required to access VMware vSphere Update Manager for the port requirements between the vCenter and the ESXi host to use Lifecycle manager.
KB411379 references the same symptom with a similar error.