To disable the CIM agent on an ESX host:
- Log in to the ESX host as root.
- Run these commands:service sfcbd stopchkconfig sfcbd-watchdog offchkconfig 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
service sfcbd status