You can install a Linux sensor on an endpoint by using this method.
Procedure
- Extract the contents of the installer package into a temporary directory.
- Install the RPM/DEB package.
RPM:
$ sudo rpm -i cb-psc-install/cb-psc-sensor-<BUILD-NUMBER>.x86_64.rpm
DEB:
$ sudo dpkg -i cb-psc-install/cb-psc-sensor-<BUILD-NUMBER>.x86_64.deb
- Install the blades.
$ sudo cb-psc-install/blades/bladesUnpack.sh
- Update the
cfg.ini
file with the v3.x+ company registration code.
$ sudo /opt/carbonblack/psc/bin/cbagentd -d '<COMPANY_CODE>'
-
Start the agent.
For CentOS/RHEL 6:
$ service cbagentd start
For all other distributions:
$ systemctl start cbagentd