C O N T R O L C E N T R E
160
160
160
160
????
Example
:
You want to schedule the Updater to update virus-
definition databases from the archive
kavbases.zip
on every
Monday at 7.00 p.m. and to log the performance results in the
file
report.txt
. The lifetime for this task is from 01.01.02 to
31.12.02
.
%"
Solution: To do this, enter the following strings in the Control Centre
start-up command line
:
./kavucc -cp="./kavupdater
-a:-uik=kavbases.zip:-wa=report.txt -u=root -sd=mon
-st=19:00 -fs=01.01.02 -ls=31.12.02
To review the task schedule that you created using the Control Centre
program, enter the switch
–ct
in the Control Centre command line. The
complete list of created tasks with their descriptions will be displayed
on
your screen. Every task in the list is assigned an ID. The ID’s general
format is
IdN
, where
N
is the serial number of a task in the task schedule.
These numbers must be used when removing tasks from the schedule.
$"
To delete
a task,
enter the switch
-cd=IdN
(where
IdN
is the required task ID) in the
Control Centre start up command line. For example:
./kavucc –cd=Id5
13.4. Saving the performance
report
Control Centre can save the performance report to the system log or a
separate file. You can define the reporting settings by using the following
switches in the Control Centre start up command line:
-w[t][a][-][+][=filename]
This switch logs the performance report into the defined file (the default
file is
report.txt
).