Link to home
Start Free TrialLog in
Avatar of media3printing
media3printing

asked on

Server rebooting with Error code 000000d1, parameter1 00000060, parameter2 d0000002, parameter3 00000000, parameter4 f77f2707.

We have windows 2003 enterprise

Today our system crashed and rebooted with the following System Error
Event 1003

Error code 000000d1, parameter1 00000060, parameter2 d0000002, parameter3 00000000, parameter4 f77f2707.

I attached a mini dump to this post as well
Avatar of Pete Long
Pete Long
Flag of United Kingdom of Great Britain and Northern Ireland image

Hello media3printing,

Server Crash and BSOD

Make sure the server logs a crashdump file.

Note Ensure there is at least 1.5 times the server?s physical memory available as a page file on the system drive for this to work.

1. Right Click My Computer > Properties > Advanced.
2. Under Start-up and recovery > Settings.
3. Set Write Debugging information to "Kernel Memory Dump"
4. Ensure the file is set to dump to %SystemRoot%\MEMORY.DMP
5. Make sure "Overwrite any Existing file" is selected > OK

Install the Debugging tools

http://www.microsoft.com/whdc/devtools/debugging/default.mspx
Symbol packages can be go if needed from here http://www.microsoft.com/whdc/devtools/debugging/symbolpkg.mspx

When the Crash occurs

1. Copy the memory.dmp file to the servers desktop
2. Start > Programs > Debugging tools for Windows > WinDbg
3. File Open Crash Dump> Navigate to the dump you saved on the desktop > Open > Yes
4. Your first Clue to the problem will be

Probably caused by : filename. Extension (filename)

5. Google that filename and see what it is.
6. For a detailed analysis type the following commands

 .symfix {enter}
 .reload {enter}
 !Analyze -v {enter}

7. Read the report!

Regards,

PeteLong
Avatar of media3printing
media3printing

ASKER

im not sure if you noticed, but i already provided the dump file
There is no attached dmp. Zip your dmp's then upload the using the Link below and post the link to the upload here.

http://www.ee-stuff.com
Either ask for a deletion of the Q, or post your solution in a separate post. Your reason for closing in the Closing request can't viewed when the Q is closed and therefore useless as a PAQ.
ASKER CERTIFIED SOLUTION
Avatar of WhackAMod
WhackAMod
Flag of United States of America 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