Purpose
This article provides the commands to disable the CIM agent on the ESX/ESXi host.
You may want to disable the CIM agent if it causes the vpxa watchdog service to restart management services by using all the available memory and by swapping the space in the service console.
Note: The CIM agent is the process providing hardware health information. Disabling this service will disable the hardware health status.
Note: The CIM agent is the process providing hardware health information. Disabling this service will disable the hardware health status.
Resolution
To disable the CIM agent on an ESX host:
- Log in to the ESX host as root. For more information, see Connecting to an ESX host using a SSH client (1019852).
- Run these commands:
service sfcbd stop
chkconfig sfcbd-watchdog off
chkconfig sfcbd off
Note: Changing the chkconfig disables the sfcbd service and is persistent across reboots.
To re-enable the CIM agent on the ESX host, run these commands:
service sfcbd startchkconfig sfcbd-watchdog onchkconfig sfcbd on
Note: To check the status of the agent on ESX, run the below command.
service sfcbd status
To disable the CIM agent on an ESXi host:
- Log in to the ESXi host in the Tech Support Mode as root.
- Run these commands:
chkconfig sfcbd-watchdog off
chkconfig sfcbd off
/etc/init.d/sfcbd-watchdog stop
Note: Changing the chkconfig disables the sfcbd service and is persistent across reboots.
To re-enable the CIM agent on the ESXi host, run these commands:
chkconfig sfcbd-watchdog on
chkconfig sfcbd on
/etc/init.d/sfcbd-watchdog start
Note: To check the status of the agent on ESXi, run the below command.
/etc/init.d/sfcbd-watchdog statusBased on VMware KB 1025757