6.5 HP StoreAll OS CLI Reference Guide

Table Of Contents
DescriptionOption
Adds or removes an external Antivirus scan engine.-S
Adds a new item to the Antivirus configuration.-a
Disables Antivirus on specific file systems.-d
Enables Antivirus on specific file systems.-e
Specifies file system names, separated by commas.-f FSLIST
Updates the Antivirus unavailable policy.-g
Specifies a file sharing protocol for scan policies.-k PROTOCOL
Lists the Antivirus configuration.-l
Specifies the port number of an external scan engine.-p PORTNUMBER
Removes an existing item from the Antivirus configuration.-r
Specifies the file size limit (in MB) for exclusions.-s FILE_SIZE
Updates an item in the Antivirus configuration.-u
Specifies a list of file types to be excluded from scans (for example, jpeg,meg).-x FILE_EXTENSION
Shows the usage for this command.-?
See also
ibrix_av, ibrix_avscan
ibrix_avquarantine
Manages infected files on a StoreAll file system.
Description
The ibrix_avquarantine command is used to manage infected files that were quarantined.
Synopsis
Manage quarantined files:
ibrix_avquarantine -L|-R|-D|-M -f <FSNAME > -p
<COMMA-SEPARATED_PATH_TO_FILES>
In this instance:
<FSNAME> is the name of the file system.
<COMMA-SEPARATED_PATH_TO_FILES> is a comma-separated list of paths to the
quarantined files.
List quarantined files:
ibrix_avquarantine -L -f <FSNAME >
Hash names are displayed for infected files stored on an HTTP StoreAll REST API share created in
object mode, as shown in the following example:
/fs1/dir1/2004/share1container/33b/32b/ce1be0ff4065a6e9415095c95f25f47a633cef2b
The getfattr command is used to obtain the corresponding filename. You must include the entire
absolute path in the command or go to the directory containing the file object. This requirement is
key because identical filenames in different containers will have the same object name and identical
container names can be created by different users.
ibrix_avquarantine 23