6.5 HP StoreAll OS CLI Reference Guide

Table Of Contents
NOTE: The forever option (referred to as Never Expire on the StoreAll Management
Console) is no longer available, as of StoreAll version 6.5.0. If you do not specify a policy, the
default policy is 45 days. Policies previously set to forever (Never Expire), are changed to
45 days.
Display the current expiration policy for a file system or all file systems:
ibrix_audit_reports -g [-f FILESYSTEM]
Set the global audit report expiration schedule of a file system:
ibrix_audit_reports -y SCHEDULE -f FILESYSTEM
Sets the global audit report expiration schedule for a file system (the time at which report output
files stored in the file system at <mountpoint>/.archiving/reports will be deleted from
the file system each day). Use the form hh:mm (a valid hour between 0 and 23 inclusive, and a
2-digit minute between 00 and 59 inclusive) to specify the SCHEDULE. The following example sets
the time for reports cleanup to 2 am:
ibrix_audit_reports -f ibrixfs1 -y 02:00
Display the global audit report expiration schedule for a file system or all file systems:
ibrix_audit_reports -Y [-f FILESYSTEM]
Displays the global audit report expiration schedule for a file system or all file systems. This command
reports the time at which report output files stored in the <mountpoint>/.archiving/reports
directory are deleted from the file system daily.
Options
DescriptionOption
Gets the global audit report expiration schedule for one or all file systems.-Y
Specifies the start date for the audit report.-b BEGIN_DATE
Specifies the end date for the audit report.-e END_DATE
Specifies the file system to be used for the report.-f FILESYSTEM
Gets the audit report expiration policy for one or all file systems.-g
Specifies classes of audit events or audit groups that should appear in the report.-o
class1[,class2,...]
Shows only the events that have a pathname containing the specified string.-p PATH
Sets the audit report expiration policy.-s POLICY
Specifies the report is sorted, where SORT_ORDER is time (lists all events ordered by
timestamp) or path (lists all file events ordered by pathname).
-t SORT_ORDER
Sets the audit report expiration schedule. Specify SCHEDULE as hh:mm (a valid hour
and minute).
-y SCHEDULE
Shows the usage for this command.?
Audit events
DescriptionClass eventGroup
A directory was removed from the file system by a clientdirectory_deletedAccess
A WORMed file was removed from the file system by a clientfile_deleted
ibrix_audit_reports 15