Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

eseutil command

Status
Not open for further replies.

Hanson

MIS
Apr 23, 2001
85
US
I want to perform eseutil on priv.edb without automatically overwriting the original priv.edb with the temp file. I want to manually rename the temp file afterwards. I also want to keep the temp file on the D: partition as there is not enough room for the temp file on the C: (priv.edb is also located on D:).

What is the exact DOS command to achieve this?

Hanson

 
Hi Hanson, if you want to do a Defrag, here's a sample....ESEUTIL /d /ispriv /tD:\directory-name\tempdfrg.edb , note that there is NO space between the /t and the drive letter...
 
if you type in eseutil /? you will get the command line help.

Be careful with eseutil. use the commands in the wrong way and your exchange database may never start again.

Chris.
 
The first response was just a bit lacking. The command given will instruct the utility where to put the temp file, but does not keep the original, uncompacted, database. Use the following command:

eseutil /d /ispriv /tD:\%dir%\tempdfrg.edb /p

This (/p) keeps the original database in it's default location.
 
You can check out MS article (Q192185), it explains the Eseutil command and switches in detail.
 
If you do an offline copy of the database before you run the eseutil command you will have the the same effect. The priv will be in the same state.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top