|
exchange
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Defrag data baseHello Friends:
My Exchange Server 2003 is running out of disk space, and I am trying to defrag the database file, but there isn't enough (only 2%) free space on the drive. Can I still defrag the database? Thanks. Running ESEUTIL Defragmenting a database requires free disk space equal to
110 percent of the size of the database http://smtp25.blogspot.com/2007/05/defragmenting-database-with-eseutil-and_01.html You can perfromt he defrag and have the new database created on separate disk assuming you have one (Eseutil with the /d /p) http://support.microsoft.com/kb/328804 good luck oz -- Show quoteHide quoteOz Casey Dedeal Systems Engineer MVP — (Exchange) MCITP (EMA) ,MCITP(EA),MCITP(SA), MCSE 2003| M+| S+ | MCDST Security+|Project+| Server+| o*@SMTp25.org http://smtp25.blogspot.com (Blog) http://telnet25.wordpress.com/ (Blog) "genghiz" <g**@ghiz.net> wrote in message news:udmkgLdqJHA.3432@TK2MSFTNGP04.phx.gbl... > Hello Friends: > > My Exchange Server 2003 is running out of disk space, and I am trying to > defrag the database file, but there isn't enough (only 2%) free space on > the drive. Can I still defrag the database? > > Thanks. > Thanks Oz, I guess I'll have to move the mailboxes from this store to a
different server as I don't have enought disk space to run eseutil. Show quoteHide quote "oz casey Dedeal" <telne***@Gmail.com> wrote in message news:22F86836-9F7F-4B53-8243-0F7771E45E43@microsoft.com... > Running ESEUTIL Defragmenting a database requires free disk space equal to > 110 percent of the size of the database > > > http://smtp25.blogspot.com/2007/05/defragmenting-database-with-eseutil-and_01.html > > You can perfromt he defrag and have the new database created on separate > disk assuming you have one (Eseutil with the /d /p) > > http://support.microsoft.com/kb/328804 > > good luck > oz > > > > -- > Oz Casey Dedeal > Systems Engineer > MVP — (Exchange) > MCITP (EMA) ,MCITP(EA),MCITP(SA), > MCSE 2003| M+| S+ | MCDST > Security+|Project+| Server+| > > o*@SMTp25.org > http://smtp25.blogspot.com (Blog) > http://telnet25.wordpress.com/ (Blog) > > > "genghiz" <g**@ghiz.net> wrote in message > news:udmkgLdqJHA.3432@TK2MSFTNGP04.phx.gbl... >> Hello Friends: >> >> My Exchange Server 2003 is running out of disk space, and I am trying to >> defrag the database file, but there isn't enough (only 2%) free space on >> the drive. Can I still defrag the database? >> >> Thanks. >> On Sat, 21 Mar 2009 05:13:43 -0400, "genghiz" <g**@ghiz.net> wrote: Thats always a better option than running eseutil anyway, so I would>Thanks Oz, I guess I'll have to move the mailboxes from this store to a >different server as I don't have enought disk space to run eseutil. do that regardless. Exactly.
If fact, you could move all the users to another server, then dismount and delete the store. After that create a new one and move an appropriate amount of users back. Show quoteHide quote "Andy David {MVP}" <ada***@pleasekeepinngcheesebucket.com> wrote in message news:e4n9s41k94ag767prsh5iek90nnmpig0fk@4ax.com... > On Sat, 21 Mar 2009 05:13:43 -0400, "genghiz" <g**@ghiz.net> wrote: > >>Thanks Oz, I guess I'll have to move the mailboxes from this store to a >>different server as I don't have enought disk space to run eseutil. > > Thats always a better option than running eseutil anyway, so I would > do that regardless. > > Thanks so much for your advise.
Show quoteHide quote "Martin Blackstone [MVP]" <mart***@myrealbox.com> wrote in message news:%23cnpHiiqJHA.3700@TK2MSFTNGP06.phx.gbl... > Exactly. > If fact, you could move all the users to another server, then dismount and > delete the store. > After that create a new one and move an appropriate amount of users back. > > "Andy David {MVP}" <ada***@pleasekeepinngcheesebucket.com> wrote in > message news:e4n9s41k94ag767prsh5iek90nnmpig0fk@4ax.com... >> On Sat, 21 Mar 2009 05:13:43 -0400, "genghiz" <g**@ghiz.net> wrote: >> >>>Thanks Oz, I guess I'll have to move the mailboxes from this store to a >>>different server as I don't have enought disk space to run eseutil. >> >> Thats always a better option than running eseutil anyway, so I would >> do that regardless. >> >> Defragmenting a database requires free disk space equal to 110 Percent of
the size of the database that you want to process. you can point the temp DB to network. The following sample command specifies the temporary database path and file name G:\Folder1\TempDfrg.edb: eseutil /d /ispriv /tG:\Folder1\TempDfrg.edb http://support.microsoft.com/kb/255035 Good luck oz -- Show quoteHide quoteOz Casey Dedeal Systems Engineer MVP - (Exchange) MCITP (EMA) ,MCITP(EA),MCITP(SA), MCSE 2003| M+| S+ | MCDST Security+|Project+| Server+| o*@SMTp25.org http://smtp25.blogspot.com (Blog) http://telnet25.wordpress.com/ (Blog) "genghiz" <g**@ghiz.net> wrote in message news:udmkgLdqJHA.3432@TK2MSFTNGP04.phx.gbl... > Hello Friends: > > My Exchange Server 2003 is running out of disk space, and I am trying to > defrag the database file, but there isn't enough (only 2%) free space on > the drive. Can I still defrag the database? > > Thanks. > That's technically not true. It can require UP TO 110%, but it really needs
something like 110% of the size of the resultant database after compaction. For example, if you have a 100-GB database that compacts down to 10 GB, then you might only need something like 11 GB of free space. -- Show quoteHide quoteEd Crowley MVP "There are seldom good technological solutions to behavioral problems." .. "oz.Casey Dedeal" <telne***@Gmail.com> wrote in message news:e8LsZkJrJHA.3700@TK2MSFTNGP06.phx.gbl... > Defragmenting a database requires free disk space equal to 110 Percent of > the size of the database that you want to process. you can point the temp > DB to network. > > > The following sample command specifies the temporary database path and > file name G:\Folder1\TempDfrg.edb: > eseutil /d /ispriv /tG:\Folder1\TempDfrg.edb > > http://support.microsoft.com/kb/255035 > > > > Good luck > oz > > > > -- > Oz Casey Dedeal > Systems Engineer > MVP - (Exchange) > MCITP (EMA) ,MCITP(EA),MCITP(SA), > MCSE 2003| M+| S+ | MCDST > Security+|Project+| Server+| > > o*@SMTp25.org > http://smtp25.blogspot.com (Blog) > http://telnet25.wordpress.com/ (Blog) > > "genghiz" <g**@ghiz.net> wrote in message > news:udmkgLdqJHA.3432@TK2MSFTNGP04.phx.gbl... >> Hello Friends: >> >> My Exchange Server 2003 is running out of disk space, and I am trying to >> defrag the database file, but there isn't enough (only 2%) free space on >> the drive. Can I still defrag the database? >> >> Thanks. >> Thanks gentlemen.
Show quoteHide quote "Ed Crowley [MVP]" <curspice@nospam.net> wrote in message news:ern7fqJrJHA.3992@TK2MSFTNGP04.phx.gbl... > That's technically not true. It can require UP TO 110%, but it really > needs something like 110% of the size of the resultant database after > compaction. For example, if you have a 100-GB database that compacts down > to 10 GB, then you might only need something like 11 GB of free space. > -- > Ed Crowley MVP > "There are seldom good technological solutions to behavioral problems." > . > > "oz.Casey Dedeal" <telne***@Gmail.com> wrote in message > news:e8LsZkJrJHA.3700@TK2MSFTNGP06.phx.gbl... >> Defragmenting a database requires free disk space equal to 110 Percent of >> the size of the database that you want to process. you can point the temp >> DB to network. >> >> >> The following sample command specifies the temporary database path and >> file name G:\Folder1\TempDfrg.edb: >> eseutil /d /ispriv /tG:\Folder1\TempDfrg.edb >> >> http://support.microsoft.com/kb/255035 >> >> >> >> Good luck >> oz >> >> >> >> -- >> Oz Casey Dedeal >> Systems Engineer >> MVP - (Exchange) >> MCITP (EMA) ,MCITP(EA),MCITP(SA), >> MCSE 2003| M+| S+ | MCDST >> Security+|Project+| Server+| >> >> o*@SMTp25.org >> http://smtp25.blogspot.com (Blog) >> http://telnet25.wordpress.com/ (Blog) >> >> "genghiz" <g**@ghiz.net> wrote in message >> news:udmkgLdqJHA.3432@TK2MSFTNGP04.phx.gbl... >>> Hello Friends: >>> >>> My Exchange Server 2003 is running out of disk space, and I am trying to >>> defrag the database file, but there isn't enough (only 2%) free space on >>> the drive. Can I still defrag the database? >>> >>> Thanks. >>> >
Exchange database import
Multiple Domain on one 2003 exchange server form based logon for OWA, ActiveSync, etc. in Exch 2007 Notification at alternate e-mail address Moving a store, post office to another server Mail 3.5 with Exchange 2007 Time off in mail Active Directory Name Change-how 2 move original email to new mail Cant email mail enabled folder contact sharing not connecting to address book |
|||||||||||||||||||||||