6.5 HP StoreAll OS CLI Reference Guide

Table Of Contents
ibrix_av
Manages miscellaneous Antivirus operations.
Description
The ibrix_av command is used to start a cluster-wide update of Antivirus definitions and to
display or delete Antivirus statistics.
You can schedule periodic updates of the virus definitions. The cluster connects with external virus
scan engines, which have the current definitions, and the definitions are updated on the cluster
nodes as needed.
Synopsis
Schedule cluster-wide updates of virus definitions:
ibrix_av -t [-S CRON_EXPRESSION]
The CRON_EXPRESSION specifies the time for the virus definition update. For example, the
expression "0 0 12 * * ?" executes the command at noon every day. The following web page
provides additional information about writing a cron string:
http://wiki.opensymphony.com/display/QRTZ1/CronTriggers+Tutorial
List the schedule for updating virus definitions:
ibrix_av -l -T
Delete the schedule for updating virus definitions:
ibrix_av -d -T
List collective Antivirus statistics from all cluster nodes:
ibrix_av -l -s
Delete Antivirus statistics on all nodes in the cluster:
ibrix_av -d -s
This command deletes statistics for scanned files, detected infections, and quarantined files. Other
statistics such as the number of virus scan engines added or present in the cluster are maintained.
Options
DescriptionOption
Specifies a schedule for updating virus definitions on cluster nodes.-S CRON_EXPRESSION
Lists the schedule for updating virus definitions on cluster nodes.-T
Deletes the update schedule or Antivirus statistics.-d
Lists the update schedule or Antivirus statistics.-l
Antivirus statistics.-s
Starts cluster-wide updates of virus definitions.-t
Shows the usage for this command.-?
See also
ibrix_avconfig
20 StoreAll commands