6.1 HP IBRIX X9000 Network Storage System CLI Reference (TA768-96057, June 2012)

ibrix_mount -O noatime,nodiratime -f ifs3 -m /ifs3
Export Control Examples
The following command mounts file system ifs1 on all file serving nodes and X9000 clients at
mountpoint /ifs1 and gives the clients RW access:
<installdirectory>/bin/ibrix_mount -f ifs1 -o RW -m /ifs1
The following command mounts file system ifs1 on hostgroup finance at mountpoint /ifs1
and gives the clients RW access:
<installdirectory>/bin/ibrix_mount -f ifs1 -o RW -g finance -m /ifs1
To run the same command and grant clients in hostgroup finance read-write access, but limit
the root user to RO access:
<installdirectory>/bin/ibrix_mount -f ifs1 -o RW root_ro -g finance -m /ifs1
Options
DescriptionOption
Client mount options.-O MOUNTOPTIONS
A file system.-f FSNAME
Specifies a list of one or more hostgroups.-g GROUPLIST
Specifies a list of file serving nodes or X9000 clients.-h HOSTLIST
Specifies a mountpoint.-m MOUNTPOINT
Specifies the level of client access granted on the file system. Options are Read Only or
Read Write. Read Only is the default.
-o RO|RW
Shows the usage for this command.-?
See also
ibrix_hostgroup, ibrix_lwmount, ibrix_mountpoint
ibrix_mount 105