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 download 6.3.4-lnx sensor from Yum repository

EDR: How to download 6.3.4-lnx sensor from Yum repository

Environment

  • EDR Server: All Supported Version
  • EDR Sensor: 6.3.4-lnx

Objective

How to download 6.3.4-lnx sensor from Yum repository

Resolution

  1. Run the below command to check current sensors available on the CB Response server.
/usr/share/cb/cbcheck sensor-builds -L
  1. Set the Baseurl in /etc/yum.repos.d/CarbonBlack.repo file
baseurl=https://yum.distro.carbonblack.io/enterprise/stable/$releasever/$basearch/ 

Example:

[root@localhost nginx]# cat /etc/yum.repos.d/CarbonBlack.repo 
[CarbonBlack]
name=CarbonBlack
baseurl=https://yum.distro.carbonblack.io/enterprise/stable/$releasever/$basearch/
gpgcheck=0
enabled=1
metadata_expire=60
sslverify=1
sslclientcert=/etc/cb/certs/carbonblack-alliance-client.crt
sslclientkey=/etc/cb/certs/carbonblack-alliance-client.key
  1. Clear repository
yum clean all
  1. Build repository
yum repolist
  1.  Download the sensor package
yum install --downloadonly --downloaddir=/tmp cb-linux-sensor-installer-6.3.4.10012-1
  1.  Install the sensor package 
rpm -i --force /tmp/cb-linux-sensor-installer-6.3.4.10012-1.noarch.rpm
  1.  Update the sensor-builds
/usr/share/cb/cbcheck sensor-builds --update
  1.  Recheck the available sensor builds on the server. 
/usr/share/cb/cbcheck sensor-builds -L


 

Related Content


Labels (1)
Tags (2)
Was this article helpful? Yes No
0% helpful (0/1)
Article Information
Author:
Creation Date:
‎11-18-2020
Views:
798
Contributors