After extensive Exchange 2003 DB corruption, we have set a dial-tone as emergency means of service for our users, then began both restoring latest back-up to recovery group, and fixing with eseutil the corrupted database, in parallel.

As the fix going to surprisingly take less time, and also more complete then backup, we thinking of using the fixed database instead of recovery group for dial-tone.

So the question is what correct way to do it? Can we just swap and move the dial-tone to recovery group, and move back the fixed data-base to production store, then merge from dial-tone to production?

Or there are other issues we should take into account?

Thanks in advance.

link|improve this question

possible duplicate of Restoring from BackUp Exec to 2003 Recovery Storage Group – Jim B Jan 31 '11 at 17:20
Actually these are two different issues - we doing the restore in parallel. – SyRenity Jan 31 '11 at 17:36
feedback

1 Answer

up vote 3 down vote accepted

Using a repaired Exchange database (that is, a database that's had an ESEUTIL-based repair run on it) in production is discouraged by Microsoft in my experience. The repaired database may work, but you're not guaranteed that it won't have problems down the road.

I'd ExMerge out the contents of the repaired database and import it into the new "dialtone" database you created. You lose SIS when you do that, but you gain a measure of confidence that you're not just kicking database issues down the road to create future problems.

link|improve this answer
What about the recovery functionality in Exchange 2003, would it do the trick here? – SyRenity Jan 31 '11 at 17:25
I don't know what you mean when you say "he recovery functionality in Exchange 2003". What I'm saying (I'll edit for clarity) is: If you've run ESEUTIL on the database to repair it you're better off getting the data out of the repaired database and imported into a new, not-repaired database. – Evan Anderson Jan 31 '11 at 17:26
I meant the Recover Mailbox Data feature in 2003 SP2, instead of the ExMerge util: technet.microsoft.com/en-us/library/aa996155(EXCHG.65).aspx. As for you advice, it's very clear :), and thanks for sharing these important heads-up. – SyRenity Jan 31 '11 at 18:09
By the way, how SIS will influence the disk space? Will it kick in and start working once I recover items to new production (the dial-tone) DB? Thanks. – SyRenity Jan 31 '11 at 18:09
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.