6.5 HP StoreAll OS CLI Reference Guide

Table Of Contents
To list mount points for certain file serving nodes and StoreAll clients, include only the HOSTLIST
option. To list mount points for certain host groups, include only the GROUPLIST option.
To list all file serving nodes, StoreAll clients, and host groups for a specific mountpoint, include
only the -m MOUNTPOINTLIST option.
Options
DescriptionOption
Creates a mountpoint.-c
Deletes a mountpoint.-d
Modifies mount options on the specified mountpoint.-e
Specifies a list of host groups.-g GROUPLIST
Specifies a list of file serving nodes or StoreAll clients.-h HOSTLIST
Lists mount points on one or more hosts.-l
Specifies a list of mount points.-m MOUNTPOINTLIST
Specifies default mount options that are applied when a file system is mounted at the
mountpoint. The options are:
-o MOUNTOPTIONS
Keep in mind:
Mount options do not persist, unless they are set at the mountpoint. Mount options
that are not set at the mountpoint are reset to match the mount options on the mount
point when the file system is rebooted or remounted.
The ibrix_fs i and ibrix_mountpoint l commands display only the mount
options for the mount point.
The mount command displays the noatime option. Ignore the noatime option. It is
no longer used. If you set the atime option, the atime option will display instead of
the noatime option when you run the mount command.
Mount options. The values for the -o option are:
atime: Update the inode access time when the file is accessed.
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.
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
To set the options to none, enter " -o '' ".
Shows the usage for this command.-?
See also
ibrix_hostgroup, ibrix_mount
146 StoreAll commands