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

Commit 1180d4b

Browse files
authored
Merge pull request #9730 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to master to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents 60986c1 + 7ef5eb1 commit 1180d4b

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

docs/sql-server/failover-clusters/install/before-installing-failover-clustering.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,12 @@ manager: craigg
140140
- Review content in [Security Considerations for a SQL Server Installation](../../../sql-server/install/security-considerations-for-a-sql-server-installation.md).
141141

142142
- To enable Kerberos authentication with [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)], see [How to use Kerberos authentication in SQL Server](https://support.microsoft.com/kb/319723) in the [!INCLUDE[msCoName](../../../includes/msconame-md.md)] Knowledge Base.
143+
144+
- SQL Server failover cluster instance (FCI) requires the cluster nodes to be domain joined. The following configurations are **not supported**:
145+
* SQL FCI on workgroup clusters.
146+
* SQL FCI on Multi-Domain cluster.
147+
* SQL FCI on Domain + Workgroup Clusters.
148+
143149

144150
## <a name="Network"></a> Review Network, Port, and Firewall Considerations
145151

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 (FCI) requires the cluster nodes to be domain joined. The following configurations are **not supported**:
40+
- SQL FCI on workgroup clusters.
41+
- SQL FCI on Multi-Domain cluster.
42+
- SQL FCI on Domain + Workgroup Clusters.
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)