question

alangao-5587 avatar image
0 Votes"
alangao-5587 asked YukiSun-MSFT commented

Exchange Replication faied with Passive disconnected and resyn

I have 4 exchange 2016 in a DAG setup. there are two sites with two exchange servers on each site. I had to rebuild the exch servers due to recent attack. Now when I ran add-mailboxdatabasecopy and it always fails with Passive Disconnected and resynchronizing message.
I have deleted the DB and run Update-MailboxDatabaseCopy -Identity DB1\MBX1 - -DeleteExistingFiles with same result.

test-replicationhealth shows below error

server1: ClusterNetwork: Failed. network 'replicationDagnetwork01' has no network interface for server 'server2'. Correct the physical network configuration so that each mailbox server hasw exactly one interface on each subnet.

get-databaseavailablitygroupNetwork shows:

Name               : MapiDagNetworkDescription         
Subnets            : { {10.111.1.0/24,Up}, {10.112.1.0/24,Up}}
Interfaces         : { {mbx1,Up,10.111.1.221}, {mbx3,Up,10.111.1.223}, {mbx2,Up,10.112.1.222}, {MBX4,Up,10.112.1.224}}
MapiAccessEnabled :True
ReplicationEnabled : True
IgnoreNetwork      : False
Identity           : exchangedag\MapiDagNetwork
IsValid            : True
ObjectState        : New 

Name               : ReplicationDagNetwork01
Description        : 
Subnets            : { {fe80::/64,Up}}
Interfaces         : { {mbx1,Up,fe80::b83e:c6fb:15db:488%13}, {mbx2,Up,fe80::4888:b345:5731:b06b%16}}
MapiAccessEnabled  : False
ReplicationEnabled : True
IgnoreNetwork      : False
Identity           : exchangedag\ReplicationDagNetwork01
IsValid            : True
ObjectState        : New


It seems that the ClusterNetwork has misconfiguration. I use one physical NIC card with both IPv4&6 enabled. It seem use IPV6 to replicate. The Database avalibility group IP address is 255.255.255.255.
How can I fix this issue? Thanks.

office-exchange-server-administration
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

YukiSun-MSFT avatar image
0 Votes"
YukiSun-MSFT answered YukiSun-MSFT commented

Hi @alangao-5587,

Please refer to the blog below and make sure your MAPI and Replication networks are configured properly:

Network Adapter Configurations For DAG Members
Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.

Then run the following command to reassess the network configuration and check the result:

 Set-DatabaseAvailabilityGroup <DAGIdentity> -ManualDagNetworkConfiguration $true

Should the error persists, would you please have a check at the Event Viewer and see if there's any relevant events recorded out there?


If an Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

· 6
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

I only have 1 team network in each server. I checked the article (Network Adapter Configurations For DAG Members) and it is right. if I run Set-DatabaseAvailabilityGroup <DAGIdentity> -ManualDagNetworkConfiguration $true, it will set networkconfiguration to manual.

As I have posted below, the replication interfaces only have 2 servers. How can I add 2 more server to it?

Name : ReplicationDagNetwork01
Subnets : { {fe80::/64,Up}}
Interfaces : { {mbx1,Up,fe80::b83e:c6fb:15db:488%13}, {mbx2,Up,fe80::4888:b345:5731:b06b%16}}*

I don't need a replication network, since there is only one team network. It should be used for both mapi and replication. how to setup replication network in this case?



0 Votes 0 ·

I followed the link to configure my NIC IP settings. I only have 1 team network in each and every server. I checked the article (Network Adapter Configurations For DAG Members) and it is right.

As I have posted below, the ReplicationDagNetwork01 interfaces only have 2 servers. How can I add 2 more server to it? The two sites have different IP subnet. Mbx1&3 in one site. Mbx2 &4 in another site. It is not configured correctly.

Name : ReplicationDagNetwork01
Subnets : { {fe80::/64,Up}}
Interfaces : { {mbx1,Up,fe80::b83e:c6fb:15db:488%13}, {mbx2,Up,fe80::4888:b345:5731:b06b%16}}

I don't need a replication network, since there is only one team network. It should be used for both mapi and replication. how to setup replication network in this case? if I run Set-DatabaseAvailabilityGroup <DAGIdentity> -ManualDagNetworkConfiguration $true, it will set networkconfiguration to manual. How can it help?

0 Votes 0 ·

Hi @alangao-5587,

Based on my research, running "Set-DatabaseAvailabilityGroup <DAGIdentity> -ManualDagNetworkConfiguration $true" can force the DAG to reassess the network configuration and might help result in a correct DAG network configuration. So I'd suggest having a go and see if the remaining 2 servers can be added into the ReplicationDagNetwork01.

Reference: Misconfigured Subnets Appear in Exchange Server 2013 DAG Network
Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.

0 Votes 0 ·

I ran it. Set-DatabaseAvailabilityGroup <DAGIdentity> -ManualDagNetworkConfiguration $true
It did solve the problem. It didn't add the other server to the replicationnetwork.

0 Votes 0 ·
Show more comments