To resolve this issue, follow these steps.
Step 1: Dismount any mounted stores
To dismount a store, follow these steps:
- Start the Exchange System Manager program.
- Expand Administrative Groups, expand the administrative group, expand Servers, and then expand the server that is experiencing the issue.
- Expand the storage group that contains the store that you want to dismount, right-click the appropriate store, and then click Dismount Store.
- Click Yes to confirm that you want to dismount the store.
Step 2: Determine the shutdown state of the Exchange Server stores
Use the Eseutil program to determine the shutdown state of each store in the storage group. To do this, follow these steps:
- Open a command prompt, and then use the cd command to change to the Exchsrvr\Bin directory.
For example, change to the c:\Program Files\Exchsrvr\Bin directory. - Type the following command, and then press ENTER:
eseutil /mh Database_File_Name
Note To determine the name of the database file that corresponds to a particular store, follow these steps:- Start the Exchange System Manager program.
- Expand Administrative Groups, expand the administrative group, expand Servers, and then expand the server that is experiencing the issue.
- Expand the storage group that contains the store that you want, right-click StoreName (ServerName), and then click Properties.
For example, right-click Mailbox Store (Exchange-1), and then click Properties. - Click the Database tab, and then note the path and the file name that appear in the Exchange database box.
For example, a database path such as "C:\Program Files\Exchsrvr\mdbdata\priv1.edb" appears in this box.
For example, to examine the database headers of the "C:\Program Files\Exchsrvr\mdbdata\priv1.edb" file, type eseutil /mh c:\progra~1\exchsrvr\mdbdata\priv1.edb, and then press ENTER.
This command displays the database file header.
The database file header contains one of the following entries:- State: Clean Shutdown
- State: Dirty Shutdown
You can use this entry to determine the shutdown state of the particular database. - Repeat step 2 for each database in the storage group.
Step 3: Move the log files from the affected storage group
Move all the database log files and all the checkpoint files for the storage group from the location in which they are stored to a new location.
Important In this step, do not change the location where transaction log files are stored. Move only the existing log files from the folder where they are stored to a new location for backup. This action helps recover the data if you have to recover the data from an earlier database.
The log files have a .log file name extension. Generally, these files have names such as E0000010.log, E0000011.log, E0000012.log, and so on. The checkpoint files have a .chk file name extension. Generally, a checkpoint file has a name such as E00.chk.
Note By default, Exchange Server stores the log files and the checkpoint files in the same folder as the database files. To determine where the log files for a particular storage group are located, follow these steps:
- Start the Exchange System Manager program.
- Expand Administrative Groups, expand the administrative group, expand Servers, and then expand the server that is experiencing the issue.
- Right-click the storage group for which you want to determine the log file location, and then click Properties.
For example, right-click First Storage Group, and then click Properties. - On the General tab, note the path that appears in the Transaction log location box.
For example, a path such as "C:\Program Files\Exchsrvr\mdbdata" appears in this box.
Step 4: Mount the stores in the affected storage group
To mount a store, follow these steps:
- Start the Exchange System Manager program.
- Expand Administrative Groups, expand the administrative group, expand Servers, and then expand the server that is experiencing the issue.
- Expand the storage group that contains the store that you want to mount, right-click the appropriate store, and then click Mount Store.
- Click OK when you receive the following message:
The store was successfully mounted.
Step 5: Wait for new log files to be generated, and then perform a full online backup of the storage group
After the stores have mounted successfully, allow time for new transaction log files to be generated. Then, perform a full online backup of the Exchange Server storage group.
After the backup program finishes backing up Exchange Server, examine the log files from the backup operation to verify that no errors appear.