Just wondering, I configured the network interfaces used by DAG according to this article
Planning for High Availability and Site Resilience: Exchange 2010 SP1 Help
When I check the configuration it appears that both networks using Mapi and Replication.
I know it normally fails back any if a network becomes unavailable, but I am still curious if there is a way to specify a particular network for a particular DAG role?
Here the output of
Get-DatabaseAvailabilityGroupNetwork -Identity 'DAG-1' | flRunspaceId : 85546da9-1e9d-4d48-8519-989ed48844d6
Name : DAGNetwork01
Description :
Subnets : {{192.168.32.0/20,Up}}
Interfaces : {{dcmbcas-1,Up,192.168.43.101}, {DCMBCAS-2,Up,192.168.43.103}}
MapiAccessEnabled : True
ReplicationEnabled : True
IgnoreNetwork : False
Identity : DAG-1\DAGNetwork01
IsValid : True
RunspaceId : 85546da9-1e9d-4d48-8519-989ed48844d6
Name : DAGNetwork02
Description :
Subnets : {{85.xx.xx.0/23,Up}}
Interfaces : {{dcmbcas-1,Up,85.xx.xx.xx}, {DCMBCAS-2,Up,85.xx.xx.xx}}
MapiAccessEnabled : True
ReplicationEnabled : True
IgnoreNetwork : False
Identity : DAG-1\DAGNetwork02
IsValid : True
As far as I can see it appears that it is assigning the "role" based on the network configurations, but it clearly doesn't ... Can you "pipe" MapiAccessEnabled somehow ?