4.0.0 HP PolyServe Software for Microsoft SQL Server Administration Guide (T5392-96056, March 2010)

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 monitors stopping activities (if any)
If you want to reverse this order, preface the Stop script with the prefix [post] on the Scripts tab.
Event severity
If a PostStart or PostStop script fails or times out, a monitor event is created on the node where the
failure or timeout occurred. An event is also created when a monitor probe reports a status of DOWN.
(Configuration errors can also cause these events.) You can view the events on the PolyServe
Management Console and clear them from the Console after you have fixed the problems that caused
them.
When an event is created, the ClusterPulse process may initiate failover of the associated virtual host.
You can configure the failover behavior with the Event Severity attribute. There are two settings:
CONSIDER and IGNORE.
CONSIDER. This is the default value. Events are considered when the ClusterPulse process makes
failover decisions.
IGNORE. Events are ignored; Post Start or Post Stop script failures and DOWN status reports from
the monitor will not cause failover. This is useful when the DOWN status or the action performed by
the scripts is not critical, but is important enough that you want to keep a record of it.
Script ordering
Script ordering determines the order in which the Post Start and Post Stop scripts are run when a
virtual host moves from one node to another. If you do not configure the monitor with Post Start and
Post Stop scripts, the script ordering configuration has no effect. There are two settings: SERIAL and
PARALLEL.
SERIAL. This is the default setting. When a virtual host moves from one node to another, the following
strict ordering sequence for running Post Start and Post Stop scripts is enforced:
1. The Post Stop script is run on all nodes where the virtual server should be inactive.
2. ClusterPulse waits for all Post Stop scripts to complete.
3. The Post Start script on the node where the virtual server is becoming active.
PARALLEL. The strict ordering sequence for Post Stop and Post Start scripts is not enforced. The scripts
run in parallel across the matrix as a virtual server is in transition.
The PARALLEL configuration can speed up failover time for services that do not depend on strict
ordering of Post Start and Post 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 ClusterPulse does not have to wait for the failing node to finish running its Stop script.
Configure SQL clients
To connect to a SQL database on a PSFS filesystem, SQL clients must specify the fully qualified name
or the IP address of the Virtual SQL Server, plus the static TCP port number of the SQL instance
associated with the SQL database. For example, if VSQL1\Default listens on port 1433 and has the
virtual IP address 99.11.14.2, clients could specify either VSQL1\Default,1433 or 99.11.14.2,1433.
Configure Virtual SQL Servers66