- Run the below command to check current sensors available on the CB Response server.
/usr/share/cb/cbcheck sensor-builds -L
- 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
- Clear repository
yum clean all
- Build repository
yum repolist
- Download the sensor package
yum install --downloadonly --downloaddir=/tmp cb-linux-sensor-installer-6.3.4.10012-1.noarch
- Install the sensor package
rpm -i --force /tmp/cb-linux-sensor-installer-6.3.4.10012-1.noarch.rpm
- Update the sensor-builds
/usr/share/cb/cbcheck sensor-builds --update
- Recheck the available sensor builds on the server.
/usr/share/cb/cbcheck sensor-builds -L