Cli procedures, Creating mountpoints, Deleting mountpoints – HP StoreAll Storage User Manual

Page 19: Viewing mountpoint information, Mounting a file system

Advertising
background image

You can also view mountpoint information for a particular server. Select that server on the Servers
top panel, and then select Mountpoints from the lower Navigator. To delete a mountpoint, select
that mountpoint and click Delete.

CLI procedures

The CLI commands are executed immediately on file serving nodes. For X9000 clients, the command
intention is stored in the management console. When X9000 Software services start on a client,
the client queries the management console for any commands. If the services are already running,
you can force the client to query the management console by executing either ibrix_client or
ibrix_lwmount -a

on the client, or by rebooting the client.

If you have configured hostgroups for your X9000 clients, you can apply a command to a specific
hostgroup. For information about creating hostgroups, see the administration guide for your system.

Creating mountpoints

Mountpoints must exist before a file system can be mounted. To create a mountpoint on file serving
nodes and X9000 clients, use the following command.

ibrix_mountpoint -c [-h HOSTLIST] -m MOUNTPOINT

To create a mountpoint on a hostgroup , use the following command:

ibrix_mountpoint -c -g GROUPLIST -m MOUNTPOINT

Deleting mountpoints

Before deleting mountpoints, verify that no file systems are mounted on them. To delete a mountpoint
from file serving nodes and X9000 clients, use the following command:

ibrix_mountpoint -d [-h HOSTLIST] -m MOUNTPOINT

To delete a mountpoint from specific hostgroups, use the following command:

ibrix_mountpoint -d -g GROUPLIST -m MOUNTPOINT

Viewing mountpoint information

To view mounted file systems and their mountpoints on all nodes, use the following command:

ibrix_mountpoint -l

Mounting a file system

File system mounts are managed with the ibrix_mount command. The command options and
the default file system access allowed for X9000 clients depend on whether the optional Export
Control feature has been enabled on the file system (see

“Using Export Control” (page 21)

for

more information). This section assumes that Export Control is not enabled, which is the default.

Managing mountpoints and mount/unmount operations

19

Advertising