Using Virtual Drive for Exchange mailbox restore



Similar documents
Restoring an Individual Mailbox(s) Using Exchange 2010

Protecting Exchange 2010

MS Exchange Server backup with BackupAgent

MS Exchange Server backup with eazybackup

MS Exchange Server backup with BackupAgent

How to protect, restore and recover Exchange 2003 and Exchange 2007 databases

Technical Note P/N REV A02 May 07, 2010

How to protect, restore and recover SQL 2005 and SQL 2008 Databases

Technical Note P/N REV A05 September 20, 2010

How to use Data Protector 6.0 or 6.10 with Exchange Recovery Storage Groups to restore a single mailbox

Exchange Back-up and Restore

Microsoft Exchange Server Backup Options

Exchange Server Backup and Restore

EVault for Data Protection Manager. Course 321 Protecting Exchange 2010 with DPM

Backup and Disaster Recovery Restoration Guide

Microsoft Exchange 2003 Disaster Recovery Operations Guide

Integrating Data Protection Manager with StorTrends itx

Implementing Microsoft SQL Server 2008 Exercise Guide. Database by Design

Ontrack PowerControls Backup and Recovery User Guide

SonicWALL CDP 5.0 Microsoft Exchange InfoStore Backup and Restore

Hyper-V Protection. User guide

EMC REPLICATION MANAGER AND MICROSOFT EXCHANGE SERVER 2007

Technical Note. Performing Exchange Server Granular Level Recovery by using the EMC Avamar 7.1 Plug-in for Exchange VSS with Ontrack PowerControls

How to Backup XenServer VM with VirtualIQ

1. Introduction About the BackupAssist Hyper-V solution Advantages Features Granular technology... 2

Exchange 2010 Data Protection with Auto- Snapshot Manager / Microsoft Edition Dell EqualLogic PS Series

Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Service Pack 2

Mailbox Restore for Microsoft Exchange using AppAssure 5 User Guide

Hyper-V Protection. User guide

Data Containers. User Guide

Zen Internet. Online Data Backup. Zen Vault Professional Plug-ins. Issue:

Exchange Mailbox Protection

MS 10135B Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010

Core Solutions of Microsoft Exchange Server 2013 MOC 20341

MCTS Guide to Microsoft Windows Server 2008 Network Infrastructure Configuration. Chapter 11 Managing and Monitoring a Windows Server 2008 Network

VSS Backup Solution for Exchange Server 2007 and Symantec Backup Exec 12.5 using ETERNUS VSS Hardware Provider

Journaling Guide for Archive for Exchange 2007

High Availability for VMware GSX Server

MS Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Service Pack 2

System Protection for Hyper-V User Guide

How to Configure Microsoft System Operation Manager to Monitor Active Directory, Group Policy and Exchange Changes Using NetWrix Active Directory

BackupAssist v6 quickstart guide

Hyper-V backup implementation guide

How To Restore Your From Backup On An Exchange Service Pack 1 On A Windows (Windows 7) On A Microsoft Powerbook (Windows) On An Ubuntu 2003 Power

Installing TeamCall Server on Mac OS X

Backing Up and Restoring Microsoft Exchange Server Cloud Attached Storage. August 2012 Version 3.2

Backup/Restore Microsoft Exchange Server

1. Overview... 2 Documentation... 2 Licensing... 2 Operating system considerations... 2

Basic. Exchange Server. Backup and Restoration. A step by step guide to backing up and restoring

Stellar Phoenix Exchange Server Backup

Technical Notes TECHNICAL NOTES. Release number 8.2 Service Pack REV 01. January, 2015

BizCON Recovery SANter Exchange Server DR Use Guide

EMC NetWorker Module for Microsoft for Exchange Server VSS

Table of Content. Official website:

Exchange Granular Restore User Guide

System Protection for Hyper-V Whitepaper

Acronis Backup & Recovery Backing Up Microsoft Exchange Server Data

Moving Exchange Message Stores and Transaction Logs to an Alternate Drive

Dell AppAssure Local Mount Utility

WHITE PAPER VSS BACKUP SOLUTION FOR EXCHANGE SERVER 2007

Workshop 5051A: Monitoring and Troubleshooting Microsoft Exchange Server 2007

How to Copy A SQL Database SQL Server Express (Making a History Company)

Support Document: Microsoft SQL Server - LiveVault 7.6X

ilaw Installation Procedure

Core Solutions of Microsoft Exchange Server 2013

Common Backup Issues

Create a PDF File. Tip. In this lesson, you will learn how to:

educ Office Remove & create new Outlook profile

Archive Attender Version 3.5

MS Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010

Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Course 10135: 5 days; Instructor-Led

MICROSOFT OFFICE 365 EXCHANGE ONLINE CLOUD

HP Data Protector. Granular Recovery Extension User Guide for Microsoft Exchange Server. Software Version: Document Release Date: June 2014

Windows 7 Hard Disk Recovery

Arkay Remote Data Backup Client Quick Start Guide

BackupAssist v6 quickstart guide

12 NETWORK MANAGEMENT

If a database is using the Simple Recovery Model, only full and differential backups of the database can be taken.

COURSE OUTLINE MOC 20341: CORE SOLUTIONS OF MICROSOFT EXCHANGE SERVER 2013 MODULE 1: DEPLOYING AND MANAGING MICROSOFT EXCHANGE SERVER 2013

Acronis Backup & Recovery 11. Backing Up Microsoft Exchange Server Data

