As log disk remains empty. There can be the issue with the log disk or its configuration. Ensure that the log disk has enough space, and verify that the logs are being written correctly. Sometimes, Exchange can’t create log files if the disk is full or if there are permission issues. Move the transaction log files to another disk, if possible, and check if that resolves the seeding issue.
-The large CopyQueueLength
you're seeing (740,000+) is a clear sign that replication is struggling. Since replication is working fine for other databases, this might be isolated to the DIAMONDDB copy. Run the Get-MailboxDatabaseCopyStatus
cmdlet to check the status of all database copies, and look for any specific errors or warnings related to this database. Also, check the database path (N:\DIAMONDDB\DIAMONDDB.edb
) to make sure the file exists and is accessible. The error saying the database file was not found suggests a potential path or permission issue. Make sure that the Exchange Trusted Subsystem
has full permissions on the directory where the database and log files reside.
-Network latency is around 6ms, which is fine. However, network congestion or issues like intermittent packet loss might still be affecting replication, even if other databases are fine. Use tools like ping
or tracert
to check for any network drops or delays between your servers, particularly focusing on the DAG replication traffic.
-Antivirus software can sometimes interfere with Exchange operations, even if the logs don’t show any obvious problems. Since the software is running on all servers, try temporarily disabling it and attempt seeding again. If this works, you’ll need to adjust antivirus exclusions for Exchange files and directories.
-Running a tool like eseutil could also help identify any potential corruption or issues with the database files themselves.