Health check fails to retrieve data about service 'Workload Management Platform' on 'domain-####'. Verify that the service 'Workload Management Platform' is running and try again.vmware-vum-server.log on vCenter showed the error while upgrading:
var/log/vmware/vmware-updatemgr/vum-server/vmware-vum-server-34.log:115481:2025-09-12T15:14:22.942-05:00 info vmware-vum-server [Originator@#### sub=Telemetry] [TelemetryManager ###] Sending telemetry "parentTaskId":"","errorMessageId":"com.vmware.vcIntegrity.lifecycle.health.internal.external_provider.call_fault","errorMessage":"Health check fails to retrieve data about service 'Workload Management Platform'. Verify that the service 'Workload Management Platform' is running and try again."
WCP service on vCenter Server is not in a healthy state.
You can try this step ONLY if you are NOT using VKS/TKGS/Tanzu in this environment.
If you are Not using VKS/TKGS/Tanzu, then please disable the health check for wcp to allow the patch.
You can do this by editing the vci-integrity.xml file.
Here is how to do it:
SSH into the vCenter Server using root credentials.
Stop the vLCM Update Manager service:service-control --stop updatemgr
Back up the vLCM configuration file (vci-integrity.xml):cp /usr/lib/vmware-updatemgr/bin/vci-integrity.xml /usr/lib/vmware-updatemgr/bin/vci-integrity.bak
Edit the configuration file:vi /usr/lib/vmware-updatemgr/bin/vci-integrity.xml
<EhpConfig> <ExternalProviders> <eam> <enabled>true</enabled> </eam> <nsxt_rest> <enabled>true</enabled> </nsxt_rest> <pod> <enabled>true</enabled> </pod> <vpxd> <enabled>true</enabled> </vpxd> <wcp> <enabled>true</enabled> <<<<<<<<<<<<<< </wcp> </ExternalProviders>
Please change it to false : <enabled>false</enabled>
Save the file and restart the Update Manager service:service-control --start updatemgr
Once the service is restarted, log in to vCenter and reattempt the pre-check and upgrade.
When all the upgrades are successfully completed, please re-enable the health check for wcp.