- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Windows Server 2003
- >
- Bug Check 0x8E:
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-06-2004 12:38 AM
тАО12-06-2004 12:38 AM
Bug Check 0x8E:
Other 2 Hd 72.8 gb in Raid 1.
Smart array 640 192mb.
Problem:
During normal operation , this crash with Bug Check 0x8E: KERNEL_MODE_EXCEPTION_NOT_HANDLED.
We have replaced:support memory Card ,Main Bord,Smar Array with cache.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-06-2004 12:50 AM
тАО12-06-2004 12:50 AM
Re: Bug Check 0x8E:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-06-2004 02:30 PM
тАО12-06-2004 02:30 PM
Re: Bug Check 0x8E:
Krzysztof has the right idea. Install newer items from here:
http://h18023.www1.hp.com/support/files/server/us/locate/69_3991.html
Start with BIOS and firmware (read directions carefully!), the PSP (Proliant Service Pack), drivers, etc.
Make a great day!
Roger
Roger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-06-2004 10:22 PM
тАО12-06-2004 10:22 PM
Re: Bug Check 0x8E:
Have you another good idea ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-06-2004 10:26 PM
тАО12-06-2004 10:26 PM
Re: Bug Check 0x8E:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-07-2004 01:50 AM
тАО12-07-2004 01:50 AM
Re: Bug Check 0x8E:
Go into the Control Panel and select the System Icon then Advanced then Startup and Recovery. make sure Write an Event to the System Log is checked and change the box under Write Debugging Information to Small Memory Dump (64K) then OK.
This should cause it to write the BSOD message to the System Log and also to create a minidump file in the Minidump folder under Winnt. If you right click on My Computer and select Manage a new screen will appear. Select Event Viewer then System and you will find a list of system events. Look for those with a red mark and double click on them to open them. If you find the one that talks about the crash then you can copy it to the clipboard by pressing the bottom of the three buttons and then reply to this thread and use Ctrl + v to paste it into the reply. Post one of the minidump files here as an attachment and I will try to read it or you can follow the instructions at:
http://support.microsoft.com/default.aspx?scid=kb;en-us;q315263
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-09-2004 08:14 PM
тАО12-09-2004 08:14 PM
Re: Bug Check 0x8E:
DIY-crashdump
-------------
(also described in the doc Ron linked)
1) Download and install latest Windbg
http://www.microsoft.com/whdc/ddk/debugging/default.mspx
2) Make a catalog C:\DEBUG
3) Start Windbg and write the path from step 2 (File - Symbol File Path..):
SRV*c:\debug*http://msdl.microsoft.com/download/symbols
(Internet access is needed so symbol files can be downloaded as needed)
4) Open a crash-dump file(either MEMORY.DMP or a minidump WINDOWS\MINIDUMP\*.DMP
After downloading MS symbols and chewing through the crash dump you will get a line with "Probably caused by
5) If you want to analyse more than one minidump for example I've found it necessary to exit the program completely and then go directly to step 4 (symbol file path is saved)
This analysis is not 100% reliable since Microsoft does not have symbol files for 3.rd party software/drivers - but often it can give a good indication. Usually if it suggests a 3.rd party driver it is correct. If it indicates NTOSKRNL or similar os-files it can still be a 3.rd party driver that calls kernel functions - but that does of course make it more difficult to identify the offending driver.
The reason for running the analysis on the machine with the problem is that it then is 100% identical to the machine having problems. Running the crash dump analysis on another machine is possible but generally lowers the reliability of the result since any difference in installed software/hardware makes the memory addresses in the crash-dump not match.
Cheers,
Rune
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-10-2004 12:50 AM
тАО12-10-2004 12:50 AM
Re: Bug Check 0x8E:
Tank's for your attention bat the case is close.