If you have a Carbon Black EDR cluster, this configuration change is required on the primary and on all minions.

To enable VDI support:

  1. Add the following configuration options to the /etc/cb/cb.conf file.

    Note:

    If you are copying the following lines of code to paste directly into the file and a line break occurs or special characters appear, delete the line break and any special characters. Ensure that each line is added to the file as one continuous line.

    NewRegistrationCallbackModulePath=/usr/share/cb/plugins/default_new_sensor_registration_callback.py
    NewRegistrationCallbackClassName=DefaultNewRegistrationCallback
  2. With root-level access, restart cb-enterprise:

    service cb-enterprise restart
    For clustered Carbon Black EDR servers:
    /usr/share/cb/cbcluster stop
    /usr/share/cb/cbcluster start