6.0 HP StorageWorks X9000 File Serving Software CLI Reference (TA768-96040, October 2011)
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 -w -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
ibrix_fs 49