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!

Carbon Black Cloud: How To Find DeviceID In Sensor Logs (Linux)

Carbon Black Cloud: How To Find DeviceID In Sensor Logs (Linux)

Environment

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

Objective

 To find the DeviceID from sensor logs provided by the customer per the instructions in Carbon Black Cloud: How to Collect Sensor logs locally (Linux)

 

Resolution

  1. Launch terminal
  2. Use grep to get RegistrationId
    % sudo grep 'RegistrationId' \var\opt\carbonblack\psc\cfg.ini
  3. Look for "RegistrationId="
    RegistrationId=<org_id>-<device_id>
    
    Example:
    RegistrationId=4248-3671944

Additional Notes

In the example above 4248 is the OrgID and 3671944 is the DeviceId

Related Content


Was this article helpful? Yes No
No ratings
Article Information
Author:
Creation Date:
‎09-02-2022
Views:
298
Contributors