How to defragment Exchange databases
Assuming a server has hit the 16GB "wall". Also assuming that there is 16GB free space on the disk run:
ESEUTIL /d "E:\program files\exchsrvr\mdbdata\priv1.edb" /t "E:\program files\exchsrvr\mdbdata\tempdfg.edb"
Notes:
- Disregard MS, the /p switch slows things down.
- ESEUTIL is not in the path.
- E:\program files\exchsrvr\mdbdata\tempdfg.edb is now the name of the defragged Private Information store.
Once defragging is complete:
- Rename Priv1.mdb to OLDPriv1.mdb
- Rename Tempdfg.edb to Priv1.edb
- Mount the Information Store
More...
0 Comments:
Post a Comment
<< Home