CB Response: Sensor Version is Missing from the Filter Options
book
Article ID: 287972
calendar_today
Updated On:
Products
Carbon Black EDR (formerly Cb Response)
Issue/Introduction
Sensor version is missing from the filter options on the sensor page
Environment
- CB Response Console: All Versions
Cause
Sensor RPM is no longer installed
Resolution
- Log into the server via SSH/Terminal
- Run this command to confirm the sensor version is still installed
- If the version is installed, continue to step 10
- If the version is not installed, it will need to be re-installed to the server.
- Open /etc/yum.repos.d/CarbonBlack.repo
- Change the baseurl to the direct url found in the release notes for the version missing
Example:
baseurl=https://yum.distro.carbonblack.io/enterprise/6.2.4-1/x86_64
- Clean the yum cache
yum clean all
- Download the RPM. Directory can be changed. A wildcard can be used or the package name found in the release notes
yum install --download-only --downloaddir=/tmp/ <sensor-package-name>*
- Install the RPM
rpm -i --force <sensor-package-name>.noarch.rpm
- Update the sensor builds
/usr/share/cb/cbcheck sensor-builds
- Confirm the sensor version is now available in the filters
Additional Information
In some cases the "/usr/share/cb/cbcheck sensor-builds" does not update the console. Restarting the services will force the package to be ingested.
Feedback
thumb_up
Yes
thumb_down
No