Hi David Prodata,
I’m following up to check whether the issue has been resolved. Feel free to reply if you need further information. If the information provided was helpful, please click "Accept Answer" to help others in the community. Thank you!
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I want to ask the requirement failover-cluster for geo-redudancy environment, full detail of it.
Thankyou
Answer accepted by question author
Hi David Prodata,
I’m following up to check whether the issue has been resolved. Feel free to reply if you need further information. If the information provided was helpful, please click "Accept Answer" to help others in the community. Thank you!
Answer accepted by question author
Hi David Prodata,
To clarify, there are two main approaches supported in Windows Server Failover Clustering (WSFC) for SQL Server when you need geo‑redundancy:
1. Stretched Cluster (Multi‑Subnet FCI): This involves a single WSFC that spans multiple sites. Each site hosts nodes in different subnets, and SQL Server Failover Cluster Instances (FCIs) can fail over between them. Requirements include:
2. Multi‑Cluster Topology with Replication: In this model, you deploy independent clusters in each site and use application‑level replication (such as Always On Availability Groups) to synchronize data. Requirements include:
For both approaches, you’ll need:
Windows Server Datacenter edition for clustering features.
SQL Server Enterprise edition for multi‑subnet clustering and Always On Availability Groups.
Quorum configuration that accounts for site failures (often using a cloud witness or file share witness).
Network planning to ensure client redirection works correctly during failover.
Best practice is to pilot the design in a test environment before production rollout, validate failover scenarios, and ensure monitoring tools are in place. Geo‑redundancy adds complexity, so careful planning of storage replication, DNS, and quorum is essential.
In short, you can choose between a stretched multi‑subnet cluster or multiple independent clusters with replication, depending on your latency tolerance and infrastructure.
I hope this helps. If you find this answer helpful, please consider clicking Accept Answer so others can benefit too.
Jason.
AI answer
For geo-redundancy with SQL Server using failover clustering, there are two main patterns from the provided material:
Below are the requirements and characteristics for each.
Purpose: High availability within a cluster plus disaster recovery across sites/subnets.
Key requirements:
Purpose: Strong geo-redundancy and isolation by using separate clusters in each site and replicating at the application/database layer.
Key requirements:
In practice, for geo-redundancy with SQL Server and failover clustering, environments typically choose either:
References: