Q. How do multi-site clusters work with Windows Server 2008?

John Savill

July 12, 2009

2 Min Read
ITPro Today logo in a gray background | ITPro Today

A. By multi-site clustering, I mean multiple locations, each of which is on a different IP subnet. Even with Windows 2003, you can create a cluster that spans multiple physical locations, but you have to use a Virtual LAN (VLAN), so the network appears to be a single IP subnet. A VLAN is typically a very expensive solution.

This single subnet requirement is because a cluster can have multiple IP addresses, but they’re in an AND logic, which means they all have to be available for a resource to be brought online. This won’t work if you want IP addresses in different subnets, because your entire goal was to have different addresses for the different subnets in the various locations.

With Server 2008 and above, you can use an OR logic, which means you can have different IP addresses in different subnets, and the IP address that can make connectivity will come online and enable the dependent resources. So if the resource is hosted in location A, the IP address for the location A subnet will come online and enable dependent resources such as the network name. If the resource fails over to location B, the IP address for location B's subnet will come online. This ability to have different IP addresses in different subnets is primarily what allows you to stretch a failover cluster across different IP subnets in Server 2008.

As you span different locations, you’ll most likely get slower and higher latency links and heartbeat communication may be delayed or lost, which could cause false failovers. Windows Server 2008 allows a great deal of granularity in configuring the heartbeat’s acceptable limits to take into account slower, higher latency links to avoid the false failovers.

Related Reading:

  • Windows Server 2008 Failover Clustering

  • Q. How can I create a new Windows Server 2008 cluster resource group from the command line?

  • Q. If my Windows Server 2008 R2 cluster can't make quorum or is unavailable, will the content of the Cluster Shared Volume (CSV) namespace still be available?



Check out hundreds more useful Q&As like this in John Savill's FAQ for Windows. Also, watch instructional videos made by John at ITTV.net.

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like