6.5 HP StoreAll OS CLI Reference Guide

Table Of Contents
ibrix_avscan
Manages Antivirus scans on a StoreAll file system. The Antivirus scan command lets you specify
a directory path under which all the files are subjected to an antivirus scan, unlike normal antivirus
scan on read.
Description
The ibrix_avscan command starts or stops an Antivirus scan task. It can also be used to display
information about Antivirus scan tasks.
Multiple scan tasks can run in the cluster; however, you can run only one scan task at a time on a
specific AV-enabled file system. When you start a scan task, you can specify the maximum duration,
in hours, that the scan can run. The maximum duration is 168 hours (7 days). If you do not specify
a maximum duration the antivirus scan task scans all files in a given path without any timeout.
At the end of maximum duration, the scan is stopped and it becomes an inactive task. You can
view the detailed scan statistics by selecting the task from the inactive list.
To pause or resume an Antivirus scan task, use ibrix_task.
Synopsis
Start an Antivirus scan:
ibrix_avscan -s -f FSNAME -p PATH [-d DURATION]
Provide a status summary of Antivirus scan tasks:
ibrix_avscan -l [-f FSLIST]
Provide detailed information about Antivirus scan tasks:
ibrix_avscan -i [-f FSLIST]
Stop the specified Antivirus scan task:
ibrix_avscan -k -t TASKID [-F]
Use ibrix_avscan -l to determine the task ID.
Options
DescriptionOption
Forcibly stops an Antivirus scan task.-F
Specifies the maximum duration, in hours, for a scan task. The task is stopped when this
limit is reached.
-d
File system name. Use it with one of the following commands: ibrix_avscan -l or
ibrix_avscan -i
-f FSNAME or FSLIST
Displays detailed information for Antivirus scan tasks.-i
Stops an Antivirus scan task.-k
Displays a status summary for Antivirus scan tasks.-l
Specifies the directory path to be scanned.-p PATH
Starts an Antivirus scan task.-s
Specifies the task ID for an Antivirus scan task.-t TASKID
Shows the usage for this command.-?
See also
ibrix_av, ibrix_avconfig, ibrix_task
ibrix_avscan 25