CB Response: How to get the 6.2.6 macOS Beta sensor
book
Article ID: 288001
calendar_today
Updated On:
Products
Carbon Black EDR (formerly Cb Response)
Show More
Show Less
Issue/Introduction
How to get the 6.2.6 macOS beta sensor for 10.15 Catalina support
Environment
Carbon Black Response Sensor: 6.2.6 Beta macOS: All Supported Versions
Resolution
Install Package to Console:
Make sure all sensor groups are not set to automatically update to the latest that have macOS sensors included in them. Log in the CB Response backend server via SSH/Terminal Open /etc/yum.repos.d/CarbonBlack.repo Comment out the current baseurl Add the following baseurl
baseurl=https://yum.distro.carbonblack.io/enterprise/beta/osx/x86_64/
After saving the file run "yum clean all" Run the following command to download the package
yum install --downloadonly --downloaddir=/tmp cb-osx-sensor-6.2.6.90808-1
Run the following command to install the package to the server
rpm -i --force /tmp/cb-osx-sensor-6.2.6.90808-1.noarch.rpm
Run the following command to ingest the package to be downloadable via the console
/usr/share/cb/cbcheck sensor-builds --update
Standalone Local Installer:
Create a new test group in the CB Response Console. Set the Upgrade Policy to not auto upgrade Download the current install package from the console Extract the sensorsettings.ini file from the zip Download the CarbonBlackClientSetup.pkg from this link. 6.2.6 Standalone Beta Download Place the CarbonBlackClientSetup.pkg and sensorsettings.ini file into a temporary folder on the machine Install the sensor by double-clicking the CarbonBlackClientSetup.pkg
Additional Information
Install of this sensor should not be on production machines Installing the 6.2.6 Beta sensor to the backend server for console download is not supported for CB Response Cloud Customers. Please use the Standalone installer instructions
Feedback
thumb_up
Yes
thumb_down
No