询问者
exchange数据库冗余运行状况检查失败

问题
-
数据库冗余运行状况检查失败。
数据库副本: mdb01
冗余计数: 1
错误: Passive copy 'mdb01\mail01' is not in a good state. Status: FailedAndSuspended.
Name Status RealCopyQueu InspectorQue ReplayQueue CIState
e ue
---- ------ ------------ ------------ ----------- -------
mdb01\mail01 FailedAndSusp 10529 0 0 Failed
ended
mdb01\mail02 Mounted 0 0 0 Healthy
===============
Full Status
===============
Identity : mdb01\mail01
Name : mdb01\mail01
DatabaseName : mdb01
Status : FailedAndSuspended
MailboxServer : mail01
ActiveDatabaseCopy : mail02
ActivationSuspended : True
ActionInitiator : Service
ErrorMessage : Microsoft Exchange 复制服务在启动时检查 mdb01\mail01 的日志和数据库期间遇到错误。错误: 文件检查失败: 已编制索引的顺序访问方
法(ISAM)发生错误。错误: File not found (-1811)
ErrorEventId : 2070
ExtendedErrorInfo :
SuspendComment : 由于失败项处理,该数据库的副本已自动搁置。 在"2017/6/6 15:31:50",此
服务器上的"mdb01"副本遇到需要为其重新设定种子的错误。有关此错误的详细信息
,请在服务器上的事件日志中查找其他存储和"ExchangeStoreDb"事件。被动数据
库副本已搁置。
SinglePageRestore : 0
ContentIndexState : Failed
ContentIndexErrorMessage : Catalog is dismounted externally for databas
e {268c7bf7-4c6e-41d6-a4fb-f0dbb1ee3df0}.
CopyQueueLength : 10529
ReplayQueueLength : 0
LatestAvailableLogTime : 2017/6/6 0:42:36
LastCopyNotificationedLogTime : 2017/6/6 0:42:36
LastCopiedLogTime :
LastInspectedLogTime :
LastReplayedLogTime :
LastLogGenerated : 229095
LastLogCopyNotified : 218566
LastLogCopied : 218566
LastLogInspected : 218566
LastLogReplayed : 218566
LogsReplayedSinceInstanceStart : 0
LogsCopiedSinceInstanceStart : 0
LatestFullBackupTime :
LatestIncrementalBackupTime :
LatestDifferentialBackupTime :
LatestCopyBackupTime :
SnapshotBackup :
SnapshotLatestFullBackup :
SnapshotLatestIncrementalBackup :
SnapshotLatestDifferentialBackup :
SnapshotLatestCopyBackup :
LogReplayQueueIncreasing : False
LogCopyQueueIncreasing : False
OutstandingDumpsterRequests : {}
OutgoingConnections :
IncomingLogCopyingNetwork :
SeedingNetwork :
ActiveCopy : False
Identity : mdb01\mail02
Name : mdb01\mail02
DatabaseName : mdb01
Status : Mounted
MailboxServer : mail02
ActiveDatabaseCopy : mail02
ActivationSuspended : False
ActionInitiator : Service
ErrorMessage :
ErrorEventId :
ExtendedErrorInfo :
SuspendComment :
SinglePageRestore : 0
ContentIndexState : Healthy
ContentIndexErrorMessage :
CopyQueueLength : 0
ReplayQueueLength : 0
LatestAvailableLogTime :
LastCopyNotificationedLogTime :
LastCopiedLogTime :
LastInspectedLogTime :
LastReplayedLogTime :
LastLogGenerated : 0
LastLogCopyNotified : 0
LastLogCopied : 0
LastLogInspected : 0
LastLogReplayed : 0
LogsReplayedSinceInstanceStart : 0
LogsCopiedSinceInstanceStart : 0
LatestFullBackupTime :
LatestIncrementalBackupTime :
LatestDifferentialBackupTime :
LatestCopyBackupTime :
SnapshotBackup :
SnapshotLatestFullBackup :
SnapshotLatestIncrementalBackup :
SnapshotLatestDifferentialBackup :
SnapshotLatestCopyBackup :
LogReplayQueueIncreasing : False
LogCopyQueueIncreasing : False
OutstandingDumpsterRequests : {}
OutgoingConnections :
IncomingLogCopyingNetwork :
SeedingNetwork :
ActiveCopy : True
全部回复
-
你好,
尝试下面的步骤解决:
1.登录包含问题数据库和索引的 Exchange 服务器。
2.打开 Exchange Management Shell。
3.更改为 ResetSearchIndex.ps1 脚本所在的以下目录中: <drive> :\Program Files\Microsoft\Exchange Server\Scripts
4.暂停从活动节点 MBX2 到目标被动节点 MBX1 的 MailboxDatabaseCopy 进程:
Suspend-MailboxDatabaseCopy -Identity mdb01\mail01
5.运行以下脚本,删除与指定邮箱数据库(具有来源 Mail02)相关联的索引目录。
ResetSearchIndex.ps1 -force mail02
6.更新问题数据库的索引目录:
Update-MailboxDatabaseCopy -Identity mdb01\mail01 -CatalogOnly
7. 运行下面的指令从源服务器上更新的索引目录:
Update-MailboxDatabaseCopy -Identity mdb01\mail01 -SourceServer mail02 -CatalogOnly
谢谢!Niko Cheng
TechNet Community Support
Please remember to mark the replies as answers.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.- 已建议为答案 Niko.ChengModerator 2017年6月19日 10:04
-
你好,
问题是否有任何进展?如果还有其他问题,请及时贴出来;如果问题已解决,请将其标记为答复,这样有助于其他论坛成员更方便的搜寻答案,感谢理解!
谢谢!
Niko Cheng
TechNet Community Support
Please remember to mark the replies as answers.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.