6.5 HP StoreAll OS CLI Reference Guide

Table Of Contents
ibrix_umount
Unmounts a file system.
Description
ibrix_umount unmounts a file system from file serving nodes, StoreAll clients, and host groups.
You can also locally unmount a file system from StoreAll Linux clients with ibrix_lwumount.
File serving nodes immediately unmount a file system. For StoreAll clients the intention to unmount
a file system is stored on the Fusion Manager. When StoreAll software services start on a StoreAll
client, the client queries the Fusion Manager for the file systems to be unmounted and then unmounts
them. If StoreAll software services are already running on a StoreAll client, you can force the client
to query the Fusion Manager by either executing ibrix_lwmount -a on the client or by rebooting
it.
The root segment must be the last segment unmounted. Attempting to unmount it while other segments
are still mounted will fail.
If the file system has been exported using NFS, you must unexport it with ibrix_exportfs before
you unmount it.
Synopsis
Unmount a file system:
ibrix_umount -f FSNAME [-h HOSTLIST |-g GROUPLIST] [-X]
To unmount the file system from all file serving nodes, StoreAll clients, and host groups, specify
only a file-system name. To unmount the file system from specific file serving nodes and StoreAll
clients, include the HOSTLIST option. To unmount the file system from specific host groups, include
the GROUPLIST option.
Unmount a file system mounted at a specific mountpoint:
ibrix_umount -m MOUNTPOINT [-h HOSTLIST |-g GROUPLIST] [-X]
To unmount the file system from all file serving nodes, StoreAll clients, and host groups, specify
only the mountpoint. To unmount the file system from specific file serving nodes and StoreAll clients,
include the HOSTLIST option. To unmount the file system from specific host groups, include the
GROUPLIST option.
Options
DescriptionOption
Skips the StoreAll software IAD.-X
The file system to be unmounted.-f FSNAME
A list of one or more host groups.-g GROUPLIST
A list of one or more file serving nodes or StoreAll clients.-h HOSTLIST
Identifies a mountpoint.-m MOUNTPOINT
Shows the usage for this command.-?
See also
ibrix_hostgroup, ibrix_lwumount, ibrix_mount, ibrix_mountpoint
ibrix_umount 201