Exchange 2003 Single /Mailbox Restore: From an image-level backup. Written By: Ricky El-Qasem Senior Systems Engineer Veeam Software

Symantec NetBackup Blueprints

Build Your Knowledge!

VirtualXP Users Guide

Disaster Recovery with Exchange Server 2007

Outline SSS Microsoft Windows Server 2008 Hyper-V Virtualization

Application Note - JDSU PathTrak Video Monitoring System Data Backup and Restore Process

Exchange Granular Restore. User Guide

EVault for Data Protection Manager. Course 401 EDPM Troubleshooting Basics

SQL Server Protection

Acronis Backup Advanced for Exchange. Version 11.5 Update 3. Backing Up Microsoft Exchange Server Data

Acronis Backup & Recovery Update 2. Backing Up Microsoft Exchange Server Data

THANK YOU FOR INSTALLING CARBONITE SERVER BACKUP!

Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Service Pack 2

Acronis Backup & Recovery 11.5

Installing and Upgrading to Windows XP

ShadowProtect Granular Recovery for Exchange Migration Scenarios

Transcription:

Using Virtual Drive for Exchange mailbox restore General information about Exchange databases and Exchange backups IASO Backup uses Microsoft VSS (Volume Shadow Copy) technology for backing up Exchange mailbox databases. For these purposes, Exchange server has a special built-in Exchange VSS writer that guarantees that the mailbox database being backed up will be in a consistent state. However, the writer puts the database in so-called dirty shutdown state which means that the database log files (usually named E00000xy.log) are required along with the database file (*.edb). The opposite term is clean shutdown state the database is fully functional as a single edb file and no log files are required. Putting database into clean shutdown state Exchange server installation includes a program called eseutil.exe (Extensible Storage Engine Utility) specially created to check the state or manipulate Exchange database and log files. There is a special command to check the state of the database file: eseutil /mh "<Path to EDB file>" It produces output in the following form where you can check out the state of the database: 1

Eseutil also provides a way to put the database from dirty shutdown state into clean shutdown state. It will copy the contents from log files into EDB file making the database independent from log files. Let s suppose here that Virtual Drive is mounted as B: volume: eseutil /r Exy /i /a /s "<Path to LOG folder>" /l "<Path to LOG folder>" /d "<Path to EDB folder>" Here, Exy is base log file name: it can be found out from database log files folder there should be a checkpoint file Exy.chk, its name is used as an input parameter in this command: After that, the log files are committed to the EDB file and it should be in a clean shutdown state. It may be verified with executing eseutil /mh once again: 2

Mailbox restore in Exchange 2007 In Exchange 2007, mailbox restore is done with the help of so called Recovery Storage Group. They are created via Exchange Troubleshooting Assistant (ExTrA.exe). Steps to do a mailbox restore in Exchange 2007: 1. Put the desired mailbox database on a B: drive into clean state with eseutil - see Putting database into clean shutdown state. Otherwise you won t be able to use it for mailbox restore. 2. Launch ExTrA (extra.exe from command prompt). 3. Click on Select task hyperlink 4. Select Database Recovery Management from the functions list: 5. Click on Next 6. Select Create a recovery storage group 3

7. Select a storage group the one that owns the database to be restored and click Next : 4

8. In Recovery database path specify a path to the EDB database on a B: drive and click Create the recovery storage group : 9. ExTrA will create a recovery storage group and show result screen specifying the errors occurred (if any). In case everything went fine select Go back to task center link 10. In the task center, select Mount or dismount databases in the recovery storage group : 5

11. On the next screen, check the database to be restored in the list of databases and click Mount selected database : 12. ExTrA will show results screen, click on Go back to task center hyperlink. 13. In the task center, select Merge or copy mailbox contents : 14. Click Gather merge information on the next screen 6

15. Select desired mailboxes and click Perform pre-merge tasks on the next screen 16. Exchange will restore selected mailboxes and present result screen. After that the database should be dismounted and recovery storage group removed. Mailbox restore in Exchange 2010 Unlike in Exchange 2007, in Exchange 2010 there is no concept of Recovery Storage Group. Mailbox restore is done with the help of Recovery Database. Steps to do a mailbox restore in Exchange 2010: 1. Put the desired mailbox database on a B: drive into clean state with eseutil - see Putting database into clean shutdown state. Otherwise you won t be able to use it for mailbox restore. 2. Launch Exchange Management Shell 3. To create a Recovery Database, use the following command: New-MailboxDatabase -Recovery Name <Recovery database name> -Server <Exchange server name> -EdbFilePath <Path to EDB file> -LogFolderPath <Path to log folder> The command will produce the following output: 7

4. Launch Exchange Management Console, go to Organization Configuration -> Mailbox -> Database Management, select recovery database that you ve just created and click Mount Database in popup menu: 5. Now go back to Exchange Management Shell. To get the list of all the mailboxes in the recovery database, use the following command: Get-MailboxStatistics -database <Recovery database name> It will show the list of the mailboxes in the recovery database: 8

6. To restore a single mailbox from the recovery database, use the following command: Restore-Mailbox <Mailbox name> -RecoveryDatabase <Recovery database name> It will prompt you for confirmation and produce the output like that: After mailbox restore is complete, the recovery database should be dismounted and removed from Exchange Management Console. For additional information, please check out MSDN article: http://technet.microsoft.com/enus/library/ee332351.aspx 9