Link to home
Create AccountLog in
Avatar of sdeblock
sdeblock

asked on

Exmerge Causes SBS2003 Crash...

Hi!

Have a MS SBS2003 fully patched server, I have the client running exmerge as an alternate "backup" method (cheap bastards).  Every 30 minutes, in the middle of the exmerge which appears to be running fine, the server crashes (hard boot).  There is not one log event that can tell me what is going on for windows and exmerge.

Any thoughts - TIA??

Steve
Avatar of michaelgoldsmith
michaelgoldsmith
Flag of United States of America image

ExMerge may be coming across a corrupted mailbox and crashing the server before it can write anything to the log files.

Try running ExMerge on batches of 3 -5 users mailboxes to determine the group that might be the issue and then narrow it down from there.
ASKER CERTIFIED SOLUTION
Avatar of Philip Elder
Philip Elder
Flag of Canada image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Next step:
Check the integrity of your partitions:
 chkdsk /f on data partitions.
 chkdsk /f on OS partition and answer yes to running on next reboot.

Please make sure your backups are good beforehand.

Philip
Avatar of sdeblock
sdeblock

ASKER

Thanks for the updates fellas - I'm back out at that client soon after this current project!  I'll update next week.
BTW - these clowns don't want a BACKUP per say - they want to see PST / Archive files - CHEAP CHEAP Bastards!!
As someone else points out above, the built-in SBS backup is what you should be using to backup your server. It will backup the Exchange mailbox store as well and is "free".
I took the edb's offline and ran eseutil /g (database's ok), then ran eseutil /d, priv1.edb was heavily fragmented.  Exmerge ran with out issue after that and 10x faster.  Thanks for your advice!