6.5 HP StoreAll OS CLI Reference Guide

Table Of Contents
Delete a file system
Delete the specified file systems:
ibrix_fs -d -f FSLIST [-R]
If data retention is enabled on the file system, include the -R option in the command.
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
Enable Express Query in restore from backup mode:
ibrix_fs -T -E -r -f FSNAME
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.
82 StoreAll commands