This topic describes how to set up global VDI support on Linux.
Procedure
- Install the Linux sensor.
- Stop cbdaemon:
systemctl stop cbdaemon
- Remove any stored binary or event data:
rm-rf /var/opt/carbonblack/response/store/*
rm-rf /var/opt/carbonblack/response/eventlogs/*
- Enable VDI in config.ini:
vim /var/opt/carbonblack/response/sensorsetting.ini
VdiEnabled=1
- Set the Sensor ID to 0. This allows the Carbon Black EDR to assign new Sensor IDs to new VMs.
vim /var/opt/carbonblack/response/config.ini
SensorId=0
SensorIdforDisplay=0
- Start the cbdaemon in the primary image VM: