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

This topic explains how to use the Exchange Management Console or the Exchange Management Shell to create a new storage group that is enabled for local continuous replication (LCR).

After LCR has been enabled for a storage group, it will initially report a status of Initializing. The storage group will change from a status of Initializing to a status of Healthy after one transaction log file has been generated.

Note:
LCR cannot be enabled on a Mailbox server that contains one or more standby continuous replication (SCR) targets. Although LCR can be enabled on a Mailbox server that is configured as an SCR source, LCR and SCR targets cannot be combined on the same Mailbox server.

Before You Begin

To perform the following procedures, the account you use must be delegated the Exchange Server Administrator role and local Administrators group for the target server. For more information about permissions, delegating roles, and the rights that are required to administer Microsoft Exchange Server 2007, see Permission Considerations.

Procedure

To use the Exchange Management Console to create a new LCR-enabled storage group

  1. Open the Exchange Management Console.

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

  3. In the result pane, right-click the server on which you want to create the new storage group and select New storage group. The New Storage Group Wizard appears.

  4. On the New Storage Group page, type the name for the new storage group in the Storage Group Name box.

  5. Use the Browse buttons to specify the locations for the storage group's log files and system files.

  6. Select the Enable local continuous replication for this storage group check box.

  7. Use the Browse buttons to specify the locations for the passive copy of the log files and system files, and then click New.

  8. After the new storage group has been created and enabled for LCR, click Finish.

To use the Exchange Management Shell to create a new LCR-enabled storage group

  • Run the following command:

    Copy Code
    New-StorageGroup -Server <Server> -Name <StorageGroupName> -LogFolderPath <PathforActiveCopyLogFiles> -SystemFolderPath <PathforActiveCopySystemFiles> -HasLocalCopy:$true -CopyLogFolderPath <PathforPassiveCopyLogFiles> -CopySystemFolderPath <PathforPassiveCopySystemFiles>
    

For More Information

For detailed syntax and parameter information about the cmdlet, see New-StorageGroup.