About Me

Name: Ali Hassan
Age:   29
Location: Dubai (UAE)

Welcome to my space on the web, here you will find everything you need to know about my network of friends, whatz happening in their lives and some interesting posts and some usefull content which might interest you!!! Harassment.

 


Connections
Ali Hassan's Profile
Ali Hassan's Facebook Profile


Login

Entries in exchange 2003 (2)

If the mailbox size is different in ESM and in Outlook

If you check a user's mailbox size in Exchange system manager and it shows a different value as compared to the mails you have in the outlook client then this might be one of the possible issues that the server is facing.

Go to --> HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MSExchangeIS\<servername>\Private-<MailboxStoreGUID>

Check for the registry keys if present Background cleanup and Track Duplicates

Registry entry name: Background Cleanup
Value type: REG_ DWORD
Value data: 60000 (decimal) or 0xEA60 (hexadecimal) 4.

Registry entry name: Track Duplicates
Value type: REG_ DWORD
Value data: 1

If not present please create these 2 reg keys and after restarting the information store service the ESM mailbox size and Outlook mailbox size should be the same.

-Alstar

How to run Eseutil in recovery mode

ALWAYS forget this command line and trust me guys it is very helpful, if you have a exchange database in a dirty shutdown and fortunately you have the log files required you can perform a soft recovery and replay the required log files back into the database to get it in a Clean Shutdown.

The command you wants use is:

Eseutil /r E00 /L<path to the logfiles> or

Eseutil /r E00 /I /d"database_folder_path"

 

Also I want to tell you guys about a switch which I use a LOT in order to free up space on my log file drive where your backup fails and the exchange logs are filling up the drive very quickly...

The command to use is:

 Eseutil /mk <path to the checkpoint file>

 

Initiating FILE DUMP mode...
      Checkpoint file: F:\Exchsrvr\mdbdata\First Storage Group\E00.chk

      LastFullBackupCheckpoint: (0x0,0,0)
      Checkpoint: (0x3CC86,2480,0)   <-------------------------------
      FullBackup: (0x3C472,8,16)
      FullBackup time: 06/25/2008 19:55:52
      IncBackup: (0x0,0,0)
      IncBackup time: 00/00/1900 00:00:00
      Signature: Create time:03/17/2008 09:58:38 Rand:319272655 Computer:
      Env (CircLog,Session,Opentbl,VerPage,Cursors,LogBufs,LogFile,Buffers)
          (    off,    352,  17600,   2492,  17600,    500,  10240, 229376)

Operation completed successfully in 1.235 seconds.

 

You can delete all the log files upto Ox3CC86 while the database is mounted and it will not affect anything!!

 

-Alstar