- Download RHEL/CentOS
- Configure networking (hostname / enable network)
- Once installed, open Terminal
- Subscribe to subscription manager:
# subscription-manager register
- Attach to subscription:
# subscription-manager attach --auto
- Install the CB License RPM onto the new server:
carbon-black-release-<customer dependent>.x86_64.rpm
- Install the RPM package:
#rpm -ivh carbon-black-release-<customer dependent>.x86_64.rpm
- Open the Carbon Black repo in the VIM editor:
# vi /etc/yum.repos.d/CarbonBlack.repo
- In the CarbonBlack.repo file, change the base url to:
baseurl=https://yum.distro.carbonblack.io/enterprise/stable/$releasever/$basearch/
- Download and install the EDR Server packages and dependencies:
# sudo yum install cb-enterprise -y
- Complete the installation by running:
# sudo /usr/share/cb/cbinit