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 the Console on Linux

EDR: How to install the Console on Linux

Environment

  • EDR Server: All Supported Versions
  • RHEL/CentOS: All Supported Versions

Objective

How to install the Console on Linux.

Resolution

  1. Download RHEL/CentOS
  2. Configure networking (hostname / enable network)
  3. Once installed, open Terminal
  4. Subscribe to subscription manager: 
# subscription-manager register
  1. Attach to subscription:
# subscription-manager attach --auto
  1. Install the CB License RPM onto the new server: 
carbon-black-release-<customer dependent>.x86_64.rpm
  1. Install the RPM package: 
#rpm -ivh carbon-black-release-<customer dependent>.x86_64.rpm
  1. Open the Carbon Black repo in the VIM editor:
# vi /etc/yum.repos.d/CarbonBlack.repo
  1. In the CarbonBlack.repo file, change the base url to:
baseurl=https://yum.distro.carbonblack.io/enterprise/stable/$releasever/$basearch/

  1. Download and install the EDR Server packages and dependencies:
# sudo yum install cb-enterprise -y
  1. Complete the installation by running:
# sudo /usr/share/cb/cbinit

 

Additional Notes

For additional reference please refer to the most recent Server/Cluster Management Guide "Installing the Server" section 

Related Content


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