Perform the following procedure to enable VDI support.

Note: If you have a Carbon Black EDR cluster, you must make this configuration change on the primary and all minion nodes.

For more information about cb.conf, see the Carbon Black EDR Server Configuration Guide.

Procedure

  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