If the
CopyQueueLength is more than 5 generations behind or the ReplayQueueLength is more than 20 logs
behind, the reason should be investigated and corrected. In addition, the LastInspectedLogTime
should be recent.
New in Service Pack 1 is the DumpsterStatistics switch parameter. This returns additional
information about the transport dumpster. For example, in the test environment, running the following
cmdlet:
Get-ClusteredMailboxServerStatus -DumpsterStatistics | fl
Chapter 12: Working with Continuous Replication
351
generates the following output:
Identity : mb100ccr\First Storage Group
StorageGroupName : First Storage Group
SummaryCopyStatus : Healthy
NotSupported : False
NotConfigured : False
Disabled : False
ServiceDown : False
Failed : False
Initializing : False
Resynchronizing : False
Seeding : False
Suspend : False
CCRTargetNode : MB101
FailedMessage :
SuspendComment :
CopyQueueLength : 0
ReplayQueueLength : 0
LatestAvailableLogTime : 8/25/2007 2:51:19 PM
LastCopyNotificationedLogTime : 8/25/2007 2:51:19 PM
LastCopiedLogTime : 8/25/2007 2:51:19 PM
LastInspectedLogTime : 8/25/2007 2:51:19 PM
LastReplayedLogTime : 8/25/2007 2:51:19 PM
LastLogGenerated : 113
LastLogCopyNotified : 113
LastLogCopied : 113
LastLogInspected : 113
LastLogReplayed : 113
LatestFullBackupTime : 8/25/2007 9:34:28 AM
LatestIncrementalBackupTime :
SnapshotBackup : False
IsValid : True
ObjectState : Unchanged
DumpsterServersNotAvailable : {}
DumpsterStatistics : {CA100(8/18/2007 8:38:06 PM;1;2450MB)}
To obtain information about an SCR target, the StandbyMachine string parameter must be included
with the name of the SCR target.
Pages:
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497