Geo-Clustering with Windows 2008 – Notes from the Field
One of the best new features in 2008 clusters is the ability to have cluster nodes on different subnets.
This is done by introducing a new OR dependency option for resources. In 2008 clusters, you have two options when making a resource depend on more than one resource:
- AND – Both the resource in this line and one or more previously listed resources must be online before the dependent resource is brought online.
- OR – Either the resource listed in this line or another previously listed resource must be online before the dependent resource is brought online.
So with the OR dependency, you can set up your cluster Network Name resources using an IP address from multiple subnets.
When you create your cluster or an application group, you are prompted to provide an IP address for each subnet. For example:
Here, you would enter a valid IP address for each subnet. Once this is complete, the cluster will automatically setup these dependencies properly for you and only one of the IP resources will be online at a time as the other IP address is not valid for the active node.
Some important notes:
- Failover Cluster Quorum Type
- Node and File Share Majority is the best quorum type for geo-clusters
- Especialy if your file share will be located on a third site (that has no cluster members in it)
- Just remember, File Share Witness:
- Need to be on a File Server in the same forest
- No need to use shared storage – just a normal share
- Can’t be a node in the cluster
- Used as a decision making point for majority
- Can be used for multiple clusters (each cluster has a different share)
- DNS Considerations
- Upon failover to the other node, DNS records will be updated to point to the new IP address. While this is occurring, clients may not be able to connect to the cluster workload even though it is online
- Use “RegisterAllProvidersIP” to control which dependent IP address are registered
- Use “HostRecordTTL” to control time-to-live on cluster network name resources (For ex. – 5 minutes is recommended for Exchange 2007)
Related posts:

Recent Comments