We have DAG with 2 mailbox server members
Server 1 has CAS, hub and mailbox roles
Server 2 has mailbox role only
I've setup DAG between 2 servers sharing 15 databases. I'm facing 2 issues:
1. Half of the database passive copies are in Failed and Suspended state with ContentIndexState Failed
I've trying to reseed server with following commands:
Suspend-MailboxDatabaseCopy -Identity "DBNAME\SERVERNAME"
Update-MailboxDatabaseCopy -Identity "DBNAME\SERVERNAME" -DeleteFiles
I works sometime and fails sometime
2nd issue is I have some of the active dbs on one server and some on the other and I'm trying to bring all active dbs on one server with following command:
Move-ActiveMailboxDatabase -Identity 'DBNAME' -MountDialOverride 'BestEffort' -skiplagchecks -ActivateOnServer 'SERVERNAME'
it fails as well