Avira antivir server unix User Manual

Page of 44
Avira GmbH
Avira AntiVir Server/ Professional (UNIX)
36
6
Updates
With Avira Updater you can update Avira software on your computers, using Avira update 
servers. The program can be configured either by editing the configuration file (see 
), or by using parameters in the 
command line.
It is recommended to run the Updater as root. If the Updater does not run as root, it does 
not have the necessary rights to restart AntiVir daemons, so the restart has to be made 
manually, as root.
Advantage: any running processes of AntiVir daemons (such as Scanner, Engine, AntiVir 
Guard) are automatically updated with the current antivirus files, without interrupting 
the running scan processes. It is thus ensured that all files are scanned.
6.1
Internet Updates
Manually
If you want to update Avira AntiVir Server/ Professional or some of its components:
Use the command:
/usr/lib/AntiVir/avupdate --product=[product]
As 
[product], you can use:
Signatures - to update only the vdf files.
Engine - to update the engine and the vdf files.
Scanner - (recommended) to update the scanner, engine and vdf files.
Guard - complete update (Guard, Scanner, engine and vdf files).
If you just want to check for a new AntiVir version without updating AntiVir:
Use the command:
/usr/lib/AntiVir/avupdate --check --product=[product]
The 
[product] values are the same as above.
Automatic updates with cron daemon
Regular updates are made using cron daemon.
The settings for automatic updates in /etc/cron.d/avira_updater have already been 
made if
, when installing AntiVir Server/ Professional with the install script, the answer 
for installing Avira Updater and starting it automatically was 
yes.
You can find further information on cron daemon in your UNIX documentation.
To make or change the settings for automatic updates in crontab manually:
Add or edit the entry in /etc/crontab, similar to the example below.
Example: for an hourly update at *:23, enter the following command:
23 * * * * root /usr/lib/AntiVir/avupdate --product=[product]
As 
[product], you can use:
Signatures - to update only the vdf files.
Engine - to update the engine and the vdf files.
Scanner - (recommended) to update the scanner, engine and vdf files.
Guard - complete update (Guard, Scanner, engine and vdf files).