Click to Rate and Give Feedback
TechNet
TechNet Library
Exchange Server
Operations
High Availability
 How to View the Status of Standby C...

  Switch on low bandwidth view
Collapse All/Expand All Collapse All
How to View the Status of Standby Continuous Replication

Applies to: Exchange Server 2007 SP2, Exchange Server 2007 SP1 Topic Last Modified: 2007-10-30

This topic explains how to use the Exchange Management Shell to view the status of a storage group that has been enabled for standby continuous replication (SCR). This topic also explains how to view the current settings for ReplayLagTime and TruncationLagTime.

In the Exchange Management Shell, the Get-StorageGroupCopyStatus cmdlet produces a list of information about each storage group. You can use a subset of the fields to assess the overall health of SCR for the storage group. The fields are:

  • Summary copy status
  • Copy queue length
  • Replay queue length
  • Time of the last inspected log

Data in these fields indicate whether the configuration is considered valid for the system, and whether replication is keeping up with the changes produced by the active database. These fields, in addition to the storage group identity, are produced by default.

To perform this procedure, the account you use must be delegated the Exchange Server Administrator on the SCR source and target computers. For more information about permissions, delegating roles, and the rights that are required to administer Microsoft Exchange Server 2007, see Permission Considerations.

  1. Open the Exchange Management Shell.

  2. Run the following command to get a quick output of the copy status:

    Get-StorageGroupCopyStatus -Identity <Server>\<StorageGroup> -StandbyMachine
    Bb691297.note(en-us,EXCHG.80).gifNote:
    To get a complete list of all the fields in the output, run the cmdlet with an fl (formatted list) or ft (formatted table) option. For a detailed description of the fields in the output, see "Viewing Status Information" in Managing Standby Continuous Replication.
  1. Open the Exchange Management Shell.

  2. Run the script to get details about ReplayLagTime and TruncationLagTime:

    $a=Get-StorageGroup <ServerName\StorageGroupName>
    $a.StandbyMachines
    $a.StandbyMachines[0].ReplayLagtime
    $a.StandbyMachines[0].TruncationLagtime

For detailed syntax and parameter information about the cmdlet, see Get-StorageGroupCopyStatus. For more information about managing your SCR environment, see Managing Standby Continuous Replication.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker