How To Add a Sensor Version to the Console for Downloading Install Packages
book
Article ID: 285155
calendar_today
Updated On:
Products
Carbon Black EDR (formerly Cb Response)
Issue/Introduction
Steps to download an EDR sensor from the Carbon Black yum repository to the EDR Server.
Environment
- EDR Sensor: 6.x and Higher
- EDR Server: All Versions
Resolution
- View the release notes for the sensor version being downloaded for the package name.
- Log into the EDR master server backend terminal.
- Clean the yum repository
yum clean all
- Download the installer:
yum install --downloadonly --downloaddir=<local download directory> <package>
- Install the downloaded RPM file:
rpm -ivh --force <RPM file>
- Make the new installation package available in the EDR Console:
/usr/share/cb/cbcheck sensor-builds --update
Additional Information
- If sensor groups have Automatic Update enabled, the EDR sensors in that group will automatically update.
- Review release notes before installing
- Example of a download command for the 6.1.8 Linux sensor
Feedback
thumb_up
Yes
thumb_down
No