Restoring Exchange Server 2003

Documenting your Exchange Server 2003 Environment

To successfully restore or recover any aspect of your Exchange Server 2003 environment, it is important that you document the following:

A well documented or complete Exchange Server 2003 environment document should include the following information:

Recovering from Site Failures

To recover an Exchange server in a site which becomes unavailable, you have to create redundant sites. A redundant site can have a secondary Internet connection and bridgehead routing server configured. Then, when the primary site becomes unavailable, the secondary site would continue to provide email communication.

A few recommendations for creating site redundancy or a failover site are listed here:

When failing over between sites, you have to ensure that all Exchange server dependencies are also failed over so that they can be failed back when you need to perform a restore. This includes:

Recovering from Boot Failures

There may be occasions when a Windows Server 2003 system that has a service/application start-up issue could result in the server not completing a normal bootup sequence. This basically means that the Windows operating system is unavailable while the issue persists.

To assist administrators in restoring a server to a state where it can be accessed, Windows Server 2003 includes a few alternative bootup options.

The Windows Server 2003 advanced boot options are:

You can either use the Default configuration or the LastKnownGood configuration to start a Windows based computer. The Default configuration contains configuration data that is saved when the computer shuts down. The LastKnownGood configuration contains configuration information that is saved when a successful logon occurs. When you execute any configuration changes, they are recorded in the current control set. The kernel copies the information in this control set to the clone control set when the computer reboots. After a successful log on to Windows, the information in the clone control set is copied to the LastKnownGood control set.

The last known good process can be used to recover the configuration when a driver is problematic, and you cannot reboot. The process uses the LastKnownGood control set to boot Windows. You would typically use the Last Known Good Configuration Option in the Advanced Options Menu when you install a device driver, and the system fails to respond after you restart Windows; or when you unintentionally disable a critical device driver.

How to install the Recovery Console

  1. Place your Windows installation CD in the CD-ROM drive
  2. Open a command session/window
  3. Navigate to the \I386 directory or folder on the CD
  4. Proceed to run winnt32 /cmdcons.
  5. A Window next opens that contains a Recovery Console warning message.
  6. Click Yes to install the Recovery Console. When you install the Recovery Console, the \cmdcons folder is created in the root directory. You are actually booting to the Windows installation CD when you boot via the files in the cmdcons folder. The Partition Boot Sector is also copied from the Windows system volume to the cmdcons folder. The file it is copied to is Bootsect.dat. The Recovery Console installation process also places Cmldr at the root of the boot partition. Cmldr is an alternative bootstrap loader. The Boot.ini file is also changed to contain the alternative for booting to the Recovery Console.
  7. A Successful Completion message is displayed after the recovery console files are installed.

How to run the Recovery Console

  1. Place the Windows Installation CD-ROM in the CD-ROM drive, and proceed to restart the computer.
  2. Press Enter when the Setup program shows the Setup Notification message.
  3. Press R to repair your existing Windows installation.
  4. To start the Recovery Console, press C
  5. If applicable, select the installation that should be repaired.
  6. Insert 1, and then press Enter
  7. When asked to provide the Administrator password, type it, and then press Enter.
  8. You can enter the help command to view the available command options
  9. After you have completed with the repair, enter the exit command. Press Enter
  10. The exit command exits the console, and also restarts the computer.

How to use the Last Known Good Configuration Option

  1. Shut down and restart the computer
  2. Press F8 when prompted to select the OS to start.
  3. The Advanced Options Menu screen is displayed.
  4. Choose the Last Known Good Configuration option on this screen.

How to boot using the emergency repair disk
You would typically use the emergency repair disk when you cannot boot using one of the advanced boot options.

To boot using the emergency repair disk

  1. Boot from the Windows Installation CD-ROM or from the Windows setup disks.
  2. Press R to repair your Windows installation
  3. Press R to use the emergency repair process to repair your Windows installation
  4. Press F to use the Fast Repair option. Fast Repair automatically repairs system files, the boot sector, and registry and startup problems.

Recovering Active Directory

When it comes to restoring Windows Server 2003 Active Directory, you can use one of the following restore methods:

