Setup guide
Chapter 2: mx Commands 56
Copyright © 1999-2005 PolyServe, Inc. All rights reserved.
View Export Groups:
mx exportgroup status [--up|--down] [--enabled|--disabled]
[--primary|--backup] [--active|--inactive] [<exportgroup_name> ...]
Enable an Export Group:
mx exportgroup enable <exportgroup_name>
[ALL_SERVERS]|[<server> ...
]
Disable an Export Group:
mx exportgroup disable <exportgroup_name>
[ALL_SERVERS]|[<server> ...
]
Delete an Export Group:
mx exportgroup delete <exportgroup_name> ...
Clear an error associated with an Export Group
mx exportgroup clear <exportgroup_name> <server> ...
Dump Export Group configuration to stdout:
mx exportgroup dump
mx fs – filesystem commands
Use the following commands to create, mount, or unmount PSFS
filesystems, and to display status information.
Create a PSFS filesystem:
mx fs create [--size <KB>] [--options <options>]
<filesystem> <storageExtent>
In this release, a storage extent is a basic or dynamic volume. To locate an
available storage extent, use the fs showcreateopt command. The
--options argument is currently unused. The <filesystem> label can
include up to 32 characters.
Display information about storage extents:
mx fs showcreateopt
Mount a PSFS filesystem on the specified servers:
mx fs mount [--persist] [--activate] [--options
<option,option,...>] --path <path> <filesystem> <server> ...