3.1.2 Matrix Server Administration Guide

Chapter 12: Configure Service Monitors 172
Copyright © 1999-2006 PolyServe, Inc. All rights reserved.
PARALLEL. Matrix Server does not enforce the strict ordering sequence
for Stop and Start scripts. The scripts run in parallel across the matrix as a
virtual host is in transition.
The PARALLEL configuration can speed up failover time for services that
do not depend on strict ordering of Start and Stop scripts. Assuming that
it is safe to run the scripts in parallel (which depends on your
application), this setting can also increase the chances of a successful
failover because Matrix Server does not have to wait for the failing server
to finish running its Stop script.
To configure script ordering from the command line, use this option:
--ordering serial|parallel
Other Configuration Procedures
On the management console, these procedures can be performed from
the Servers, Virtual Hosts, or Applications tab. Locate the appropriate
service monitor and then right-click to see the available procedures.
Delete a Service Monitor
Select the service monitor to be deleted, right-click, and select Delete.
To delete a service monitor from the command line, use this command:
mx service delete <vhost:port>
Disable a Service Monitor on a Specific Server
Select the service monitor to be disabled, right-click, and select Disable.
To disable a service monitor from the command line, use this command:
mx service disable <vhost:port> <server> ...
Enable a Previously Disabled Service Monitor
Select the service monitor to be enabled, right-click, and select Enable.
To enable a service monitor from the command line, use this command:
mx service enable <vhost:port> <server> ...