6.2 HP IBRIX 9000 Storage CLI Reference Guide (TA768-96070, December 2012)

Migrate segment ownership
Use the following commands to migrate ownership of segments to another file serving node.
Migration does not move segments from one physical location to another. Instead, the ownership
is recorded on the physical segment itself.
Migrate ownership of segments to a new host and update the source host:
ibrix_fs -m -f FSNAME -s LVLIST -h HOSTNAME [-M] [-F] [-N]
The segments in LVLIST on file system FSNAME are migrated to the new host. To force the
migration, include -M. To skip the source host update during the migration, include -F. To skip
host health checks, include -N.
Migrate ownership of segments from one host to another and update the source host:
ibrix_fs -m -f FSNAME -h HOSTNAME1,HOSTNAME2 [-M] [-F] [-N]
The segments owned by HOSTNAME1 are migrated to HOSTNAME2. To force the migration, include
-M. To skip the source host update during the migration, include -F. To skip host health checks,
include -N.
Enable or disable quotas
Enable quotas on an existing file system:
ibrix_fs -q -E -f FSNAME
The file system can be mounted or unmounted. The command may take some time to finish, especially
if the file system is heavily populated.
Disable quotas on a file system:
ibrix_fs -q -D -f FSNAME
Quotas can be disabled on either mounted or unmounted file systems.
Enable, disable, or display Express Query and auditing settings
Enable Express Query settings on a file system:
ibrix_fs -T -E -f FSNAME
The file system must be unmounted when this command is run.
Disable Express Query settings on a file system:
ibrix_fs -T -D -f FSNAME
Display Express Query settings for one or all file systems:
ibrix_fs -T [-f FSNAME]
Enable or disable specific audit settings on one or all file systems:
ibrix_fs -A [-f FSNAME] -oa OPTION1=VALUE1[,OPTION2=VALUE2,...]
To enable auditing, Express Query must be enabled. The audit options specify the events or event
groups that can be audited. Specify <option>=on to enable auditing for an event or event group,
and specify <option>=off to disable auditing. All options are disabled by default. When
configuring audit settings, specify each event or event group you want to enable.
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 69