How to restore the Active Directory database to a single domain controller

  1. Reboot the computer
  2. During startup, press F8 when prompted to, and then select Directory Services Restore Mode (Windows DCs only) from the Windows Advanced Options menu. Press Enter.
  3. Choose the operating system that should be started. Press Enter.
  4. When the Safe Mode logon prompt appears, enter the appropriate local administrator account information, and then click OK.
  5. Click OK when a message appears, advising that Windows is running in Safe Mode.
  6. Click Start, All Programs, Accessories, System Tools, and then click Backup.
  7. On the initial page of the Backup or Restore Wizard, click Next.
  8. Ensure that the Restore files and settings option is selected on the Backup Or Restore page. Click Next.
  9. On the What to Restore page, choose the backup which you want to use for the restore process. Click Next.
  10. Click Finish to immediately start a normal restore of Active Directory. If you want to configure advanced option settings, click Advanced, and not the Finish button.
  11. When the Where to Restore page appears, choose one of the following options from the Restore files to list box:
    • Original location, this default setting restores files to their original locations.
    • Alternate location, if selected, you can specify a different location to which the files should be restored.
    • Single folder; this option restores files to a single directory.
    • Click Next.

  12. Click OK if a message is displayed, warning you that a restore of system state data overwrites existing system state data.
  13. When the How to Restore page opens, choose between the following options:
    • Leave existing files (Recommended); select this option if you do not want the restore to overwrite any existing files.
    • Replace existing files if they are older than the backup files; if selected, files older than the backup files are replaced.
    • Replace existing files; this option replaces all existing files with the backup files.

    Click Next.

  14. When the Advanced Restore Options page is displayed, you can select the following options:
    • Restore security settings; is enabled by default. If you disable this checkbox, all files would be restored without any permissions.
    • Restore junction points, but not the folders and file data they reference; when selected, the restore process is able to restore information on mounted drives.
    • Preserve existing volume mount points; when selected, existing mounts are protected on the volume.
    • Restore the Cluster Registry to the quorum disk and all other nodes; if applicable for this domain controller, the cluster quorum database is restored.
    • When restoring replicated data sets, mark the restored data as the primary data for all replicas; this option should be enabled if you are performing a Primary restore of Active Directory.
  15. Click Next. Click Finish to start the Normal Restore of Active Directory

How to perform an Authoritative Restore of Active Directory

  1. Perform a Normal Restore of Active Directory.
  2. When prompted to restart the server, click No and then close the Windows Backup Utility.
  3. Click Start, Run, and enter cmd in the Run dialog box. Click OK.
  4. To open the Ntdsutil command-line utility, enter ntdsutil.
  5. Enter authoritative restore.
  6. To specify Active Directory, or components of Active Directory as authoritative, use one of the following methods:
    • Enter restore database; this sets the domain and all configuration containers as authoritative.
    • Enter restore subtree, together with the distinguished name of the Active Directory object you want to mark as authoritative.
    • You can use the verinc option with either of the above commands, to explicitly set the version number. The option is useful when a different Authoritative restore needs to be performed on an existing Authoritative restore.
  7. When the Authoritative Restore Confirmation dialog box appears, asking whether the Authoritative restore should be performed, click Yes.
  8. Enter quit, and enter quit again to close the Ntdsutil command-line utility.
  9. Proceed to reboot the server.

Recovering IIS Metabase Data

To recover IIS metabase data:

Recovering from Complete Server Failures

To prepare to recover an Exchange Server 2003 server, you have to follow the requirements summarized below:

How to manually restore a system

  1. Start by installing a new operating system (same version) on the original system hardware and disk volume.
  2. Next, name the system using the same name as the original server. Do not join the domain at this point.
  3. Perform a basic installation – do not install any additional services during the installation of the operating system.
  4. Install all necessary hardware drivers.
  5. Update the operating system with all necessary service packs and security patches.
  6. Open the Disk Management console and then create the disk volumes needed. Format the disk volumes correctly and assign the proper drive letters.
  7. Proceed to join the server to the domain.
  8. Install any needed additional services or applications.
  9. Install Exchange Server 2003. You should use the same version of Exchange which was previously installed.
  10. Install all necessary Exchange service packs.
  11. You can at this point restore the Exchange data to the server.
  12. Start a full backup of the restored system.

How to back up system state data

  1. Open the Windows Backup utility.
  2. Start the Backup Or Restore Wizard.
  3. Click Next on the Welcome To The Backup Or Restore Wizard page.
  4. When the Backup Or Restore page opens, select the Back Up Files And Settings option and click Next.
  5. Select the Let Me Choose What To Back Up option on the What To Back Up page and click Next.
  6. Using the Items To Back Up box, select the System State checkbox. Click Next.
  7. In the Choose A Place To Save Your Backup box, set the location of the backup.
  8. In the Type A Name For This Backup box, set the name of the backup. Click Next.
  9. Click Report to verify that no errors have been encountered.

How to restore System State data

  1. Open the Windows Backup utility.
  2. Open Advanced mode by clicking the Advanced Mode option
  3. Select the Restore and Manage Media tab.
  4. Expand the media and backup to use for the restore.
  5. Enable the System State checkbox.
  6. Use the Restore Files list to choose Original Location.
  7. Click the Start Restore option
  8. Click OK to verify that the restore will overwrite the existing System State.
  9. Click OK on the Confirm Restore message box to start the restore process.
  10. Click the Report button to examine the restore report log

