Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 8aef50e

Browse files
update FCI requirements for domain join clusters
Per discussion with Sourabh Agarwal adding the support statement for FCI on domain joined vs workgroup cluster: - SQL Server failover cluster instance requires the cluster nodes to be domain joined. 1. SQL FCI on workgroup clusters is not supported. 2. SQL FCI on Multi-Domain cluster is also not supported. 3. SQL FCI on Domain + Workgroup Clusters is not supported.
1 parent 1a4aa8d commit 8aef50e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

docs/sql-server/failover-clusters/install/sql-server-failover-cluster-installation.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,12 @@ manager: craigg
3535
- All nodes in a failover cluster must be of the same platform, either 32-bit or 64-bit, and must run the same operating system edition and version. Also, 64-bit [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] editions must be installed on 64-bit hardware running the 64-bit versions of Windows operating systems. There is no WOW64 support for failover clustering in this release.
3636

3737
3. Specify multiple IP addresses for each failover cluster instance. You can specify mutiple IP addresses for each subnet. If the mutiple IP addresses are on the same subnet, [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] Setup sets the dependency to AND. If you are clustering nodes across multiple subnets, [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] Setup sets the dependency to OR.
38-
38+
39+
4. SQL Server failover cluster instance requires the cluster nodes to be domain joined.
40+
1. SQL FCI on workgroup clusters is not supported.
41+
2. SQL FCI on Multi-Domain cluster is also not supported.
42+
3. SQL FCI on Domain + Workgroup Clusters is not supported.
43+
3944
## [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] Failover Cluster Installation options
4045

4146
##### Option 1: Integrated installation with Add Node

0 commit comments

Comments
 (0)