Below errors could be seen while configuring the vSphere HA :-
Upon checking the /var/log/vmware/vmware-updatemgr/vum-server/vmware-vum-server.log on the vCenter
error vmware-vum-server[53632] [Originator@6876 sub=com.vmware.vcIntegrity.lifecycle.SetSolutionTask] [SetSolutionTask 274] Set solution failed. entityId: domain-c8 Problems found while validating the new software spec: {
--> "errors": [
--> {
--> "id": "com.vmware.vcIntegrity.lifecycle.EsxImage.AddonNotFound",
--> "message": {
--> "args": [
--> "ESXi-####",
--> "18644231-A00"
--> ],
--> "default_message": "Addon <Patch name with version ######## cannot be found in depot.",
--> "id": "com.vmware.vcIntegrity.lifecycle.EsxImage.AddonNotFound",
--> "localized": null,
--> "params": null
--> },
--> "originator": null,
--> "resolution": null,
--> "retriable": null,
--> "time": "########",
--> "type": null
--> },
--> {
--> "id": "com.vmware.vcIntegrity.lifecycle.EsxImage.BaseImageNotFound",
--> "message": {
--> "args": [
--> "7.0.3-0.0.########"
--> ],
--> "default_message": "The Base Image with version 7.0.3-0.0.####### cannot be found in depot.",
--> "id": "com.vmware.vcIntegrity.lifecycle.EsxImage.BaseImageNotFound",
--> "localized": null,
--> "params": null
--> },
--> "originator": null,
--> "resolution": null,
--> "retriable": null,
--> "time": "########",
--> "type": null
--> },
--> {
info vmware-vum-server[08695] [Originator@6876 sub=ServiceProvider] [EmbeddedPyServiceProvider 1307] Starting drafts validate, spec: {
--> "add_on": {
--> "name": "yyyyyy",
--> "version": "########"
--> },
--> "base_image": {
--> "version": "7.0.3-0.0.#######"
--> },
--> "components": null,
--> "hardware_support": null,
--> "solutions": {
--> "com.vmware.vsphere-ha": {
--> "components": [
--> {
--> "component": "vsphere-fdm"
--> }
--> ],
--> "version": "########"
--> }
--> }
--> }
Missing Baseline images.
IMPORTANT! Snapshot the vCenter before doing any data removal procedures. 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.
'shell'service-control --status vmware-updatemgrservice-control --start vmware-updatemgr cat /usr/lib/vmware-updatemgr/bin/configvalues.txt
7. Switch to vumuser using the below command
#su - updatemgr -s /bin/bash
8. Run the below command and enter the password from previous step.
/opt/vmware/vpostgres/current/bin/psql -d VCDB -U vumuser
9. Run the command
VCDB=> select * from pm_software_desired_states;
10. Identify the ID of the desired state whose name and version match in the log snippets.
11. Remove those IDs:
VCDB=delete from pm_software_desired_states where desired_state_id=[number];
If the above steps does not help then proceed with Step 12
12. Reset VUM DB using the article Reset VUM Database
Impact/Risks: