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
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 stopNote: 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 startNote: To check the status of the agent on ESXi, run the below command.
/etc/init.d/sfcbd-watchdog statusLink -->