6.5 HP StoreAll OS CLI Reference Guide

Table Of Contents
The following command mounts file system ifs1 on host group 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 host group 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
The values for the -o option are:
atime: Update the inode access time when the file is accessed.
NOTE: If you do not specifically set atime as an option, noatime is set instead (which
means the inode access time is not updated when the file is accessed). There is not an
option to specifically set noatime as an option.
dirsync: Ensures that all directory updates within the file system are done synchronously.
This affects the following system calls: creat, link, unlink, symlink, mkdir, rmdir,
mknod and rename.
nodiratime: Do not update the directory inode access time when the directory is
accessed.
mountpath=xxx: For StoreAll clients only, mount on the specified subdirectory path of
the file system instead of the root.
nodquotstatfs: Disables file system reporting based on directory tree quota limits.
remount: Remounts a file system without taking it offline. Use this option to change the
current mount options on a file system.
NOTE: The new mount options then remain in effect until the file system is unmounted.
When the file system is next mounted or restarted, the default mount options are again
used.
If you specify multiple options, use commas to separate them, as shown in the following
example:
ibrix_mount -o atime,nodiratime -f ifs3 -m /ifs3
A file system.-f FSNAME
Specifies a list of one or more host groups.-g GROUPLIST
Specifies a list of file serving nodes or StoreAll 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 is the default.
-o RO|RW
Shows the usage for this command.-?
See also
ibrix_hostgroup, ibrix_lwmount, ibrix_mountpoint
144 StoreAll commands