esxcli software vib install -n VIBname
command.VMware vSphere ESXi 6.x
VMware vSphere ESXi 7.x
chkconfig sfcbd-watchdog off
/etc/init.d/sfcbd-watchdog stop
chkconfig sfcbd-watchdog
/etc/init.d/sfcbd-watchdog status
To enable the CIM agent on an ESXi 6.x and ESXi 7.0.x host and earlier versions using the command line
First we need to enable the "wbem" service using esxcli:
[root@localhost:~] esxcli system wbem set -e true
Next:
chkconfig sfcbd-watchdog on
/etc/init.d/sfcbd-watchdog start
/etc/init.d/sfcbd-watchdog status