Verifying Your Failover Cluster Installation


Once you have configured your virtual server, you need to test it to ensure that it is configured and working properly.

On the CD

For test plans you can use in your environment, see the document Failover_Clustering_Test_Plan.xls.

Verifying Connectivity and Name Resolution

To verify that the private and public networks are communicating properly, perform the following procedures. You must know the IP address for each network adapter in the cluster, as well as for the IP cluster.

Verifying Connectivity and Name Resolution from a Server Node

You need to verify that each node can access the SQL Server resources. The most basic test is to check for name and IP connectivity by following these steps:

  1. On a node, on the Start menu, click Run, and then type cmd in the text box. Click OK.

  2. Type ping ipaddress where ipaddress is the IP address for the SQL Server virtual server.

  3. Repeat for all IP addresses the SQL Server virtual server is configured to use.

  4. Type ping sqlnetworkname where sqlnetworkname is the name of the SQL Server virtual server.

  5. Repeat this test on each node.

Verifying Connectivity and Name Resolution from a Client

Clients must also be able to recognize the virtual SQL Server. Wait a few minutes, as it might take some time to register with DNS.

  1. On a client computer, on the Start menu, click Run, and then type cmd in the text box. Click OK.

  2. Repeat Steps 2, 3, and 4 from the previous section.

Validating Failover

Finally, perform a failover of all SQL Server virtual servers to all nodes of the server cluster to ensure that all resources fail over and restart on each node without problems and without affecting any other groups.

  1. Start Cluster Administrator.

  2. Right-click a group containing the SQL Server resources you are testing (for example, SQL Server Ins1), and then click Move. If you have more than two nodes, select the node to move the group to. The group selected and its resources are then moved to its preferred failover node. This change is reflected in Cluster Administrator.

  3. On that node, start Windows Explorer and verify that you can access the drives with no errors.

Verifying the SQL Server Service Account and Node Participation

For SQL Server to be able to manage its resources and perform correctly, the service account must be part of the cluster access control list (ACL). To ensure that this is configured properly, execute the following in a SQL Query Analyzer window:

 select * from ::fn_virtualservernodes() 

The output, as shown in Figure 6-18, should reflect the nodes configured. If there is no output, ensure the account SQL Server is running under is part of the cluster ACL. This query can also be used to verify which nodes are part of the SQL Server virtual server definition.

click to expand
Figure 6-18: Output of the fn_virtualservernodes function.
Tip

You can also use fn_virtualservernodes and fn_servershareddrives in your normal administration and reporting for your failover cluster to see its definition.

Verifying the Application with Failover

Once you verify that the base failover clustering functionality is working, configure your user application databases. You must then verify that your application will behave properly during a failover.

On the CD

A test plan for verifying an application can be found in Failover_Clustering_Test_Plan.xls.




Microsoft SQL Server 2000 High Availability
Microsoft SQL Server 2000 High Availability
ISBN: 0735619204
EAN: 2147483647
Year: 2006
Pages: 137

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net