Command Reference Guide
Chapter 2: mx Commands 86
Copyright © 1999-2006 PolyServe, Inc. All rights reserved.
The remaining network interfaces are backups. Each network interface must
be located on a different node.
Update a Virtual NFS Service:
mx vnfs update [--exportgroup <exportgroup_name>|NONE]
[--policy autofailback|nofailback] <vnfs> <network_interface> ...
The arguments are the same as mx vnfs add.
Enable a Virtual NFS Service:
mx vnfs enable <vnfs>
Disable a Virtual NFS Service:
mx vnfs disable <vnfs>
Delete a Virtual NFS Service:
mx vnfs delete <vnfs> ...
View Virtual NFS Services:
mx vnfs status [--up|--down] [--enabled|--disabled]
[--primary|--backup] [--active|--inactive] [<vnfs> ...]
Move a Virtual NFS Service:
mx vnfs move <vnfs> <network_interface> ...
Dump the Virtual NFS Service configuration to stdout:
mx vnfs dump
sleep command
The sleep command is useful when executing mx commands from a batch
file. It has the following syntax:
mx sleep [seconds]
The sleep command can be inserted between mx commands in the batch file
and causes mx to pause the specified number of seconds before executing the
next command.