Link to home
Start Free TrialLog in
Avatar of Prashant Girennavar
Prashant GirennavarFlag for India

asked on

Dump file - Windows

Hello Experts,

I have a simple question for which I dont have answer.

Question:

When windows server system shutdown due to power failure the the crash dump will be created?

I have a server which is crashing frequently due to powerfailure.

I have the dump configuration for kernel memory.

Thanks,

-Prashant Girennavar.
Avatar of Ben Hart
Ben Hart
Flag of United States of America image

Are you talking about c:\windows\minidump?
Avatar of Peter Hutchison
I have noticed, that if the pagefile is not set on the C: drive, you do not get the full dump file of memory (which is saved in c:\Windows\System.dmp. Other cases, you get a small kernel dump file. There are tools available to view dump files e.g. dumpchk, winDbg etc.

Articles
http://blogs.technet.com/b/askperf/archive/2008/01/08/understanding-crash-dump-files.aspx

http://support.microsoft.com/kb/315263
Avatar of TechOps07
TechOps07

If you have memory dump enabled you can find the logs at C:\Windows\Minidump.

you can always download and install the debugger from Microsoft but it can be full of Jargon at times.

Try http://www.osronline.com/page.cfm?name=analyze.

Also look in your System Event Log. I do believe the event number is 1074. This may give you more information as well.
The primary goal of opening the dump file is to find the filename of the file that caused the stop error to occur.. WinDBG is the best method of accomplishing that.
Avatar of Prashant Girennavar

ASKER

I completely agree with above answers.

But question is , WIll power failure on system create a dump file?

Thanks,

-Prashant Girennavar.
ASKER CERTIFIED SOLUTION
Avatar of Peter Hutchison
Peter Hutchison
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks