nesanjoseph
Joined: 01 Jun 2009
Posts: 15
|
Posted:
Thu Jun 18, 2009 5:59 am Post subject:
eseutil /mh output |
|
|
Dear all,
I need some clarifications on the output displayed when executing the "eseutil /mh <database_path>" command. I got an output for my information store when I ran the command "eseutil /mh <My_Database_Name.edb>"
-----------------------------------------8<---------------------------------------------
Microsoft(R) Exchange Server Database Utilities
Version 6.5
Copyright (C) Microsoft Corporation. All Rights Reserved.
Initiating FILE DUMP mode...
Database: C:\Program Files\Exchsrvr\SecondStorageGroup\MailboxStore.edb
File Type: Database
Format ulMagic: 0x89abcdef
Engine ulMagic: 0x89abcdef
Format ulVersion: 0x620,9
Engine ulVersion: 0x620,9
Created ulVersion: 0x620,9
DB Signature: Create time:06/17/2009 20:02:27 Rand:3992323111 Computer:
cbDbPage: 4096
dbtime: 13848 (0-13848)
State: Dirty Shutdown
Log Required: 2-2
Streaming File: Yes
Shadowed: Yes
Last Objid: 116
Scrub Dbtime: 0 (0-0)
Scrub Date: 00/00/1900 00:00:00
Repair Count: 0
Repair Date: 00/00/1900 00:00:00
Last Consistent: (0x1,128A,1C4) 06/17/2009 20:14:55
Last Attach: (0x1,128C,90) 06/17/2009 20:15:18
Last Detach: (0x0,0,0) 00/00/1900 00:00:00
Dbid: 1
Log Signature: Create time:06/17/2009 20:02:22 Rand:3992309616 Computer:
OS Version: (5.2.3790 SP 2)
Previous Full Backup:
Log Gen: 1-1 (0x1-0x1)
Mark: (0x1,129B,16F)
Mark: 06/17/2009 20:16:46
Current Incremental Backup:
Log Gen: 0-0 (0x0-0x0)
Mark: (0x0,0,0)
Mark: 00/00/1900 00:00:00
Current Full Backup:
Log Gen: 2-0 (0x2-0x0)
Mark: (0x2,8,1AB)
Mark: 06/17/2009 20:17:37
Current snapshot backup:
Log Gen: 0-0 (0x0-0x0)
Mark: (0x0,0,0)
Mark: 00/00/1900 00:00:00
cpgUpgrade55Format: 0
cpgUpgradeFreePages: 0
cpgUpgradeSpaceMapPages: 0
Patch Current Full Backup:
Log Gen: 2-2 (0x2-0x2)
Mark: (0x2,8,1AB)
Mark: 06/17/2009 20:17:37
Operation completed successfully in 1.16 seconds.
---------------------------------->8--------------------------------
Please note the following two lines that appeared above:
------------------8<-----------------
State: Dirty Shutdown
Log Required: 2-2
------------------8<-----------------
The "Log Required" is "2-2". What does that mean? What are all the log files missing? How can I know the log file names that are missing? Please advice.
Many thanks in advance,
Nesan Joseph R.
|
|
VijayaRelangovan
Joined: 15 Jul 2009
Posts: 8
|
Posted:
Wed Jul 15, 2009 8:18 am Post subject:
Re: eseutil /mh output |
|
|
As per the output, it seems that the database is dirty shutdown,That is, the database is not complete, and it requires two other log files to make the database to clean shutdown
The reason is, The ESE keeps writing the database when there is mailflow in the server. The ESE also create log files for the same.
The logfiles are used to recover the database in case of database crash.
Now, to resolve your problem, you can run softrecovery to recover the database. refer the link http://technet.microsoft.com/en-us/library/aa997761(EXCHG.65).aspx. Provided you have the required log files
If that fails you can run Hard recovery or do a hard repair |
|