Prepare SharePoint Farm – Part 1 Prepare Windows Cluster
Thanks to: http://blogs.technet.com
This part demonstrate how to configure windows cluster for two server, to be used as SQL Cluster.
· Shared storage (like SAN storage) should be present and connected to both cluster nodes with at least:
· 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
3. Install Fail over clustering feature on both SQL DB server nodes.
4. Provide a Cluster Name and Cluster IP for the database nodes:
Note: make sure that the public network is used here not the private (heartbeat)
5. Below are the servers info
6. Cluster Disk files are configured as the following:
7. Configure DTC as clustered service , this is a pre requisite for SQL Cluster installation
8. DTC cluster configuration
9. Assign the DTC a cluster disk
10. Create SQL Group which is a logical group to include all SQL resources in :
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)
· 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
3. Install Fail over clustering feature on both SQL DB server nodes.
4. Provide a Cluster Name and Cluster IP for the database nodes:
Note: make sure that the public network is used here not the private (heartbeat)
5. Below are the servers info
6. Cluster Disk files are configured as the following:
7. Configure DTC as clustered service , this is a pre requisite for SQL Cluster installation
8. DTC cluster configuration
9. Assign the DTC a cluster disk
10. Create SQL Group which is a logical group to include all SQL resources in :
Comentarios
Publicar un comentario
Dime si la información de este blog te sirvio.