Hi @parisa moghadam,
This is a common snag with 2-node DAGs, and you're right to focus on the witness server and cluster status — but there are a couple key things to double-check:
– In a 2-node DAG, the witness server becomes critical for maintaining quorum. If the active server goes down and the remaining one can't reach the witness, it won't have quorum, and databases won’t mount. Make sure:
The witness server is online and reachable from EMAIL02.
The Exchange Trusted Subsystem group has local admin rights on the witness.
– Verify the quorum configuration is set to Node and File Share Majority. You can confirm this with:
Get-Cluster | fl Name,Quorum*
If quorum is misconfigured, failover won’t happen.
– Check if EMAIL02 is marked as a lower activation preference or if there's a lag setting preventing immediate mount:
Get-MailboxDatabaseCopyStatus *
– Make sure automatic activation isn’t blocked on EMAIL02:
Get-MailboxServer EMAIL02 | fl DatabaseCopyAutoActivationPolicy
It should be Unrestricted.
Let us know what you find — it usually comes down to quorum loss or an activation block.