Hi @镇军 林 ,
but the mailbox move of the large mailbox (1.xG) always fails, prompting me Resource 'MdbReplication(linzjtestdb)' is unhealthy and shouldn't be accessed.
Does this issue only occur to this particular mailbox, or all large mailboxes are affected?
Is the mailbox database (linzjtestdb) the source database or it's the target db?
Based on my research, mailbox move issues involving "MdbReplication" might be related to the transaction logs. So, if the aforementioned database is the target database, it's recommended to temporarily enabling the circular logging on the target database so that it will not generate the transaction logs during the migration. You can also refer to the blog below for other best practices when moving mailboxes:
Mailbox migration best practices
(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.)
If the issue persists, please run the command below and see if there's more information in the output:
Get-MoveRequestStatistics <mailbox> -IncludeReport | FL
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
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.