Microsoft has a fix that will allow you to temporarily extend the database size in E2k to allow you enough space to start and then defrag. You can call PSS at 1-800-936-4900 for this.
Also here is my defrag template that explains the process and different scenarios
=======
1. Run an offline defragmentation. This will take run at about 2-5GB per hour, depending on hardware. An offline defragmentation has certain disk space requirements. You will need disk space equal to your database size plus and additional 10 percent. For example, if your database is 16GB, you will need an additional 16GB of space plus an additional 10 percent (1.6GB) to run.
If disk space is at a premium, the temporary database created during the defrag can be redirected to a drive with more space or a network drive. The following 3 Scenarios describe the different options.
Scenario A.
If you have the disk space requirements, to run an offline defragmentation, go to a command prompt and change to your Exchsrvr\bin folder. The syntax would be
Eseutil /d <database path>
Eseutil /d “c:\program files\exchsrvr\mdbdata\priv1.edb”
Repeat the steps for the public database (pub1.edb file)
Note the priv1.stm and pub1.stm files do NOT need to be defragmented.
*Database path needs to be in quotes if located in “program files\exchsrvr\mdbdata” if path is exchsrvr\mdbdata the path does not need quotes.
Scenario B.
If because of disk space, you need to redirect the temp database to another drive on the same server use the syntax below. In this example, a folder created for the temp database on the F drive is called Defrag the syntax would be
Eseutil /d “c:\program files\exchsrvr\mdbdata\priv1.edb” /tF:\defrag\tempdfrg.edb
Or
Scenario C.
To redirect the temp database to a mapped network drive the following syntax would be used
For example we mapped a drive Z to a folder called Defrag on a network share
Eseutil /d <path> /tz:\tempdfrg.edb
Eseutil /d c:\exchsrvr\mdbdata\priv1.edb /tz:\tempdfrg.edb
***when redirecting the temp database to a network drive the defrag will take significantly longer*****
2. Once the degrag has completed, we will need to free up significant space in the database so you are not in danger of shutting down again. To accomplish this
a. Set deleted items retention to 0. This can be found by going to the properties of the mailbox store and the Limits tab "Keep deleted items for"
b. Have users delete old items, empty their deleted items and/or move items to a pst file
c. A cycle of online maintenance needs to be run following these deletions. On the properties of your Mailbox Store on the Database tab, hit the Customize button on Maintenance Interval and set to always (extend the green bar all the way)
d. When online maintenance has started (it may take 30 minutes to start) and finished you will see these informational events in your Application log in Event Viewer.
Event ID: 700
Source: ESE
Type: Information
Category: Online Defragmentation
Description: MSExchangeIS (170) Online Defragmentation is beginning a full pass on database 'C:\exchsrvr\mdbdata\priv1.edb'.
The defrag may take several hours to complete and upon complete will log the following in the application log:
Event ID: 701
Source: ESE
Type: Information
Category: Online Defragmentation
Description: MSExchangeIS (170) Online Defragmentation has completed a full pass on database 'C:\exchsrvr\mdbdata\priv1.edb'.
e. When this completes run another offline defragmentation to free up space in the database.
More Information
A permanent resolution to this would be to upgrade, if possible, to Exchange Enterprise Edition which has an unlimited database size. For more information see the following KB article
170280 XADM: Upgrading From Exchange Server Standard Edition to the Enterprise
If upgrading to Enterprise Edition is not an option, you may want to implement mailbox limits to help prevent the database from getting too large. This can be implemented on the entire mailbox store. Individual limits can be set on a per mailbox basis if you have executive mailboxes that require higher storage limits. For more information, see the following KB article
319583 HOW TO: Configure Storage Limits on Mailboxes in Exchange 2000
======
Hope this info is helpful
--
Melissa Travers, MCSE
Microsoft Exchange Support
Please do not send email directly to this alias. This alias is for newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.