How to replicate restored data across the domain
To replicate restored data across the network, use the steps detailed next. The domain controller server has to be shut down when you begin this process.

  1. Proceed to restart the domain controller server
  2. Press F8 when the Please Select The Operating System To Start option is displayed
  3. This action displays the Advanced Options Menu
  4. Choose Directory Services Restore Mode
  5. Once the system starts, restore System State data and any other necessary files using the Windows Backup tool
  6. When the data is restored, use the Ntbackup command-line tool to specify objects as authoritative. This has to done prior to restarting the server
  7. Restart the server to replicate the data across the domain

How to perform an ASR restore

  1. Restart the Computer
  2. Insert the Windows XP Professional or Windows Server 2003 installation CD-ROM in the CD-ROM drive.
  3. Enter the text-mode part of setup
  4. When prompted, press F2 to start the Automatic System Recovery process.
  5. When prompted, insert the Windows Automated System Recovery disk into the floppy drive and then press any key to continue.
  6. Setup prepares for the Automated System Recovery.
  7. The basic version of the operating system is next loaded.
  8. Setup now proceeds to copy files to the hard drive, and then restarts the computer.
  9. The Automated System Recovery Wizard appears automatically, requesting the backup location.
  10. Select the backup location to continue with the remainder of the setup.
  11. After the Automated System Recovery process completes, the Backup utility opens automatically to restore the system.

How to restore an Exchange Server 2003 member server

  1. If you are able to access the hard disks of the problematic Exchange server, then you should copy the Exchange Server 2003 database files on the server to a different location.
  2. Next, if necessary, replace all damaged hardware.
  3. Proceed to install Windows 2003 on the server.
  4. Restore the Windows backup set to restore the Windows 2003 system files and registry database, and the IIS metabase files.
  5. Install all necessary service packs and software updates.
  6. Install all applications on the server.
  7. You can now run Exchange Server 2003 Setup in Disaster Recovery mode to install the Exchange applications and Exchange files. The configuration information of the original server that you recovered includes:
    • Storage group names
    • Mailbox store names
    • Public folder store names
    • Virtual server configuration
  8. Verify that each component which existed on the damaged server is selected for Disaster Recovery.
  9. Install Exchange Server 2003 to the same drive and directory.
  10. Install any Exchange Server service packs and hotfixes.
  11. Restore the Exchange Server 2003 databases.

Recovering Exchange Databases and Data

If you have created copies of the database files which you want to restore, you should perform a recovery using the online backup. The Exchange Information Store (IS) service controls the restore process.

The various functions that occur in the restore process are listed here:

You can also restore multiple stores to multiple storage groups simultaneously. This is done by running multiple instances of the Windows Server 2003 Backup utility. To do this, you need to perform the following tasks:

If you need to recover mailboxes where the default retention period of the mailbox retention option has passed, you would have to use a recovery server and perform the following activities:

One method of recovering mail from a corrupt database is to move the affected mailboxes to another server in the Exchange site. When you move mailboxes, all the components listed here are moved:

When the mailbox information is moved to the other server, the information is defragmented. Corruption is not migrated with the move.

If you need to recover a public folder, then you should use the process outlined below:

With OWA 2003, you can recover deleted Outlook items that have been removed from the Deleted Items folder. You can only though recover these items if the purge date configured on the Exchange server has not passed.

How to restore the Exchange database files (from tape)

  1. Open the Windows Backup utility.
  2. Click the Advanced Mode link to run the Backup utility in Advanced mode.
  3. Click the Restore Wizard (Advanced) button.
  4. The Restore Wizard initiates.
  5. Click Next on the Welcome To The Restore Wizard screen.
  6. The What to Restore page opens.
  7. Select the backup medium and then expand the items.
  8. Select the .edb and .stm files.
  9. Click Finish on the Completing the Restore Wizard page.
  10. The restore of the Exchange database files starts.
  11. Access the Restore Progress dialog box to view the backup log information.

How to move mailboxes between servers in an Exchange site

  1. Open Exchange System Manager.
  2. Navigate to and select the Administrative Group that contains the mailboxes which should be moved.
  3. Select each mailbox which should be moved.
  4. Click the Action menu and select Exchange Tasks.
  5. Click Next on the Exchange Task Wizard welcome page.
  6. On the Available Tasks page, select the Move Mailbox option and then click Next.
  7. The Move Mailbox page is displayed.
  8. The existing location of the mailbox is displayed in the Current Mailbox Store textbox.
  9. Use the Server drop-down list box and the Mailbox Store drop-down list box to specify the new location for the mailbox. Click Next.
  10. On the following page displayed, you have to specify how Mailbox Move handles corrupted messages in the mailbox.
  11. Click Next to start the mailbox move process.
  12. Click Finish.

