IMPORTANT ANNOUNCEMENT: On May 6, 2024, Carbon Black User eXchange (UeX) and Case Management will move to a new platform!
The Community will be in read-only mode starting April 19th, 7:00 AM PDT. Check out the blog post!
You will still be able to use the case portal to create and interact with your support cases until the transition, view more information here!

EDR: How to prevent EDR server upgrade when performing a general server update

EDR: How to prevent EDR server upgrade when performing a general server update

Environment

  • EDR Server:  All Versions

Objective

Prevent EDR from upgrading to latest version when performing a general "yum upgrade"

Resolution

  • Option 1: Disable the CarbonBlack yum repository (master and minions in case of a cluster):
  1. Edit /etc/yum.repos.d/CarbonBlack.repo using vi or similar tool
  2. Change enabled=1 to enabled=0 in the file: 
  3. Save the file
  • Option 2: Instead of running "yum update", the administrator can run the same command with the CarbonBlack.repo disabled.  
    • yum --disablerepo="CarbonBlack.repo" update

Additional Notes

When implementing option 1, set enabled=1 to re-enable the CarbonBlack.repo when upgrading the EDR server software or in cases where access to the Carbon Black repository is required to install a new sensor version.

Labels (1)
Tags (2)
Was this article helpful? Yes No
100% helpful (1/1)
Article Information
Author:
Creation Date:
‎09-19-2018
Views:
777
Contributors