Threat Report: Exposing Malware in Linux-Based Multi-Cloud Environments | Download Now

Carbon Black Cloud: How to Stop/Start the Sensor via Command Line (Linux)

Carbon Black Cloud: How to Stop/Start the Sensor via Command Line (Linux)

Environment

  • Carbon Black Cloud Sensor: All Supported Versions
  • Linux: All Supported Versions

Objective

How to completely stop/start the Carbon Black Cloud Sensor for testing purposes.

Resolution

Disable 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
Enable 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

Related Content


Was this article helpful? Yes No
No ratings
Article Information
Author:
Creation Date:
‎11-27-2018
Views:
7068
Contributors