Command-Line Arguments |
To start Dr.Web Scanning Engine from the command line, run the following command:
where the mandatory <socket> argument indicates an address of a socket used by Dr.Web Scanning Engine for processing requests of client components. It can be set only as a file path (a UNIX socket). Dr.Web Scanning Engine accepts the following parameters:
Example:
This command starts an instance of Dr.Web Scanning Engine and instructs it to create the /tmp/drweb.ipc/.se UNIX socket to interact with client components and limit the number of child scanning processes to 5. Startup Notes If necessary, any number of instances of Dr.Web Scanning Engine can be started, which provide the scanning service for client applications (not only for Dr.Web for UNIX Mail Servers components). At that, if a value of the FixedSocketPath parameter is specified in the component settings, one instance of the scanning engine is always run by the Dr.Web ConfigD configuration management daemon and available to the clients via the UNIX socket. Instances of the scanning engine started directly from the command line will operate in standalone mode without establishing connection to the configuration management daemon, even if it is running. To manage the operation of the component, as well as to scan files upon request, use the Dr.Web Ctl tool designed to manage Dr.Web for UNIX Mail Servers from the command line .
|