6.0 HP StorageWorks X9000 File Serving Software CLI Reference (TA768-96040, October 2011)

ibrix_mountpoint
Creates and deletes mountpoints.
Description
Mountpoints are immediately created or deleted on file serving nodes. For X9000 clients the intent
to create or delete a mountpoint is stored in the management console. When X9000 Software
services start on an X9000 client, the client queries the management console 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 management console by running ibrix_client
or ibrix_lwmount -a on the client, or by rebooting it.
The command fails if the mountpoint already exists.
Synopsis
Create a mountpoint on file serving nodes and X9000 clients:
ibrix_mountpoint -c [-h HOSTLIST] -m MOUNTPOINT
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
Create a mountpoint on hostgroups:
ibrix_mountpoint -c -g GROUPLIST -m MOUNTPOINT
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
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]
To list all mountpoints on all file serving nodes, X9000 clients, and hostgroups, omit all options.
To list mountpoints for certain file serving nodes and X9000 clients, include only the HOSTLIST
option. To list mountpoints for certain hostgroups, include only the GROUPLIST option.
To list all file serving nodes, X9000 clients, and hostgroups for a specific mountpoint, include only
the -m MOUNTPOINTLIST option.
94 X9000 File Serving Software commands