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 upgrade a clustered server environment to the latest version

EDR: How to upgrade a clustered server environment to the latest version

Environment

  • EDR Server: 6.x and higher
  • Clustered server environment 

Objective

To upgrade a clustered, on-prem EDR server environment to the latest version.

Resolution

  1. Log onto the CLI of the primary server.
  2. Stop the CB EDR services:
# /usr/share/cb/cbcluster stop
  1. Modify /etc/yum.repos.d/CarbonBlack.repo, set it to a value based on the latest Server Cluster Management Guide:
baseurl=https://yum.distro.carbonblack.io/enterprise/stable/$releasever/$basearch/
  1. Get the latest yum repository:
# yum clean all
  1. Run:
# yum update cb-enterprise
  1. Run the upgrade script:
# /usr/share/cb/cbupgrade
  1. Follow all on-screen instructions to complete the upgrade. 
  2. Repeat steps 3-7 on all secondary nodes in the cluster.
    1. Each minion needs to update cb-enterprise
    2. Each minion may need to run the cbupgrade script.
  3. From the master server, start the CB EDR cluster services:
# /usr/share/cb/cbcluster start

Additional Notes

  • Prior to upgrading, verify your Linux OS is compatible with the latest version of EDR. 
  • A backup of the EDR Server is recommended prior to upgrading.
  • Refer to the VMware EDR Server/Cluster Management Guide for other important details on the upgrade process.

Related Content


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