Configuring Update Parameters |
To configure virus databases and Dr.Web components update parameters, use file. This file is located in Dr.Web installation folder. Commands included in this file are executed while running in Windows Task Scheduler. To configure update settings, specify required parameters for and commands. command updates virus databases and Dr.Web components.
Example of command for updating virus databases using proxy server: -c update --type=update-revision --disable-postupdate --verbosity=debug --interactive --param="plugin=exchange" -n av-engine --proxy=192.168.134.128:808 --user=qwerty --password=qwerty c postupdatе command post-updates virus databases and Dr.Web components.
command example: -c postupdate --verbosity=debug --interactive --param="plugin=exchange" If you cannot update Dr.Web directly from the Internet or if you want to reduce the amount of external traffic, you can configure an update mirror in order to update Dr.Web via LAN. To configure an update mirror, perform the following steps on a machine with an access to the Internet: 1.Run the with the following parameters: -c download --zones=<file_path> --key-dir=<folder_path> --repodir=<folder_path> --version=90 --verbosity=debug --log-dir=C:\Repo Specify the necessary values for: —path to the update zone file drwzones.xml; —path to the license key file; —path to the folder with updates. Make sure the updates folder is shared. For example: drwupsrv.exe -c download --zones=C:\Mirror\drwzones.xml --key-dir=C:\Mirror\ --repodir=C:\Mirror\Repo\ --version=90 --verbosity=debug --log-dir=C:\Mirror\Repo\ 2.On the server with Dr.Web installed, open the file and add the following parameter in the string set upparams, and then run the file: --zone="file://<repo_folder_path>" For example: set upparams=-c update --type=update-revision --disable-postupdate --verbosity=debug --interactive --param="plugin=exchange" --zone="file://<repo_folder_path>" |