3.4.0 Matrix Server Command Reference
Chapter 2: mx Commands 60
Copyright © 1999-2006 PolyServe, Inc. All rights reserved.
Delete a Matrix File Share:
mx mfs delete <mfs_name> ...
Clear a monitor event:
mx mfs clear <mfs_name> <server> ...
Display the status of a Matrix File Share:
mx mfs status [arguments] [<mfs_name> ...]
The arguments are:
[--up|--down]
[--enabled|--disabled]
[--active|--inactive]
With no arguments, the command shows status for all Matrix File Shares.
Dump the Matrix File Share configuration to stdout:
mx mfs dump
mx netif – network interface commands
Use the following commands to manage network interfaces or to display their
status.
Add a network interface:
mx netif add [--adminTraffic allow|discourage] --server
<server> --netmask <interface_netmask> <interface_ip>
--adminTraffic specifies whether the network interface should be available
for PolyServe Matrix Server administrative traffic. allow is the default.
Update a network interface:
mx netif update [--adminTraffic allow|discourage] --netmask
<interface_netmask> <interface_ip>
The network interface must be down.
Remove a network interface:
mx netif delete <interface_ip>
Enable a network interface for virtual hosting:
mx netif enable <interface_ip> ...