Integration with Dr.Web ESS 10

Dr.Web for UNIX File Servers 6.0.2 includes two versions of the Dr.Web Agent:

Dr.Web Agent, implemented as drweb-agent module, in enterprise mode can interact only with Dr.Web ESS server version 6.

Dr.Web Agent, implemented as drweb-agent10 module, in enterprise mode can interact only with Dr.Web ESS server version 10.

To start using the central protection server Dr.Web ESS 10, configure standard integration and also make additional settings.

Внимание!

The products, operating in FreeBSD 6.x, cannot be integrated with Dr.Web ESS 10.

 

Configuring connection to Dr.Web ESS 10

As Dr.Web ESS does not support management of Dr.Web Monitor and Dr.Web Daemon, drweb-agent10 uses two supplementary configuration files in addition to the standard file %etc_dir/agent.conf: es_monitor.conf and es_daemon.conf. They are located in the same directory. These files store configuration for Dr.Web Monitor and Dr.Web Daemon. The configuration settings will be used for adjusting operation of these modules in enterprise mode.

Each file line contains the parameter value of the corresponding module configuration. The format is as follows: <section>/<parameter> <value>, where <section> is the name of the section from the component configuration file, <parameter> is the parameter name, and <value> is the value specified for this parameter.

Example (for es_monitor.conf file that contains settings for Dr.Web Monitor component operation in enterprise mode):

Monitor/RunAppList DAEMON

This line contains the value of RunAppList parameter stored in [Monitor] section in Dr.Web Monitor configuration file. This parameter value is used when the suite is running in enterprise mode. In this case, Dr.Web Monitor starts only Dr.Web Daemon.

Example (for es_daemon.conf file that contains settings for Dr.Web Daemon component operation in enterprise mode):

Daemon/MaxCompressionRatio 500

This line contains the value of MaxCompressionRatio parameter stored in [Daemon] section in Dr.Web Daemon configuration file. This parameter value is used when the suite is running in enterprise mode. In this case, Dr.Web Daemon uses 500 as the threshold value of compression ratio.

To connect Dr.Web for UNIX File Servers to the central protection server Dr.Web ESS 10:

1.Open agent.mmc meta-configuration file (used by Dr.Web Monitor for communication with Dr.Web Agent) and replace the specified binary file name drweb-agent with drweb-agent10.

2.In es_monitor.conf file, specify components to be started int enterprise mode. For that purpose, edit the es_monitor.conf accordingly. The set of started components must be similar to the set of components started in standalone mode (specified as the value of RunAppList parameter stored in [Monitor] section in Dr.Web Monitor configuration file). If more than one component must be started, they are specified as a comma-separated list. Note that white spaces are not allowed. Example:

Monitor/RunAppList DAEMON

As the component names, here should be used the names specified in Application section of mmc-files.

3.If required, configure parameters in es_daemon.conf file that is used by Dr.Web Daemon respectively in enterprise mode.

4.If standalone mode was previously used, switch operation of Dr.Web Agent and Dr.Web Monitor components to enterprise mode by specifying appropriate settings in their configuration files, as described in the Configuring Components to Run in Enterprise Mode section.

5.Restart Dr.Web Monitor by using the following command:

# service drweb-monitor restart