|
Configuration
of MsSqlTest
The MsSqlTest reports the
availability and responsiveness of the primary MS SQL server in a cluster.
The default parameters
associated with this test are as follows:
-
The
USER text box denotes a database user who is assigned the Sysadmin role.
-
In
the
PASSWORD text box, specify the
password associated with the above user name (can be ‘NULL’).
Here, ‘NULL’ means that the user does not have any password.
-
Confirm
the password by retyping it in the CONFIRM PASSWORD text box.
-
Enter
the name of the database to connect to in the DATABASE text
box. The default is "master".
-
In
the QUERY text box, specify the select query to execute. The
default is " select * from master.dbo.spt_monitor".
-
The
CASE text box takes the value of "upper" or
"lower" depending upon the case-sensitivity of the SQL
server installation. The default is "upper".
-
In the INSTANCE text
box, enter the name of a specific MS SQL instance that is to be
monitored. The default value of this parameter is "default".
To monitor an MS SQL instance named "CFS", enter this as the
value of the INSTANCE parameter.
When changing the
configuration for specific servers, a “*” beside the text box
corresponding to the parameter signifies that these values have to be
manually configured by the user. The parameter values that require to be
configured will typically be prefixed with a “$” or contain a series of
“*”. A value of "none"
in the parameter value indicates that the corresponding parameter
value can be changed if required.
|