VMware Cloud Community
shyju18
Contributor
Contributor

The Small Footprint CIM Broker Daemon (SFCBD) is running, but no data has been reported. You may need to install a CIM provider for your storage adapter.".

I have one T620 DELL server with vmware6.5 in my hardware storage monitoring have problem

pastedImage_1.png

1 Reply
kbiradar
Enthusiast
Enthusiast

Hi there

You can download CIM provider from Dell's offcial website and then can install same on your esxi

Below is command to intall provider

esxcli software vib install -v /path/to/vib

And then restart wbem service

esxcli system wbem set -e false

esxcli system wbem set -e true

And you will be able to see storage info

You can list all the cim prooviders installed on your host by running below command

esxcli system wbem provider list