Hi alfistheman,
Thank you for your question.
This Error event indicates that the database copy encountered a serious I/O error (lost flush), and that this error may have affected all copies of the database. We could run the following command to check mailbox database copy status:
Get-MailboxDatabaseCopyStatus server <Mailbox server Name>
If the status of database is not Mount or Healthy, we could run the following command on the specific database to update copy status:
Update-MailboxDatabaseCopy Identity mailboxservername\DBname
We could refer to the following link:
https://technet.microsoft.com/en-us/library/ff984980(v=exchg.141).aspx
If there are any questions regarding this issue, please be free to let me know.
Best Regard,
Jim
So we have three database servers two on our main network and one at another site for DR. I find this error when trying to resume a failed and suspended db at our DR site. This is an issue since it is a large 300GB+ database and we have been having to reseed it countless times and this wastes all our bandwidth and takes a long time to complete. When we try to resume we get...
[PS] F:\DB01>Resume-MailboxDatabaseCopy DB01\MAIL1
A server-side administrative operation has failed. The database copy could not be resumed because of a previous error
that is preventing the resume operation. Error: At '4/14/2015 12:40:35 AM' the Microsoft Exchange Information Store
Database 'DB01' copy on this server encountered a serious I/O error. A lost write was detected. Consult the event
log on the server for "ExchangeStoreDb" or "MSExchangeRepl" events that may contain more specific information about
the failure.
[Database: 89049019-5e66-4028-8637-3791c8f2085e, Server: MAIL1.INC.com]
+ CategoryInfo : NotSpecified: (:) [Resume-MailboxDatabaseCopy], ReplayServiceResumeBlockedException
+ FullyQualifiedErrorId : [Server=MAIL1,RequestId=b06dc975-693b-458a-a822-5b5a1753a503,TimeStamp=4/14/2015 12:3
8:29 PM] [FailureCategory=Cmdlet-ReplayServiceResumeBlockedException] 37B29166,Microsoft.Exchange.Management.Syste
mConfigurationTasks.ResumeDatabaseCopy
+ PSComputerName : mail1.inc.com
I have tried using the esetuil /r command to replay the logs since it tell me it was a Dirty Shutdown. After that command it puts it in a state of clean shutdown but the resume still fails.
- Marked as answer by jim-xuModerator Tuesday, April 21, 2015 1:26 AM
- Unmarked as answer by alfistheman 10 hours 35 minutes ago
- Marked as answer by jim-xuModerator Tuesday, April 21, 2015 1:26 AM
- Unmarked as answer by alfistheman Wednesday, April 22, 2015 8:52 PM
And maybe Abram won't say it, but I can be the fanboy here. Exchange 2013 is just about bullet-proof, so if its continually throwing I/O errors, then the hardware needs some serious inspection.