Sunday, September 25, 2011

How to install Failover Clustering and prepare it for SQL Server

How to install Failover Clustering and prepare it for SQL Server:

Prerequisites:
Storage:
Storage Area Network (SAN)
RAID Configuration:
Supports RAID 10 (1+0) for data files and RAID 1 (mirror) for log files.
Network Controller:
Two network cards.
Software:
Windows 2003 R2/2008 SP2/2008 R2 Server (Enterprise or datacenter edition).
SQL Server 2005 / 2008 / 2008 R2 (standard or enterprise edition) with the latest service pack.

Note: standard Editions support only Two Nodes.
Connect iSCSI Disks:

Start iSCSI Initiator > Quick Connect > Enter IP Address or DNS name of target then click Quick Connect then Connect.


In this topic you will find "How to configure a virtual SAN with StarWind Software": Click Here.

2. Add Feature (Failover Clustering):

Server Manager > Right click “Feature” > click Add Feature > Choose Failover Clustering > Click Next and Install.



3. Validate and Create Cluster:

Administrative Tools > Failover Cluster Manager.







a. Run validation tests to determine whether this configuration of servers and attached storage is set up correctly to support failover. And add the name or IP of servers that going to be member of this cluster then click Next then Choose “Run all tests”.



b. If the testing has completed successfully Click Finish and then Click “Create a Cluster” and again add the name or IP of servers that going to be member of this cluster, The name of the cluster and IP address that is not automatically supplied by your DHCP settings.




4. Configure the Cluster:

a. Configure Quorum Sittings:







Choose “Node and Disk Majority” to set your quorum sittings with disk witness or choose “Node and File share Majority” to set your quorum sittings with file share witness.






b. Configure Distributed Transaction Coordinator (DTC):





c. Choose Configure Distributed Transaction Coordinator (DTC) then click Next > and on Client Access Point box type Name and IP address that is not automatically supplied by your DHCP settings.



Now the Cluster must be ready to start installing SQL Server Failover Cluster.

No comments:

Post a Comment