Prepare SharePoint Farm – Part 1 Prepare Windows Cluster

This part demonstrate how to configure windows cluster for two server, to be used as SQL Cluster. 

image

Before you start

· You need to have two network adapters on each node, one Public and one Private(for heartbeat communication).

· Shared storage (like SAN storage) should be present and connected to both cluster nodes  with at least:

    • Quorum Disk (5GB)
    • DTC Disk (1GB)
    • SQL data files and log file disk(s)

· domain user account (SPSadmin): add SPSadmin user as administrator on both servers

· Prepare a preserved static IP and Cluster Name to be used.

· Prepare a preserved static IP and DTC Name to be used.

 

Windows Cluster Configuration

1. Install latest windows updates on all server nodes.

2. Install Application role and IIS role on both SQL DB server nodes

image

3. Install Fail over clustering feature on both SQL DB server nodes.

image

4. Provide a Cluster Name and Cluster IP for the database nodes:

image

Note: make sure that the public network is used here not the private (heartbeat)

5. Below are the servers info

image

6. Cluster Disk files are configured as the following:

image

7. Configure DTC as clustered service , this is a pre requisite for SQL Cluster installation

image

8. DTC cluster configuration

image

9. Assign the DTC a cluster disk

image

10. Create SQL Group which is a logical group to include all SQL resources in :

image

 

 

Part 2 – Install and configure SQL Cluster

Part 3 – Install and Configure NLB on WFE

part 4 – Install and configure SharePoint farm (3-tier)