How to View the Status of a Local Continuous Replication Copy
Microsoft Exchange Server 2007 will reach end of support on April 11, 2017. To stay supported, you will need to upgrade. For more information, see Resources to help you upgrade your Office 2007 servers and clients.
Applies to: Exchange Server 2007, Exchange Server 2007 SP1, Exchange Server 2007 SP2, Exchange Server 2007 SP3
This topic explains how to use the Exchange Management Console or the Exchange Management Shell to view the current status of a local continuous replication (LCR) copy.
In the Exchange Management Shell, the Get-StorageGroupCopyStatus cmdlet produces a list of information about each storage group copy. You can use a subset of the fields to assess the overall health of the storage group copy. The fields are:
Summary 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.
Procedure
To use the Exchange Management Console to view LCR copy status
Open the Exchange Management Console.
Expand Microsoft Exchange, expand Server Configuration, and then select Mailbox.
In the result pane, select the Mailbox server that contains the LCR copy whose status you want to view.
In the work pane, right-click the storage group that you want to view, and then select Properties.
Click the Local Continuous Replication tab to view the status.
To use the Exchange Management Shell to view LCR copy status
Run the following command to get a quick output of the copy status:
Get-StorageGroupCopyStatus -Identity <Server>\<StorageGroup>
Note
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 Local Continuous Replication.
For More Information
For detailed syntax and parameter information, see Get-StorageGroupCopyStatus.
For more information about managing your LCR environment, see Managing Local Continuous Replication.