The database (Priv.edb or Pub.edb) that has hit the 16-GB limit must be
decreased so that the affected process can be started and remain started.
First, the affected database must be defragmented to reclaim any free
space. This can be accomplished by doing the following:
- Defragment the database. To do so, run the following command:
edbutil /d /ispriv
-OR-
edbutil /d /ispub
NOTE: If you are using the 5.5 version of Microsoft Exchange Server, run the following command:eseutil /d /ispriv
-OR-
eseutil /d /ispub
- Start the information store service, let it run for a couple of minutes, and then stop the service gracefully. (This is done to make sure all uncommitted transactions are flushed into the database; see the "More
Information" section later in this article for details.)
- After the process is back up and running, perform a FULL online backup.
-OR-
After the process is back up and running, stop the information store service and perform an offline backup of the Exchsrvr\Mdbdata directory.
Defragmenting the database should result in a decrease in size of the
database; however, it is possible that the database will still be very
close to the 16-GB limit. Therefore, steps must be taken to decrease the
amount of information in that database. This can be accomplished by either
moving some users from this server to another server with more free space,
or implementing personal information store (PSTs) for users and having them
move mail into PSTs. The Mailbox Resources tab in the Microsoft Exchange
Administrator program can assist the system administrator in finding the
largest mailboxes.
It is a good idea to implement storage limits on user mailboxes in the
private information store. Storage limits can be configured through the
Exchange Administrator program and will help prevent from the database
reaching the 16-GB limit.
For more information about use of personal folders and storage limits, see
the online documentation.
NOTE: If users are moved to another server, the information store should be defragmented again by running
edbutil /d /ispriv or
edbutil /d /ispub so as to
reclaim the space used by the users who were moved.