3.4.0 Matrix Server Command Reference

Chapter 2: mx Commands 86
Copyright © 1999-2006 PolyServe, Inc. All rights reserved.
[--enabled|--disabled]
[--active|--inactive]
[--showApplication]
With no arguments, the command shows status for all SQL monitors.
Dump the Virtual SQL Instance configuration to stdout:
mx vsqlinstance dump
Upgrade a Virtual SQL Instance (obsolete):
mx vsqlinstance init_db <vsql\instance>
This command was used in a previous release to upgrade MxDB for SQL
Server. The command is now obsolete and should not be used.
sleep command
The sleep command is useful when executing mx commands from a batch
file. It has the following syntax:
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.