View Single Post
 
Old 12-22-2014, 10:48 PM
atkinronald6 atkinronald6 is offline Windows 7 64bit Office 2010 64bit
Novice
 
Join Date: Dec 2014
Posts: 1
atkinronald6 is on a distinguished road
Default

1) Create a Recovery Database (RDB) in Exchange 2010 using the Exchange Management Shell. You cannot create a recovery database using the Exchange Management Console. Use the following command in shell to create the RDB:

New-MailboxDatabase -Recovery -Name RDB -Server “servername” -EdbFilePath "path" -LogFolderPath "path”

For Eg.: new-mailboxdatabase -Recovery -Name BD100 -Server MBX1 -EdbFilePath "D:\BD100\Database\BD100.edb" -LogFolderPath "D:\BD100\Logs"



Do not mount the recovery database before the restore. If you do mount the recovery database before the restore, you must dismount it. Select the This database can be overwritten by a restore option on the database property page in Exchange Management Console utility.

2) Select the Database to be restored from the Backup Exec Restore job properties

3) Go to Microsoft Exchange Redirection and select Redirect Exchange Sets. Enter the following options.
Reply With Quote