If the storage group prefix is different between the SCR source and SCR target, run
Eseutil in recovery mode. The prefix, in this case E00, represents the first storage group.
The second storage group will be E01, and so forth. Because the SCR target may have different
servers as SCR sources, the storage group numbers (and prefixes) will not match. In this
example the log prefix is E00 :
Eseutil /r E00
Restore-StorageGroupCopy -Identity ???mb100ccr\first storage group???
-StandbyMachine ca100
3. Now the database and system paths must be updated in Active Directory with the new location
on the SCR target server. This is accomplished with the Move-StorageGroupPath and
Move-DatabasePath cmdlets:
Move-StorageGroupPath -Identity ca100\SG1Temp -SystemFolderPath
???C:\Program files\Microsoft\Exchange\mailbox\First Storage Group???
-LogFolderPath ???C:\Program files\Microsoft\Exchange\mailbox\First Storage
Group??? -ConfigurationOnly
Move-DatabasePath -Identity ???ca100\SG1Temp\Mailbox Database??? -EdbFilePath
???C:\Program files\Microsoft\Exchange\mailbox\First Storage Group??? -
ConfigurationOnly
4. Before the database can be mounted, it must be enabled with the ??? This database can be
overwritten by a restore ??? property on the database. The following cmdlet sets this on the
SCR target database:
Set-MailboxDatabase -Identity ???ca100\SG1Temp\Mailbox Database???
-AllowFileRestore:$true
Chapter 12: Working with Continuous Replication
359
5.
Pages:
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508