6.5 HP StoreAll OS CLI Reference Guide

Table Of Contents
Extend a file system using the specified segment/owner pairs:
ibrix_fs -e -f FSNAME -S LV1:HOSTNAME1,LV2:HOSTNAME2,... [-t TIERNAME]
For example, to add logical volume ilv1 (owned by s1.mycompany.com) to file system ifs1:
ibrix_fs -e -f ifs1 -S ilv1:s1.mycompany.com
To extend the file system with tiered segments, include the -t option. If tiering rules are already
defined for this file system, -t is required.
Extend a file system using the specified physical volumes:
ibrix_fs -e -f FSNAME -p PVLIST [-t TIERNAME]
The file system is extended using the physical volumes in PVLIST. To extend the file system with
tiered segments, include the -t option. If tiering rules are already defined for this file system, -t
is required.
Audit log expiration policy
Use the following commands to manage the audit log expiration policy:
Display the audit log expiration policy for one or all file systems:
ibrix_fs -K [-f FSNAME]
Displays the audit log expiration policy for one or all file systems.
Modify an audit log expiration policy for a file system:
ibrix_fs -k TIME -f FSNAME
The command lets you modify the audit log expiration policy for a file system. In this instance, the
name of the file system is FSNAME. In this instance, the name of the file system is FSNAME. The
audit log events are kept by default for 1 day. You can change how long the audit log events are
kept by modifying the TIME value as follows:
xxD Audit log events are kept for the specified number of days (for example, 90D specifies
that events should be kept for 90 days).
xxM Audit log events are kept for the specified number of months.
xxY Audit log events are kept for the specified number of years.
Archiving/auditing synchronizer (Retention Expiration and Autocommit)
Use the following commands to manage archiving/auditing synchronizer (Retention Expiration
and Autocommit):
Display the archiving/auditing synchronizer scheduled time for one or all file systems:
ibrix_fs -Y [-f FSNAME]
The command displays the archiving/auditing synchronizer scheduled time for one or all file
systems. The archiving/auditing synchronizer time can also be viewed on the Data Retention tab
for the Modify Filesystem Properties window.
Modify archiving/auditing synchronizer scheduled time to the time value for a file system:
ibrix_fs -y TIME -f FSNAME
Lets you modify the daily time for the archiving/auditing synchronizer to run for a file system. In
this instance, the name of the file system is FSNAME. 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 TIME. The
following example sets the starting time for the archiving/auditing synchronizer to 2 am:
ibrix_fs -y 02:00 -f ibrixfs1
The archiving/auditing synchronizer functionality can also be set by modifying the time value for
Retention Expiration and Autocommit on the Data Retention tab for the Modify Filesystem Properties
window.
ibrix_fs 81