Brief Instructions |
How to Connect Dr.Web for UNIX File Servers to a Samba Server Follow the instructions provided in the Integration with Samba File Server section. How to Connect Dr.Web for UNIX File Servers to Novell Storage Services Follow the instructions provided in the Integration with NSS Volumes section. How to Configure GNU/Linux File System Monitoring Follow the instructions provided in the File System Monitoring Setting section. How to Restart Dr.Web for UNIX File Servers To restart the product when it is already running, you can also use the script that controls the Dr.Web ConfigD configuration daemon. Startup, stop, or restart of the daemon cause respectively the startup, stop or restart of Dr.Web for UNIX File Servers. The default directory of the shell script that controls the operation of Dr.Web ConfigD is /etc/init.d. The name of the script is drweb-configd. It has the following parameters:
To restart Dr.Web for UNIX File Servers (or start it, if it is not running), use the following command:
How to Connect to the Central Protection Server 1.Obtain the address of the central protection server and the file of its public key from your anti-virus network administrator. You may also need additional parameters, such as an identifier and password for your workstation or identifiers of the main group and tariff group. 2.Use the esconnect command of the Dr.Web Ctl command-line tool provided in Dr.Web for UNIX File Servers. For connection it is required to use the option --Key, by specifying the path to the public key file of the server. You can additionally enter the identifier of your host (the ID of your “workstation”, if we use the terminology used by the central protection server) and a password for authentication on the central protection server by using the --Login and --Password parameters. In this case, connection to the server will be established only if you specify a correct identifier-password pair. If the parameters are not specified, connection to the server will be established only if it is approved on the server (automatically or by the administrator of the anti-virus network, depending on the server’s settings). Moreover, you can use the --Newbie option (connect as a new user). If this mode is allowed on the server, then after this connection is approved, the server automatically generates a unique identifier/password pair, which will be further used for connection of this agent to the server. Note that in this mode the central protection server generates a new account for the host even if this host already has another account on the server. A standard example of the command instructing Dr.Web for UNIX File Servers to connect to the central protection server:
After establishing a connection to the central protection server, the product will operate in central protection mode or in mobile mode, depending on the permissions set on the server and the value of the configuration parameter MobileMode of the Dr.Web ES Agent component. To allow unconditional use of mobile mode, set the parameter’s value to On. For operation in central protection mode, set the parameter’s value to Off. A standard example of the command instructing Dr.Web for UNIX File Servers that is connected to a central protection server to switch into mobile mode is as follows:
How to Disconnect From the Central Protection Server To disconnect the product from the central protection server and switch its operation into standalone mode, use the esdisconnect command of the Dr.Web Ctl command-line tool provided in Dr.Web for UNIX File Servers:
To use the product in standalone mode, a valid license key file is required. Otherwise, anti-virus functions of the product will be blocked after the operation is switched to standalone mode. How to Activate the Product 1.Register on the official website of Doctor Web at https://products.drweb.com/register/. 2.At the email address that you specified during the registration you will receive an archive containing a valid license key file (you can also download this archive directly from the website after you have finished the registration). 3.Carry out the key file installation procedure. How to Add a New SMB Shared Directory 1.Edit the configuration file—smb.conf—of the server by adding a section describing the shared directory. The section describing the shared directory must be as follows:
where <share_name> is any name of the shared resource and <any comment> is an arbitrary line with a comment (optional). 2.If you need to specify scanning settings for the added shared directory and these settings differ from the default SpIDer Guard for SMB settings, use steps 3 and 4 of the instruction given in the Integration with Samba File Server section. 3.Restart the server and Dr.Web for UNIX File Servers. How to Add a New Protected NSS Volume 1.Specify the name of the volume, which is to be protected, in the ProtectedVolumes parameter (in the [NSS] section of the configuration file). If this parameter has no value assigned to it, then all the volumes from the directory for set by the NssVolumesMountDir parameter are protected. 2.Restart Dr.Web for UNIX File Servers. How to Upgrade the Product Update component versions or upgrade to a new version. Note that during the upgrade you can be asked to remove the current product version. How To Add or Remove Component of the Product Follow the Custom Component Installation and Uninstallation procedure. Note that when installing and uninstalling the component, other product components could be additionally installed or uninstalled to resolve dependencies. How to Manage Components Operation To view the status of the product’s components and to manage their operation, you can use: •The command-line-based management tool Dr.Web Ctl (use the appinfo, cfshow and cfset commands. To view the list of available management commands, use the command --help). •The management web interface of Dr.Web for UNIX File Servers (by default, you can access it via a web browser at https://127.0.0.1:4443/). How to View Log of the Product According to default settings the general log of all product’s components is displayed in file (the file for logging messages by the system component depends on the system and is located in the directory /var/log). General log settings are defined in the configuration file in the section [Root] (parameters Log and DefaultLogLevel). For each component in their settings section, parameters Log and LogLevel are available. They set the log storage location and the logging level of messages that the component outputs in the log. To change the logging settings, use the Dr.Web Ctl command line management tool and the Dr.Web for UNIX File Servers management web interface (if it is installed). •To identify errors, we recommend you to configure output of the general log of all components to a separate file and enable output of extended debug information to the log. For that, execute the following commands:
•To return to the default logging method and verbosity level for all components, execute the following commands:
|