Exchange Replication faied with Passive disconnected and resyn

alan gao 176 Reputation points
2021-03-23T23:16:05.963+00:00

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.

Exchange | Exchange Server | Management
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Yuki Sun-MSFT 41,376 Reputation points Moderator
    2021-03-24T05:37:48.99+00:00

    Hi @alan gao ,

    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.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.