Applies to: Exchange Server 2007 SP3, Exchange Server 2007 SP2, Exchange Server 2007 SP1, Exchange Server 2007
Topic Last Modified: 2006-11-28

This topic explains how to use either the Exchange Management Console or the Exchange Management Shell to restart replication for an LCR-enabled storage group.

Note:
This procedure restarts both log replay and copy updates to the passive copy of the database.

Before You Begin

To perform the following procedure, you must log on to a server running Microsoft Exchange Server 2007 or log on to an Exchange 2007 administrative workstation.

To perform the following procedure, you must log on by using a domain account that has been delegated the Exchange Server Administrator role.

Procedure

To use the Exchange Management Console to resume replication

  1. Start the Exchange Management Console.

  2. Expand Microsoft Exchange, expand Server Configuration, and then select Mailbox.

  3. In the result pane, select the server that contains the LCR copy whose replication you want to resume.

  4. In the work pane, right-click the storage group that contains the LCR copy whose replication you want to resume, and then select Resume Local Continuous Replication.

To use the Exchange Management Shell to resume replication

  1. Start the Exchange Management Shell.

  2. Run the following command to restart replication:

    Copy Code
    Resume-StorageGroupCopy -Identity <Server\StorageGroup>
    
  3. Run the following command to verify that replication is restarted:

    Copy Code
    Get-StorageGroupCopyStatus -Identity:<Server\StorageGroup> | fl
    

For More Information

For detailed syntax and parameter information, see Suspend-StorageGroupCopy and Resume-StorageGroupCopy.

For more information about managing your LCR environment, see Managing Local Continuous Replication.