Environment
- Carbon Black Cloud Sensor: All Versions
- Linux: All Supported Versions
Objective
Resolution
- Launch terminal
- Use grep to get RegistrationId
% sudo grep 'RegistrationId' \var\opt\carbonblack\psc\cfg.ini
- 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