Performing maintenance on your Exchange 2007 database(s).

When you’ve an up and running Microsoft Exchange 2007 environment, you’ve to perform some maintenance on your databases after some time. You can use the tool ESEUTIL for this job. Let’s have a look on some commands.

1) Open the commandline
2) Type in eseutil /?
3) Choose the right switch

———————————————————————–
Checking your database integrity: (Note: make sure you’ve dismounted your database(s)!! )
eseutil /g “E:\Database\SG01\MD01.edb” /t “E:\TMP\TEMPINTEG.edb”

eseutil /g: tool with the check integrity option
“E:\Database\SG01\MD01.edb”: location of the database(s)
/t “E:\TMP\TEMPINTEG.edb”: location of the temperary database file

ese_g_01    ese_g_02    ese_g_03
———————————————————————–

Repairing a corrupted or damaged database:  (Note: make sure you’ve dismounted your database(s)!! )
eseutil /p “E:\Database\SG01\MD01.edb” /t “E:\TMP\TEMPREPAIR.edb”

eseutil /p: tool with the repair option
“E:\Database\SG01\MD01.edb”: location of the database(s)
/t “E:\TMP\TEMPREPAIR.edb”: location of the temperary database file

r_ese_01    r_ese_02    r_ese_03
———————————————————————–

Offline defragmentation of a database:  (Note: make sure you’ve dismounted your database(s)!! )
eseutil /d “E:\Database\SG01\MD01.edb” /t “E:\TMP\TEMPDEFRAG.edb”

eseutil /d: tool with the offline defragmentation option
“E:\Database\SG01\MD01.edb”: location of the database(s)
/t “E:\TMP\TEMPDEFRAG.edb”: location of the temperary database file

d_ese_01    d_ese_02    d_ese_03

d_ese_04    d_ese_05
———————————————————————–


6 Responses to “Performing maintenance on your Exchange 2007 database(s).”

  1. gravey pit says:

    It looks like you’ve pulled together quite the respectable following these days! I’m glad to see it!

  2. This is truly so cool :D Thankyou for putting this online!

  3. Pretty good post. I just stumbled upon your blog and wanted to say that I have quite enjoyed reading your blog posts. Any way I will be subscribing to your feed and I hope you article once more soon.

  4. Well, I believe that clears up 2 difficulties for me personally. How about anyone else?

  5. Nice site and great text.

  6. hey there, this might be little offtopic, but i am hosting my site on hostgator and they will suspend my hosting in 4days, so i would like to ask you which hosting do you use or recommend?

Leave a Reply