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

ibrix_mountpoint
Creates and deletes mountpoints.
Description
The ibrix_mountpoint command immediately creates or deletes the specified mountpoint on
file serving nodes and X9000 clients. The command fails if the mountpoint already exists.
When creating a mountpoint, use the -o option to specify default mount options that are applied
when a file system is mounted at that mountpoint. You can override the default mount options with
ibrix_mount -o remount new_options if necessary. 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.
NOTE: For X9000 clients the intent to create or delete a mountpoint is stored in the Fusion
Manager. When X9000 software services start on an X9000 client, the client queries the Fusion
Manager to obtain its mountpoints. If the services are already running on the X9000 client when
you create or delete a mountpoint, you can force the client to query the Fusion Manager by running
ibrix_client or ibrix_lwmount -a on the client, or by rebooting it.
Synopsis
Create a mountpoint on file serving nodes and X9000 clients:
ibrix_mountpoint -c [-h HOSTLIST] -m MOUNTPOINT [-o MOUNTOPTIONS]
Specify the appropriate file serving nodes and X9000 clients in HOSTLIST. To create a mountpoint
on all file serving nodes and X9000 clients, omit the -h HOSTLIST option. The following example
creates mountpoint /ifs1 on nodes s1.mycompany.com and s2.mycompany.com:
<installdirectory>/bin/ibrix_mountpoint -c -h s1.mycompany.com,s2.mycompany.com
-m /ifs1
The -o option specifies default mount options for the mountpoint. You can specify any or all of
these options, separated by commas: atime,nodiratime,nodquotstatfs,mountpath=xxx.
The nodquotstatfs option is specific to X9000 systems and is used to disable file system usage
reporting based on directory tree quota limits.
Create a mountpoint on hostgroups:
ibrix_mountpoint -c -g GROUPLIST -m MOUNTPOINT [-o MOUNTOPTIONS]
Specify the appropriate hostgroups in GROUPLIST. The following command creates the mountpoint
/ifs1 on the clients hostgroup:
<installdirectory>/bin/ibrix_mountpoint -c -g clients -m /ifs1
Modify mount options on the specified mountpoint:
ibrix_mountpoint -e -o MOUNTOPTIONS -m MOUNTPOINT
To set the options to none, enter " -o '' ".
Delete a mountpoint from file serving nodes and X9000 clients:
ibrix_mountpoint -d [-h HOSTLIST] -m MOUNTPOINT
Specify the appropriate file serving nodes and X9000 clients in HOSTLIST. To delete a mountpoint
from all file serving nodes and X9000 clients, omit the -h HOSTLIST option.
Delete a mountpoint from hostgroups:
ibrix_mountpoint -d -g GROUPLIST -m MOUNTPOINT
Specify the appropriate hostgroups in GROUPLIST.
List mountpoints:
ibrix_mountpoint -l [-h HOSTLIST | -g GROUPLIST][-m MOUNTPOINTLIST]
106 X9000 File Serving Software commands