6.5 HP StoreAll OS CLI Reference Guide

Table Of Contents
The audit_mode option enables or disables auditing as a whole, without affecting the on/off
state of the individual events or event groups. Setting this option to off turns off all auditing, and
setting it to on enables auditing for those events and event groups that are already set to on.
The all option sets the state of all events and event groups to on or off, but it does not change
the overall on/off state of auditing as defined by audit_mode. Therefore, if audit_mode is off,
setting the all option to on does not turn on auditing. Subsequently setting audit_mode to on
enables auditing, and all events are audited because the all option was set to on.
For example, to enable all events, use the following command:
ibrix_fs -A -f fsname -oa audit_mode=on,all=on
The same command without all=on enables auditing, but only for those events and event groups
that have already been set to on.
Display audit settings for one or all file systems:
ibrix_fs -A [-f FSNAME]
List all audit options (events and event groups):
ibrix_fs -A -h
Mark a bad segment
Mark segment number(s) bad in the specified file system:
ibrix_fs -B -f FSNAME {-n BADSEGNUMLIST | -s BADLVLIST}
The -n option uses segment numbers to indicate bad segments. The -s option uses lvm names to
indicate bad segments.
Enable or disable Export Control
When Export Control is enabled, by default StoreAll clients have no access to the file system. The
system administrator grants access to the clients by executing the ibrix_mount command.
Enabling Export Control does not affect file-system access by file serving nodes or any NFS/SMB
clients attached to the nodes. File serving nodes always have RW access.
Enable Export Control on a file system:
ibrix_fs -C -E -f FSNAME
Disable Export Control on a file system:
ibrix_fs -C -D -f FSNAME
Assign or delete a standby server for the specified segments
Identify a file serving node as the standby for the specified segments:
ibrix_fs -b -f FSNAME -s LVLIST -h HOSTNAME
The command assigns HOSTNAME as the standby for the segments in LVLIST on file system
FSNAME. To identify a standby server for all segments on a file serving node, use the following
command, where HOSTNAME2 is the standby for HOSTNAME1.
<installdirectory>/bin/ibrix_server -b -h SERVERNAME1,SERVERNAME2
Delete the standby assignment for the specified segments:
ibrix_fs -b -U -f FSNAME -s LVLIST
The command removes the standby assignment for the segments in LVLIST on file system FSNAME.
ibrix_fs 83