okalb 104 #1 November 11, 2005 Anyone know a way to restore an exchange 5.5 servers information store to a new box. Server is dead. I have a complete backup of the exchange directory stucture including the .edb files, but I know that in 5.5 you have to restore them to the same box. I am creating a new mail infrastructure, so I am not concerned about the future. I just need to get the saved mail out of the priv.edb. Any ideas? -OKTime flies like an arrow....fruit flies like a banana Quote Share this post Link to post Share on other sites
sd-slider 0 #2 November 11, 2005 Let me call my Xadmin and see what I can do...Anvil Brother #69 Sidelined with a 5mm C5-C6 herniated disk... Back2Back slammers and 40yr old fat guys don't mix! Quote Share this post Link to post Share on other sites
IanHarrop 41 #3 November 11, 2005 I haven't had to do this in years so I can't give any real intelligent tips but heres one thing you might look at . http://www.tek-tips.com/faqs.cfm?fid=3389"Where troubles melt like lemon drops, away above the chimney tops, that's where you'll find me" Dorothy Quote Share this post Link to post Share on other sites
skeletor 0 #4 November 11, 2005 from a doc I wrote a couple of years back... How to restore Exchange 5.5 in 10 easy steps.. 1. Install Exchange so that the Org and Site are the same name as the one being restored from. DO NOT connect to an existing site. The server name does not matter. 2. Install any SP's so that the server is the same level as the one being restored from. 3. Restore the data to the target server. 4. Start the IS service. 5. Stop the IS service. 6. Run “C:\exchsrvr\bin\ISINTEG -PATCH" 7. Start the IS service. 8. From Exchange Admin, highlight the server and select properties. From the advanced tab select Consistency Adjuster. Select Synchronize with the directory and filter all inconsistencies then click OK. 9. Change the permissions on the mailbox to use the account you are currently logged in with. 10. Open the mailbox and export the selected items of mail to a PST file. Quote Share this post Link to post Share on other sites
SudsyFist 0 #5 November 11, 2005 Quote6. Run “C:\exchsrvr\bin\ISINTEG -PATCH" You forgot "7. Pray." Quote Share this post Link to post Share on other sites
skeletor 0 #6 November 11, 2005 QuoteQuote6. Run “C:\exchsrvr\bin\ISINTEG -PATCH" You forgot "7. Pray." you must be thinking of eseutil /p... isinteg -patch is harmless. Quote Share this post Link to post Share on other sites
SudsyFist 0 #7 November 11, 2005 QuoteQuoteQuote6. Run “C:\exchsrvr\bin\ISINTEG -PATCH" You forgot "7. Pray." you must be thinking of eseutil /p... isinteg -patch is harmless. You just outgeeked me. Touche. I'll cushion my wounds by noting that I haven't dealt with 5.5 since 2001 or so. Quote Share this post Link to post Share on other sites
ReBirth 0 #8 November 11, 2005 Quote6. Run “C:\exchsrvr\bin\ISINTEG -PATCH" That's key.... I have to restore every couple of months to a different box to test our DR processes. It seems like everything is all fucked up until you run the magic isinteg -patch. Then magically it all starts working. Quote Share this post Link to post Share on other sites
okalb 104 #9 November 11, 2005 Thanks for the response. I am with you up until the start the IS service. If I restore the old .edb files the service won't start.Time flies like an arrow....fruit flies like a banana Quote Share this post Link to post Share on other sites
skeletor 0 #10 November 11, 2005 are you restoring from an on-line backup or do you just have a copy of the databases from an off-line backup ? With on-line backups the store is in an inconsistent state until the log files and patch file are replayed when the store is started in step 4. Check the state of the store with "eseutil /mh priv.edb" (from wherever your priv.edb is located).. you should see something like this: C:\exchsrvr\mdbdata>eseutil /mh priv.edb Microsoft(R) Windows NT(TM) Server Database Utilities Version 5.5 Copyright (C) Microsoft Corporation 1991-1999. All Rights Reserved. Initiating FILE DUMP mode... Database: priv.edb Format ulMagic: 0x89abcdef Engine ulMagic: 0x89abcdef Format ulVersion: 0x620,2 Engine ulVersion: 0x620,2 DB Signature: Create time:1/13/2005 17:1:16 Rand:67798 Computer: cbDbPage: 0 dbtime: 409273 State: Consistent Shadowed: Yes Last Objid: 510 Scrub Dbtime: 0 Scrub Date: 00/00/1900 00:00:00 Repair Count: 0 Repair Date: 0/0/1900 0:0:0 etc etc etc... if it is consistent then just go to step 6 and run the isinteg -patch... If that doesn't work PM me and I'll give you an email address to send the app log to. Quote Share this post Link to post Share on other sites
okalb 104 #11 November 11, 2005 I just have an offline backup of the entire exchsrvr folder including the databases. I am going to work on this tomorrow and I'll let you know what happens with the eseutil. Thanks for the help. I am not really an exchange guy and this wasn't setup by me.Time flies like an arrow....fruit flies like a banana Quote Share this post Link to post Share on other sites
okalb 104 #12 November 11, 2005 Worked like a charm. I created the .pst files and restored the mail this afternoon. Thanks for your help. If you ever make it out to z-hills, jumps are on me.Time flies like an arrow....fruit flies like a banana Quote Share this post Link to post Share on other sites