ScottSchnoll
Posts: 15
Joined: 26.Jan.2008
Status: offline
|
Hi Beowulfs, There's actually no requirement that the active and passive be installed at the same time, so it's OK to install the active one day and then install the passive the next day. When you installed the active clustered mailbox role, it should have given you an option for both subnets. This option always appears during Setup on Windows 2008 (on Windows 2003, the second subnet option and advanced networking options such as IPv6 and DHCPv4 are unavailable). Since it sounds like you've configured a single subnet cluster, you have two options to change to a multi-subnet cluster. One option is to remove the clustered mailbox server and reinstall from scratch. Another option is to simply create a new IP address resource in the CMS group, and then make that new address a dependency resource (using an OR clause) of the Network Name resource for the CMS. When you have a multi-subnet Exchange failover cluster, network name resources for the Cluster and for the CMS have two IP address resource dependencies in which an OR clause is used to allow the NN resource to come online if any of the dependencies are online. In a multi-subnet environment, the Cluster and CMS network identity live at any given time on one node, and thus one subnet. As a result, of their two IP address dependencies, one will always be online and one will always be offline. In other words, we are not multi-homing the CMS so that it is always accessible through IPs at the same time; but rather, configuring it with the ability to change IP addresses when ownership of the CMS changes. For example, say I have Subnet A (10.0.0.x) and Subnet B (192.168.1.x). NodeA is on Subnet A and has an address of 10.0.0.5 and Node B is on subnet 2 with an address of 192.168.1.5. (Note these are just example addresses). The Cluster network name will have two IP address dependencies that correspond to IP address resources in the cluster group (for example, 10.0.0.4 and 192.168.1.4) and the CMS network name will also have two IP address dependencies that correspond to the IP address resources in the CMS group (for example 10.0.0.8 and 192.168.1.8). When the CMS is owned by NodeA, because that node is associated with SubnetA, the CMS will use 10.0.0.8. When ownership of the CMS is transferred to NodeB (through a move or a failover), the CMS will use 192.168.1.8. Windows Clustering in Windows 2008 knows which network cards are associated with which subnets and IP addresses, and it will bring the correct IP address online, and take the IP address for the other subnet offline. Name resolution will obviously change when the CMS or cluster changes ownership. Whenever you'll be in a situation where the Exchange server's IP address is going to change (e.g., such as moving the CMS in multi-subnet CCR environment), we recommend configuring a DNS TTL of 5 minutes for the CMS Network Name. Also, if you have any management tools that connect to the cluster itself by it's name (again, in a multi-subnet environment) we recommend a DNS TTL of 5 minutes for the Cluster Network Name, as well. In Windows 2008, this is a quick cluster.exe command: cluster.exe res <CMSNetworkNameResource> /priv HostRecordTTL=300 As for the Test-ReplicationHealth failures, those indicate that your cluster networking is not configured correctly, or that there are network interfaces that the cluster can see, but not use or manage. Or vice versa. Have a look at http://technet.microsoft.com/en-us/library/bb629714(EXCHG.80).aspx for more information on CCR on Windows 2008. Hope this helps.
_____________________________
Regards, Scott Schnoll Principal Technical Writer - Exchange Team Microsoft Corporation This posting is provided "AS IS" with no warranties, and confers no rights.
|