How to recover deleted items using Outlook Web Access

  1. Open Outlook Web Access.
  2. Navigate to the Outlook Options area.
  3. Navigate to the Recover Deleted Items area.
  4. Click View Items.
  5. The Recover Deleted Items dialog box opens.
  6. Select each item that you want to recover.
  7. Click the Recover button.
  8. Click Close.
  9. All items specified to be recovered will be displayed in the locations from where they were previously deleted.
  10. If you want to purge items completely, then you have to select the Permanently Delete option. After this option is selected, you will be unable to recover those items in the Recover Deleted Items dialog box.
  11. Click OK.
  12. Click Close.

Restoring Mailboxes using Exmerge.exe

Once a database is restored to the Recovery Storage Group, the ExMerge utility (Exmerge.exe) can be used to move the mailbox data to the storage group. A Recovery Storage Group cannot be accessed by users because the group is disconnected. You can recover one mailbox or recover the entire database.

The requirements listed here have to be met to use a Recovery Storage Group:

The process for using a Recovery Storage Group to restore mailbox data is outlined here:

How to run the Exchange Mailbox Merge Wizard

  1. Install the Exmerge.exe and Exmerge.ini on the server.
  2. Start Exmerge.exe.
  3. The cc initiates.
  4. Click Next on the Exchange Mailbox Merge Wizard Welcome page.
  5. On the Procedure Selection page, select the Extract And Import (One-Step Procedure) option, and then click Next.
  6. On the Source Server page, select the source server.
  7. To control how the mailbox merge procedure runs, click the Options button.
  8. A dialog box is displayed, displaying a number of tab (pages) which can be used to define a number of options.
  9. On the Data page, you can define settings that control how much data is migrated. The default option is that the User Messages And Folders checkbox is enabled. Select which additional data should be included in the migration.
  10. On the Import Procedure page, you can specify how the migrated data is written to the destination mailbox.
  11. On the Folders page, you can specify which folders in the mailbox are included in the migration procedure. The default setting includes all folders in the migration. Specify which folders should be part of the migration process.
  12. On the Dates page, you can specify that only messages that fall within a certain date period are included in the migration procedure. The default setting includes all messages in the migration – the date is not considered.
  13. On the Message Details page, you can specify that only specific types of messages are included in the migration, based on criteria such as message subjects or attachment names.
  14. Click OK and click Next.
  15. On the Destination Server page, specify the name of the destination server for the migration and then click Next.
  16. On the Mailbox Selection page, select the mailbox in the available list that should be migrated, and then click Next.
  17. If you are migrating mailboxes to a server in a different local, specify the appropriate option in the available list and click Next.
  18. On the Target Directory page, select the folder that should be used to store the temporary files utilized in the migration. Click Next.
  19. Specify whether these settings should be saved or not saved, and then click Next.
  20. The Process Status window opens, showing the status of the migration procedure.
  21. Click Finish.

Restoring Exchange Server 2003 Clusters

The common restore processes that you would need to perform when restoring Exchange Server 2003 clusters are listed here:

How to pause and resume a node

  1. Click Start, Administrative Tools, and then click Cluster Administrator.
  2. In the left pane, select the node which you want to pause.
  3. Select the Pause Node command from the File menu item.
  4. To resume the node that was paused, click Start, Administrative Tools, and then click Cluster Administrator.
  5. In the left pane, select the node which was paused.
  6. Select the Resume Node command from the File menu item

How to evict a server node from the cluster

  1. Click Start, Administrative Tools, and then click Cluster Administrator.
  2. Stop Cluster Service running.
  3. Select the Evict Node command from the File menu item.
  4. Remove the node from the shared bus.
  5. Uninstall Cluster Service.
  6. Proceed to do the necessary maintenance tasks.
  7. When done, connect the node to the shared bus.
  8. Install Cluster Service, and then join the cluster.

Best Practices for Restoring Exchange Server 2003

A few best practices for restoring Exchange Server 2003 are listed here:



Top 5 Free Networking Tools

Bookmark Restoring Exchange Server 2003

Latest Blog Posts


English English GermanGerman SpanishSpanish FrenchFrench ItalianItalian PortuguesePortuguese RussianRussian DutchDutch
GreekGreek HindiHindi JapaneseJapanese KoreanKorean ChineseChinese Chinese (Simplified)Chinese (Simplified) ArabicArabic

Copyright 2009 Tech-FAQ. All rights reserved. Privacy Policy.