6.1 HP IBRIX X9000 Network Storage System CLI Reference (TA768-96057, June 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 a file system:
ibrix_fs -q -E -f FSNAME
The file system must be unmounted when this command is run. 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.
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 X9000 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/CIFS
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
Disable 32-bit mode
Disabling 32-bit mode causes the file system to be in 64-bit mode.
IMPORTANT:
Disabling 32-bit mode is a one-time operation and cannot be reversed; if clients will need to run
32-bit applications in the future, do not enable 64-bit mode.
Disable 32-bit mode on a file system:
ibrix_fs 57