
SCR and Database Portability
Woodgrove Bank has deployed Microsoft Exchange Server 2007 Service Pack 1 (SP1) and has decided to use SCR to provide a redundant copy of a storage group on a remote Mailbox server. Both Mailbox servers are in the same Active Directory directory service site and are configured to use Active Directory-integrated DNS servers. The Active Directory replication interval for the Active Directory site is configured for 15 minutes.
SCR is configured so that transaction log files are being replicated for a single storage group, SG1, which contains a single database, MBX1. EXMBX1 is the SCR source computer and EXMBX2 is the SCR target computer. The paths for the storage group files (which include the transaction log files) and database file are E:\SG1 and D:\SG1\MBX1.EDB, respectively. These paths are used on both the source and target computers.
These assignments were configured using the following command:
Enable-StorageGroupCopy EXMBX1\SG1 -StandbyMachine EXMBX2
The health and status of SCR for SG1 was verified using the Test-ReplicationHealth and Get-StorageGroupCopyStatus cmdlets in the Exchange Management Shell. For example:
Get-StorageGroupCopyStatus EXMBX1\SG1 -StandbyMachine EXMBX2 | fl
To save time during the SCR target activation process, EXMBX2 is preconfigured with a storage group and database that will be used as part of the database portability operations. The storage group and database are named SG1PORT and MBX1PORT, respectively.
Important: |
|---|
|
SG1PORT and MBX1PORT are separate from the SCR target's storage group and database files. Therefore, the paths for SG1PORT and MBX1PORT should be configured with a temporary path that does not conflict with the SCR target paths.
|
Note: |
|---|
|
After MBX1PORT has been created, we recommend that it be mounted and then dismounted, and that all storage group files and the database file be deleted.
|