Bypass must be enabled on the Sensor before services can be stopped.
repcli bypass 1
Sensor is in bypass mode
Stop Sensor services.
repcli stopcbservices
Successfully sent command to stop the service via RepUtilStopService
To start / enable the sensor
From an administrative Command Prompt, execute the following commands.
net start cbdefense
The CB Defense service was started successfully.
Change directory to C:\Program Files\Confer.
cd C:\Program Files\Confer
Remove the Sensor from Bypass
repcli bypass 0
Sensor is fully enabledrepcli bypass 0
Sensor is fully enabled
Linux
To stop / disable the sensor
For distributions using SystemD (e.g. CentOS 7), run the Terminal command below.
sudo systemctl stop cbagentd
For older distributions using SystemV (e.g. CentOS 6), run the Terminal command below.
sudo service cbagentd stop
To start / enable the sensor
For distributions using SystemD (e.g. CentOS 7), run the Terminal command below.
sudo systemctl start cbagentd
For older distributions using SystemV (e.g. CentOS 6), run the Terminal command below.
sudo service cbagentd start
Additional Information
Sensor Bypass can be toggled with RepCLI or through the Console while the services are running.
Sensor services cannot be started with the RepCLI utility, but can be started via services.msc or elevated Command Prompt (e.g. net start, sc start, etc.).