EDR: Missing CarbonBlack.repo
search cancel

EDR: Missing CarbonBlack.repo

book

Article ID: 289765

calendar_today

Updated On:

Products

Carbon Black EDR (formerly Cb Response)

Issue/Introduction

Missing /etc/repos.d/CarbonBlack.repo

Environment

  • EDR Server: All Versions

Resolution

  1. Create the CarbonBlack.rep in the /etc/repos.d/ directory:
touch CarbonBlack.repo
 
  1. Fill in the repo file:
    1. Navigate into the CarbonBlack.repo:
vi /etc/repos.d/CarbonBlack.repo
  1. Fill the repo with:
[CarbonBlack]
name=CarbonBlack
baseurl=https://yum.distro.carbonblack.io/enterprise/stable/$releasever/$basearch/
gpgcheck=1
gpgkey=https://yum.distro.carbonblack.io/enterprise/keys/public.asc
enabled=1
metadata_expire=60
sslverify=1
sslclientcert=/etc/cb/certs/carbonblack-alliance-client.crt
sslclientkey=/etc/cb/certs/carbonblack-alliance-client.key

Additional Information

  • The CarbonBlack.repo can also be recreated by running the .rpm file received at license purchase or renewal. This likely would need to be run on a separate server, then the generated CarbonBlack.repo file would need to be copied over to the /etc/repos.d/ directory.
  • If gpgcheck is turned off (gpgcheck=0), the "gpgkey" parameter should be removed