Re: Automate Exchange Database defrag
From: Channing Heffney[MSFT] (chanh_at_online.microsoft.com)
Date: 02/11/04
- Next message: Mark Fugatt [MVP]: "Re: M"
- Previous message: Jim: "Re: Event ID 12002 is repeatedly logged in the event log"
- In reply to: Jim: "Automate Exchange Database defrag"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 11 Feb 2004 15:54:16 -0500
You can create a batch file that will do it for you.
Here is a sample
net stop msexchangeis
cd c:\program files
cd exchsrvr
cd bin
eseutil /d "c:\program files\exchsrvr\mdbdata\priv1.edb"
net start msexchangeis
end sample
-- chanh@online.microsoft.com 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. "Jim" <jbourque@diamonddiagnostics.com> wrote in message news:7b4701c3efd9$99713220$7d02280a@phx.gbl... > Hi Amila: > > Any luck on finding a tool to do this. I'm currently > facing the same dilemma. > > -- Jim > >-----Original Message----- > >I am looking for a way to automate exchange database > defrag. THis should > >1. Dismount Store > >2. defrag > >3. Mount Store. > > > >It make life easier for us since our exchange server has > about 10 stores and > >ability to schedule a defrag job would be the best > solution. > > > > > >Amila > > > > > >. > >
- Next message: Mark Fugatt [MVP]: "Re: M"
- Previous message: Jim: "Re: Event ID 12002 is repeatedly logged in the event log"
- In reply to: Jim: "Automate Exchange Database defrag"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|