In my environment the Exchange databases are located on the D: drive.
- Dismount the database in question via the Exchange Management Console
- Via the command line, move to directory C:\Program Files\Exchange Server\Bin
- Test the information Store of the server. (my server is named MailLady)
isinteg.exe -s MailLady -test allfoldertests - Type the number of the database and hit Enter. Confirm with Y and then Enter again
- If all tests pass then run an integrity check on the database
eseutil.exe /g " D:\Exchange Databases\Mailbox Database.edb" /t "D:\Exchange Databases\Temp\temper.edb"
- If that passes then run a defrag of the database
eseutil.exe /d " D:\Exchange Databases\Mailbox Database.edb" /t "D:\Exchange Databases\Temp\temper.edb"
- After that finishes then mount the database via the Exchange Management Console
By default the eseutil command creates a temporary database inside the Bin directory on the system drive. Since my Exchange Server didn't have that much free room on the system drive I had to use the /t switch to move the temp database to a drive with more room.
No comments:
Post a Comment