Назад | Перейти на главную страницу

Из какой базы данных я использую растянутую группу DAG?

У меня есть растянутый DAG на 2 сайтах с 4 копиями. Одна из удаленных копий не удалась, и я выполнил операцию повторного заполнения с удаленной и рабочей копией в качестве источника.

Зная это, я попытался работать в обратном направлении и посмотреть, сможет ли Powershell сказать мне, откуда поступают данные и куда они собираются. Это будет полезно в будущем при поиске и устранении неисправностей.

Я выполнил типичные команды и не смог заставить Exchange сказать мне, куда / откуда / куда идут данные.

Вопрос

Powershell:

[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