3.6.0 Matrix Server 3.6.0 Administration Guide (5697-7081, December 2007)
Chapter 16: Configure Service Monitors 203
Copyright © 1999-2007 PolyServe, Inc. All rights reserved.
without considering this to be an error. In both of these cases, the script
should exit with a zero exit status.
This behavior is necessary because Matrix Server runs the Start and Stop
scripts to establish the desired start/stop activity, even though the service
may actually have been started by something other than Matrix Server
before ClusterPulse was started. The Start and Stop scripts must also
handle recovery from events that may cause them to run unsuccessfully.
For example, if the system runs out of swap space while running a Start
script, the script will fail and exit non-zero. The service could then
become active on another server, causing the Stop script to run on the
original server even though the Start script did not complete successfully.
To configure scripts from the command line, use these options:
--recoveryScript <script>
--startScript <script>
--stopScript <script>
Use Custom Scripts to Modify Start/Stop Activities
Some built-in monitors perform starting or stopping activities. If you
need to take an action before or after the starting or stopping activity, you
can create a custom Start or Stop script for the action and specify it on the
Scripts tab for the monitor. (Currently, only the SQL Server and CIFS
monitors have starting or stopping activities.)
The default order for starting is:
• Run the monitor’s starting activities (if any)
• Run the custom Start script (if any)
If you want to reverse this order, preface the Start script with the prefix
[pre] on the Scripts tab.
The default order for stopping is:
• Run the custom Stop script (if any)
• Run the monitor’s stopping activities (if any)
If you want to reverse this order, preface the Stop script with the prefix
[post] on the Scripts tab.