This article describes how to Backup and Restore your Exchange Server databases with the help of NTBACKUP in Windows 2003.
Server 2003 has a Built-In Backup program called NTBACKUP which you can use to backup your Windows environment. NTBACKUP is now enhanced to allow backups of your Exchange Server databases.
NTBACKUP features
- Local and remote backup of data
- Exchange Backup ready
- Scheduled Backups
- Volume Shadow Copy support
- Integration with Removable Storage from Windows 2003
How do you enhance NTBACKUP with the capability to Backup Exchange 2003 without installing Exchange Server?
You must install the Exchange System Manager on the Backup Server to backup Exchange Server. It is possible to backup the Exchange Server without Exchange System Manager with the following trick:
Copy ESEBCLI2.DLL from the Exchange 2003 CD into the EXCHSRVR\BIN folder
Add the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\BackupRestore\DLLPaths – REG_EXPAND_SZ - esebcli2 - c:\exchsrvr\bin\esebcli2.dll.
After modifying the registry you can use NTBACKUP to backup the remote Exchange Server by clicking – Tools – Remote Store.
It is possible to Backup Exchange Online or Offline. The recommended method is to Backup the Exchange Server Online. An online backup can backup the Exchange Server databases without the interruption of Exchange services.
An offline backup is a simple copy of the Exchange database files. The Exchange Information store must be stopped before NTBACKUP can be used to Backup your Information store.
Beginning with Exchange 2003 it is possible to do Exchange 2003 Volume Shadows Copy backups with 3rd party Backup applications, but not with the built-in Windows Server 2003 NTBACKUP utility.
The Volume Shadow Copy service coordinates its communication between Requestors (backup applications), Writers (applications like Exchange Server 2003), and Providers (software or hardware components that create the shadow copies). To use the Volume Shadow Copy service to backup Exchange Server 2003, the backup program must include an Exchange Server 2003 aware Volume Shadow Copy service requestor. Because the NTBACKUP program has no such requestor, organizations must use third-party backup applications or implement Exchange 2003 SP1 in its organization.
Backup choices
- Minimum selection is the storage group (SG) to truncate log files
- VSC can create a Snapshot from multiple SG at the same time
Restore choices
- You can choose the entire storage group or a single database or multiple databases from a single Storage Group
- Exchange 2003 RTM supports full backups and copy backups
- All databases must be mounted to purge logfiles.
Start the Backup process
During an online backup, the .edb, .stm, and .log files that comprise the Exchange store are being backed up and checked for corruption. The Exchange database store is checked for corruption at file system level. File system level damage may be caused by unreliable hardware, firmware, or disks. This check is done by verifying the checksums on each 4 KB block or page in the database. If there is a checksum failure, backup will terminate (Exchange will not allow you to back up an Exchange store with a wrong checksum in it). This is typical for the 1018 error.
Choose a place to save the Backup files.
Choose a Backup device
It is possible to disable Volume Shadow Copy.
NTBACKUP options
The Backup process will begin.
The running NTBACKUP process
You can see the status of your Exchange Backups when you start the event viewer and select the application log.
The type of Backup depends on the configuration of circular logging. You can specify circular logging settings at the Exchange Storage Group level.
Restore
After a successful Backup it is possible to do an Exchange Server restore in case of emergency.
You must ensure that the Exchange database store to restore is not mounted. You can dismount an Exchange Database Store in the Exchange System Manager by right clicking the database.
Start the NTBACKUP program and select Restore and Manage Media.
NTBACKUP restore process
In the following screen you must select the Server to restore the data, a temporary location for log and patch files (this directory must be empty).
Click Last Restore Set when this is the last restore device (this is also possible with ESEUTIL)
Click Mount Database after Restore if you want to automatically start the restored database.
Restore Progress
You can read the Logfile after a successful or unsuccessful Exchange restore.
NTBACKUP Logfile
The following screenshots shows the Exchange Server MDBDATA directory. As you can see, there are now more Exchange Server Transaction Logfiles except the actual logfile
You can also refer to the below MS KB :
http://support.microsoft.com/kb/258243