In a VMware vCenter 8.0.# environment, the following issues occur during ESXi host lifecycle operations:
vmware-updatemgr service crashes and may fail to restart automatically.Host cannot download files from VMware vSphere Lifecycle Manager patch store.Image not found.The vmware-updatemgr service failure is often triggered by underlying ESXi host storage issue rather than a vCenter defect, ESXi hosts booting from non-recommended devices (e.g., USB or SD cards) may experience local storage disconnects or file system corruption, causing the bootbank symlink to break.
To identify and isolate the problematic hosts causing the service to crash, perform the following steps:
1. Check update manager service Status.
service-control --status vmware-updatemgr2. Identify failing hosts in vCenter logs.
cd /var/log/vmware/vmware-updatemgr/vum-serverless vmware-vum-server.log | grep -A2 -i "Unrecognized esxupdate errorNo: 30"zcat vmware-vum-server-###.log.gz | grep -A2 -i "Unrecognized esxupdate errorNo: 30"Note: ### represents the log rotation number.
3. Verify ESXi host bootbank health, on any host identified in the previous step, log in via SSH into the ESXi host and check the integrity of the bootbank: ls -lrtha
bootbank symlink appears in cyan/light blue.4. Remediation.