IMPORTANT ANNOUNCEMENT: On May 6, 2024, Carbon Black User eXchange (UeX) and Case Management will move to a new platform!
The Community will be in read-only mode starting April 19th, 7:00 AM PDT. Check out the blog post!
You will still be able to use the case portal to create and interact with your support cases until the transition, view more information here!

Linux sensor is not connected to the Carbon Black UI after the endpoint’s IP address changed

Linux sensor is not connected to the Carbon Black UI after the endpoint’s IP address changed

Version

Carbon Black v5.x (Linux sensor only)

Issue

Sensor is not connected to the Carbon Black UI after the endpoint’s IP address changed.

Symptoms

Carbon Black UI shows the sensor as Offline and sensor’s details page has the old IP address.

Cause

Sensor’s record on the Carbon Black UI has the old IP address, and it didn’t refresh after the endpoint received a new IP address.

Solution

Open a Terminal and run the following command as root or superuser:

    kill -s USR1 $(pidof cbdaemon)

    service cbdaemon stop

    service cbdaemon start

    service cbdaemon status (verify that the status shows running)

Important Note

For troubleshooting an installed Sensor, refer to the Carbon Black - Sensor Troubleshooting guide.

Labels (1)
Was this article helpful? Yes No
No ratings
Article Information
Author:
Creation Date:
‎05-28-2015
Views:
1286
Contributors