VMRAY Connector
As root on your Carbon Black or other RPM based 64-bit Linux distribution server:
cd /etc/yum.repos.d
curl -O https://opensource.carbonblack.com/release/x86_64/CbOpenSource.repo
yum install python-cb-vmray-connector
Once the software is installed via YUM, copy the /etc/cb/integrations/vmray/connector.conf.example
file to/etc/cb/integrations/vmray/connector.conf
. Edit this file and place your Carbon Black API key into thecarbonblack_server_token
variable and your Carbon Black server’s base URL into the carbonblack_server_url
variable.
To start the service, run service cb-vmray-connector start
as root. Any errors will be logged into /var/log/cb/integrations/vmray/vmray.log
.
If you suspect a problem, please first look at the vmray connector logs found here: /var/log/cb/integrations/vmray/vmray.log
(There might be multiple files as the logger “rolls over” when the log file hits a certain size).
If you want to re-run the analysis across your binaries:
service cb-vmray-connector stop
rm /usr/share/cb/integrations/vmray/db/sqlite.db
service cb-vmray-connector start