EDR: Sensor Version Missing on Console
book
Article ID: 290371
calendar_today
Updated On:
Products
Carbon Black EDR (formerly Cb Response)
Issue/Introduction
Available sensor versions don't show on console > sensor group settings > upgrade policy.
Cause
Server was unable to ingest the package
Resolution
- On server/master, run command
psql -d cb -p 5002 -c "select * from sensor_builds;"
- If the sensor version is returned, restart the services. If not, please continue to step 3
- Modify /etc/yum.repos.d/CarbonBlack.repo with the appropriate baseurl for the sensor version. baseurl can be found in the release notes
- Clean the yum cache
yum clean all
- Download the installer
yum install --downloadonly --downloaddir=<path> <package name>
- Run the following command to install the package:
rpm -i --force <path to the downloaded rpm>
- Run the following command to make the new installation package available in the server console UI
/usr/share/cb/cbcheck sensor-builds --update
Feedback
thumb_up
Yes
thumb_down
No