Software Solution VMware-HBR-Agent with version 8.0.2-0.0.22435776 cannot be found in depot.The vSphere Lifecycle Manager is reporting a SolutionNotFound error (com.vmware.vcIntegrity.lifecycle.EsxImage.SolutionNotFound) during image validation./var/log/vmware/vmware-updatemgr/vum-server/vmware-vum-server.log
2025-10-31T06:01:11.785Z info vmware-vum-server[3227853] [Originator@6876 sub=ServiceProvider] [ImageService 372] Run command: --taskid 52d15296-d833-274f-a20f-2e1d2a30b2dd --threadid 3227853 software --validate2025-10-31T06:01:11.790Z info vmware-vum-server[3227853] [Originator@6876 sub=ServiceProvider] [EmbeddedPyServiceProvider 1548] Draft validation results: {"info": [], "warnings": [], "errors": [{"id": "com.vmware.vcIntegrity.lifecycle.EsxImage.SolutionNotFound", "message": {"id": "com.vmware.vcIntegrity.lifecycle.EsxImage.SolutionNotFound", "default_message": "Software Solution VMware-HBR-Agent with version 8.0.2-0.0.22435776 cannot be found in depot.", "args": ["VMware-HBR-Agent", "8.0.2-0.0.22435776"]}, "resolution": null, "time": "2025-10-31T06:01:11.790Z"}]}2025-10-31T06:01:11.791Z info vmware-vum-server[3227853] [Originator@6876 sub=DraftsManager] [DraftsManager 1224] ValidateHardwareSupportSpec called2025-10-31T06:01:11.791Z info vmware-vum-server[3227853] [Originator@6876 sub=DraftsManager] [DraftsManager 1586] Draft validation results: {--> "errors": [--> {--> "id": "com.vmware.vcIntegrity.lifecycle.EsxImage.SolutionNotFound",--> "message": {--> "args": [--> "VMware-HBR-Agent",--> "8.0.2-0.0.22435776"--> ],--> "default_message": "Software Solution VMware-HBR-Agent with version 8.0.2-0.0.22435776 cannot be found in depot.",--> "id": "com.vmware.vcIntegrity.lifecycle.EsxImage.SolutionNotFound",--> "localized": null,--> "params": null--> },--> "originator": null,--> "resolution": null,--> "retriable": null,--> "time": "2025-10-31T06:01:11.790Z",--> "type": null--> }--> ],--> "info": [],--> "warnings": []--> }2025-10-31T06:01:11.791Z error vmware-vum-server[3227853] [Originator@6876 sub=com.vmware.vcIntegrity.lifecycle.DraftCommitClusterTask] [CommitDraftTask 328] Draft commit failed for the entityId: domain-c2309958 Problems found while validating the new software spec: {--> "errors": [--> {--> "id": "com.vmware.vcIntegrity.lifecycle.EsxImage.SolutionNotFound",--> "message": {--> "args": [--> "VMware-HBR-Agent",--> "8.0.2-0.0.22435776"--> ],--> "default_message": "Software Solution VMware-HBR-Agent with version 8.0.2-0.0.22435776 cannot be found in depot.",--> "id": "com.vmware.vcIntegrity.lifecycle.EsxImage.SolutionNotFound",--> "localized": null,--> "params": null--> },--> "originator": null,--> "resolution": null,--> "retriable": null,--> "time": "2025-10-31T06:01:11.790Z",--> "type": null--> }--> ],--> "info": [],--> "warnings": []--> }
VMware vSphere 8.x
**Note: Take snapshot of the vCenter server before making any change, see "Snapshot Best practices for vCenter Server Virtual Machines" and "VMware vCenter in Enhanced Linked Mode pre-changes snapshot (online or offline) best practice" for more information.
Steps to follow to remove the unwanted module from VCDB to fix the reported issue:
service-control --status vmware-updatemgrservice-control --start vmware-updatemgrNote down the db_password from the below command.cat /usr/lib/vmware-updatemgr/bin/configvalues.txt
Switch to vumuser using the below command#su - updatemgr -s /bin/bash
Run the below command and enter the password from previous step./opt/vmware/vpostgres/current/bin/psql -d VCDB -U vumuser
Run the command to get the current config (highest number associated with the config is the current active state)VCDB=> select * from pm_software_desired_states;
solutions.components)update pm_software_desired_states set spec = '{
"add_on": {
"name": "DEL-ESXi",
"version": "802.22380479-A00"
},
"alternative_images": null,
"base_image": {
"version": "8.0.2-0.0.22380479"
},
"components": null,
"hardware_support": null,
"removed_components": null,
"solutions": {
"com.vmware.vsphere-ha": {
"components": [
{
"component": "vsphere-fdm"
}
],
"version": "8.0.2-23504390"
}
}
}' where entity_id='domain-c2309958' and desired_state_id=73;
You're expected to see UPDATE 1 upon successful execution of the above DB query.
Retry configuring the cluster with single image.