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 Install a Different Server Version

EDR: How to Install a Different Server Version

Environment

  • EDR (formerly CB Response): 4.x and Higher

 


Objective

Install a version of EDR other than the most recent release.


Resolution

  1. Get repo version URLs currently available Modify /etc/yum.repos.d/CarbonBlack.repo with the desired baseurl from above:
    •  curl --key /etc/cb/certs/carbonblack-alliance-client.key --cert /etc/cb/certs/carbonblack-alliance-client.crt "https://yum.distro.carbonblack.io/enterprise/" | grep href | cut -d '"' -f 2 | cut -d '/' -f 1
    • baseurl=https://yum.distro.carbonblack.io/enterprise/<version>/$releasever/$basearch
  2. Clear yum cache:
    • yum clean all
  3. Stop services
    • Standalone:
      service cb-enterprise stop
      
      Cluster:
      /usr/share/cb/cbcluster stop

       
  4. Update cb-enterprise
    • yum update cb-enterprise

Additional Notes

  • Complete these steps across all nodes if a clustered environment. All nodes (Master and Minions) should be on the same version
  • To update to the latest version, the URL must be updated to the stable branch available in the latest release notes


Labels (1)
Tags (2)
Was this article helpful? Yes No
50% helpful (1/2)
Article Information
Author:
Creation Date:
‎09-09-2020
Views:
1323
Contributors