Detailed planning is critical to the success of every SQL Server cluster installation. Fully plan the install before performing the actual install. An expensive cluster is of little value if the supporting infrastructure is not also fault tolerant. or example, don’t forget power redundancy, network redundancy, etc. Run only a single instance of SQL Server per node. Whether you have two or eight nodes in your cluster, leave one node as a failover node. Cluster nodes must not be domain controllers, and all nodes must belong in the same domain and should have access to two or more domain controllers. All cluster hardware must be on the Microsoft Windows Clustering Hardware Compatibility List, and certified to work together as part of a cluster. Since clustering is not designed to protect data (only SQL Server instances), the shared storage device used by the cluster must incorporate f...
~ a resource for the Microsoft SQL Server.