EDR: How to Delete Sensor Installer Versions
search cancel

EDR: How to Delete Sensor Installer Versions

book

Article ID: 287988

calendar_today

Updated On:

Products

Carbon Black EDR (formerly Cb Response)

Issue/Introduction

How to delete sensor installer versions that are no longer used or supported

Environment

  • EDR: All Supported Versions

Resolution

  1. If the sensor version packages still exist in /usr/share/cb/coreservices/installers/ location
    • Get the list of currently installed sensors
      /usr/share/cb/cbcheck sensor-builds -l
    • Run this command to remove the packages and remove the Postgres entries (Note: This is case sensitive, and the space is required after the colon)
      /usr/share/cb/cbcheck sensor-builds -r "<platform>: <version>"
      example:
      /usr/share/cb/cbcheck sensor-builds -r "windows: 007.001.001.16959"
  2. If the installer files were deleted from /usr/share/cb/coreservices/installers, this command will remove the Postgres entries and console. 
    /usr/share/cb/cbcheck sensor-builds -p
  3. You can verify the installed sensor packages with this command
    /usr/share/cb/cbcheck sensor-builds -L