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: Linux sensor failing to register after install

Carbon Black Cloud: Linux sensor failing to register after install

Environment

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

Symptoms

  • Error in the logs:
[W] Unable to load BackendServer property from Ini
  • Error in the logs:
[I] CurlWrapper: http transaction using connection configurator 'Curl Environment' failed: Problem with the SSL CA cert (path? access rights?)


 

Cause

Corrupted or missing /var/opt/carbonblack/psc/cfg.ini file

Resolution

  1.   Review cfg.ini for key parameters:  PemFile, BackendServer, Company Code
cat /var/opt/carbonblack/psc/cfg.ini
  1.  Add missing parameters back into the cfg.ini (replacing <BackendServer> and <Company_Code> with appropriate values: 
sudo echo "PemFile=/var/opt/carbonblack/psc/cloud.pem" >> /var/opt/carbonblack/psc/cfg.ini 
sudo echo "BackendServer=<BackendServer>" >> /var/opt/carbonblack/psc/cfg.ini 
sudo /opt/carbonblack/psc/bin/cbagentd -d '<Company_Code>'



 

Additional Notes

  • Location of Company Code:  
  • Finding your BackendServer: 

Was this article helpful? Yes No
No ratings
Article Information
Author:
Creation Date:
‎01-31-2022
Views:
1181
Contributors