我在2个站点上有一个DAG,有4个副本。 其中一个远程副本失败,我发出了远程和工作副本的重新种子操作作为源。
知道这一点,我试图倒退,看看Powershell是否能够告诉我数据来自哪里,以及它将会发生什么。 这在未来的故障排除工作中会很有用。
我运行了典型的命令,无法让Exchange告诉我数据在哪里去/从/到。
题
电源shell:
[PS] C:\Scripts\Scripts\Windows>Get-MailboxDatabaseCopyStatus db18\txexmb02 -ConnectionStatus | fl RunspaceId : cf5dfdca-0148-44c7-bea1-63c29e6c6eb4 Identity : DB18\TXEXMB02 Name : DB18\TXEXMB02 DatabaseName : DB18 Status : SeedingSource MailboxServer : TXEXMB02 ActiveDatabaseCopy : nycexmb02 ActivationSuspended : False ActionInitiator : Administrator ErrorMessage : ErrorEventId : ExtendedErrorInfo : SuspendComment : SinglePageRestore : 0 ContentIndexState : Healthy ContentIndexErrorMessage : CopyQueueLength : 0 ReplayQueueLength : 97 LatestAvailableLogTime : 7/7/2014 8:28:18 AM LastCopyNotificationedLogTime : 7/7/2014 8:28:18 AM LastCopiedLogTime : 7/7/2014 8:28:18 AM LastInspectedLogTime : 7/7/2014 8:28:18 AM LastReplayedLogTime : 7/7/2014 7:40:44 AM LastLogGenerated : 1073244 LastLogCopyNotified : 1073244 LastLogCopied : 1073244 LastLogInspected : 1073244 LastLogReplayed : 1073147 LogsReplayedSinceInstanceStart : 144932 LogsCopiedSinceInstanceStart : 124270 LatestFullBackupTime : 7/6/2014 7:38:00 PM LatestIncrementalBackupTime : LatestDifferentialBackupTime : LatestCopyBackupTime : 4/8/2014 2:47:40 AM SnapshotBackup : True SnapshotLatestFullBackup : True SnapshotLatestIncrementalBackup : SnapshotLatestDifferentialBackup : SnapshotLatestCopyBackup : True LogReplayQueueIncreasing : False LogCopyQueueIncreasing : False OutstandingDumpsterRequests : {} OutgoingConnections : IncomingLogCopyingNetwork : {NYCEXMB02,Replication Network Segment} SeedingNetwork : ActiveCopy : False [PS] C:\Scripts\Scripts\Windows>Get-MailboxDatabaseCopyStatus db18\txexmb01 -ConnectionStatus | fl RunspaceId : cf5dfdca-0148-44c7-bea1-63c29e6c6eb4 Identity : DB18\TXEXMB01 Name : DB18\TXEXMB01 DatabaseName : DB18 Status : Seeding MailboxServer : TXEXMB01 ActiveDatabaseCopy : nycexmb02 ActivationSuspended : True ActionInitiator : Service ErrorMessage : ErrorEventId : ExtendedErrorInfo : SuspendComment : The database copy was automatically suspended due to failure item processing. At '7/ 6/2014 7:25:53 PM' the copy of 'DB18' on this server experienced an error that requi res it be reseeded. For more detail about this failure, consult the Event log on the server for other storage and "ExchangeStoreDb" events. The passive database copy ha s been suspended. SinglePageRestore : 0 ContentIndexState : Failed ContentIndexErrorMessage : Catalog is dismounted externally for database {cb626758-e781-456e-85a3-ead9d2e87544} . CopyQueueLength : 1073244 ReplayQueueLength : 0 LatestAvailableLogTime : LastCopyNotificationedLogTime : LastCopiedLogTime : LastInspectedLogTime : LastReplayedLogTime : LastLogGenerated : 1073244 LastLogCopyNotified : 0 LastLogCopied : 0 LastLogInspected : 0 LastLogReplayed : 0 LogsReplayedSinceInstanceStart : 0 LogsCopiedSinceInstanceStart : 0 LatestFullBackupTime : 5/18/2014 6:26:07 AM LatestIncrementalBackupTime : LatestDifferentialBackupTime : 5/22/2014 3:01:46 AM LatestCopyBackupTime : 4/8/2014 2:47:40 AM SnapshotBackup : True SnapshotLatestFullBackup : True SnapshotLatestIncrementalBackup : SnapshotLatestDifferentialBackup : True SnapshotLatestCopyBackup : True LogReplayQueueIncreasing : False LogCopyQueueIncreasing : False OutstandingDumpsterRequests : {} OutgoingConnections : IncomingLogCopyingNetwork : SeedingNetwork : ActiveCopy : False