Applications Systems
Hardware Health is not working for VMware ESX host
For Server & Application Monitor (SAM) all versions, Hardware Health is not working on the VMware ESX host. This article provides a workaround.
First published date
Last published date
Overview
Product section
Resolution
ESX
Restart CIM services by running the following commands
service sfcbd stop service sfcbd start
ESXi
Restart the CIM provider by running the following commands:
esxcli system settings advanced set -o /UserVars/CIMProviderName -i 0 esxcli system settings advanced set -o /UserVars/CIMProviderName -i 1
Restart the SFCBD agent by running the following command to allow the changes to take effect.
/etc/init.d/sfcbd-watchdog restart
If the customer is using VMware 8.0.0, the commands are the following:
esxcli system wbem set -e true
esxcli system wbem get
/etc/init.d/sfcbd-watchdog status