cfset
<section>.<parameter> <value>
|
Purpose: Change the active value of the specified parameter in the current configuration of Dr.Web Server Security Suite.
Arguments
•<section>—name of the configuration file section which provides the parameter. This argument is mandatory.
•<parameter>—name of the parameter to be changed. This argument is mandatory.
•<value>—new parameter value. This argument is mandatory.

|
To specify a parameter value, the format <section>.<parameter> <value> is always used, the assignment character = is not used.
If you want to indicate several parameter values, you need to repeatedly call the cfset command, as many times as the number of parameter values you want to add. To add a new value to the list of parameter values, you need to use the -a option (see below). You cannot specify the string <parameter> <value 1>, <value 2> as an argument, because the string "<value 1>, <value 2>" will be considered one value of <parameter>.
For description of the configuration file, refer to the section Appendix D. Dr.Web Server Security Suite Configuration File, as well as the documentation displayed upon running man 5 drweb.ini.
|
Options
-a [--Add]—do not substitute the current parameter value but add the specified value to the list (allowed only for parameters that can accept a list of values). This option should also be used for adding new parameter groups with a tag.
-e [--Erase]—do not substitute the current parameter value but remove the specified value from the list (allowed only for parameters that can have several values, specified as a list).
-r [--Reset]—reset the parameter value to the default. At that, <value> is not required in the command and is ignored if specified.
Options are not mandatory. If they are not specified, then the current parameter value (including a list of values) are substituted with the specified value.
If you use the -r option for sections that contain individualized parameter settings for the Dr.Web ClamD component connection points and shared directories for the SpIDer Guard for SMB monitor, the parameter value in the individualized settings section will be changed to the value of its corresponding “parent” parameter in the component settings section.
If you need to add a new connection point <point> for Dr.Web ClamD or parameter section for a Samba shared directory with the <tag> tag, run the command
cfset ClamD.Endpoint.<point> -a
|
for example:
cfset ClamD.Endpoint.point1 -a
|
cfset SmbSpider.Share.<tag> -a
|
for example:
cfset SmbSpider.Share.AccountingFiles -a
|

|
This command requires drweb-ctl to be started with superuser (the root user) privileges. If necessary, use the su or sudo commands.
|
|
cfshow
[<section>[.<parameter>]]
|
Purpose: Display parameters of the current configuration of Dr.Web Server Security Suite.
The command to display parameters is specified as follows: <section>.<parameter> = <value>. Sections and parameters of non-installed components are not displayed by default.
Arguments
•<section>—name of the configuration file section parameters of which are to be displayed. The argument is optional. If not specified, parameters of all configuration file sections are displayed.
•<parameter>—name of the displayed parameter. Optional argument. If not specified, all parameters of the section are displayed. Otherwise, only this parameter is displayed. If a parameter is specified without the section name, all parameters with this name from all of the configuration file sections are displayed.
Options
--Uncut—display all configuration parameters, and not only those used with the currently installed set of components. If the option is not specified, only parameters used by the installed components are displayed.
--Changed—display only those parameters whose values differ from the default ones.
--Ini—display parameter values in the .ini file format: at first, the section name is specified in square brackets, then the section parameters listed as <parameter> = <value> pairs (one pair per line).
--Value—output only the value of the specified parameter. The <parameter> argument is mandatory in this case.
|
reload
|
Purpose: Reload the configuration of Dr.Web Server Security Suite.
For that purpose, the Dr.Web ConfigD configuration management daemon performs the following actions:
•rereads the configuration and notifies all Dr.Web Server Security Suite components about its changes;
•reopens the Dr.Web Server Security Suite log;
•starts the components that use virus databases (including the scanning engine);
•attempts to start those components that were shut down abnormally.
Arguments: None.
Options: None
|