[Company Logo Image] 

Home Up Contents Coffee Break Credits Glossary Links Search

 
Best Practices for Clustered Environments

 

 

Home
Analysis Services
Azure
CLR Integration
High Availability
Open Source
Security
SQL Server 2008
SQL Server 2012
SQL Server 2014
SQL Server 2016
SQL Server 2017
SQL Server 2019
Tips
Troubleshooting
Tuning

Best Practices for Clustered Environments

Applies to:  Windows Server 2003, Windows 2000 Server, SQL Server 2005.

 

Windows Server Clustering Services provides failover support to Microsoft SQL Server.

The following are some best practices for configuring a cluster:

1) Configure disk sector alignment for RAID disks, if you are using Microsoft Windows Server 2003 and Windows 2000 Server. You do not have to do this on Windows Server 2008. For more information see the KB929491.

2) Limit the amount of memory that is used by the operating system for file caching. For more information, see "Maximize Data Throughput for Network Application" on this link.

3) Adjust memory usage on the operating system, for best performance of programs.

4) Enable Physical Address Extensions (PAE) for addressing more than 4 GB of memory on 32-bit CPU architecture. With PAE enabled, verify AWE is enabled and enable the "Lock Pages in Memory" option.

5) Make sure all nodes in the cluster have the same service packs, patches and hot fixes installed.

6) Always enable Kerberos Authentication to provide a strong authentication method. For more information, please visit this link.

7) Have only the following resources in the cluster group:  the quorum resource, the cluster name, and the cluster IP address.

8) Configure correctly the private heartbeat on a cluster server. For more information, visit this link.

9) Set manually the speed and duplex settings of your network interface cards.

10) Configure correctly Microsoft Distributed Transaction Coordinator. For more information, visit this link.

11) Verify disk performance using SQLIO.exe.

12) If you want SQL Server to fail over to another node automatically, please check the "Affect the group" checkbox on the Advanced tab of the SQL Server resource.

13) Test fail over to other nodes.





 

 

 

.Send mail to webmaster@sqlcoffee.com with questions or comments about this web site.