Prepare windows cluster SharePoint
This part demonstrate how to configure windows cluster for two server, to be used as SQL Cluster.
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
- Install latest windows updates on all server nodes.
- Install Application role and IIS role on both SQL DB server nodes.Install
- Fail over clustering feature on both SQL DB server nodes.
- Provide a Cluster Name and Cluster IP for the database nodes: Make sure that the public network is used here not the private.
- Below are the servers info.
- Cluster Disk files are configured as the following:
- Configure DTC as clustered service , this is a pre requisite for SQL Cluster installation.
- DTC cluster configuration.
- Assign the DTC a cluster disk.
- Create SQL Group which is a logical group to include all SQL resources in :
Related
Categories: Cluster
Tags: cluster, configure-failover-cluster, dtc, failover cluster, Failover Cluster Instance, failover cluster manager, shared storage, SQL Server Availability, windows failover cluster
You must be logged in to post a comment.