- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- not receiving a crash dump
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
Forums
Discussions
Discussions
Discussions
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
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
10-25-2007 05:20 AM
10-25-2007 05:20 AM
not receiving a crash dump
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2007 08:05 AM
10-25-2007 08:05 AM
Re: not receiving a crash dump
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2007 08:47 AM
10-25-2007 08:47 AM
Re: not receiving a crash dump
pull it and see if the system stops crashing for a good length of time. then you know you've got it. Dean
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2007 07:08 PM
10-25-2007 07:08 PM
Re: not receiving a crash dump
welcome to the OpenVMS ITRC forum - you entered at the 30th anniversary of the OpenVMS operating system !
Consider setting DUMP_STYLE = 3 to get a selective dump with full console output. Make sure you connect a printer or PC with a terminal emulator to capture the full console output.
Also check ERRLOG.SYS for a bugcheck message. Also note that the system may be halting and booting without writing a dump, if HALT is not set to RESTART and the system incurs an error halt.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2007 06:13 AM
10-26-2007 06:13 AM
Re: not receiving a crash dump
Is the other member of your cluster also a vax ? If NOT, are the two nodes trying to share a dumpfile ?
Try doing $ dump/block=count=1 sys$system:sysdump.dmp
Mine is all zeros because my machine has never crashed since I built my 8.3 disk.
Yours should have a pattern where the textual interpretation contains the node name and lots of binary data that does not translate into text.
Capture the pattern, then compare it to the next crash. If it changes then the dump is being at least partially written.
I concur with choosing a selective dump.
A VAX keeps the most important structures right at the top of physical memory. In a full dump these get written last, or not at all if the file is either not big enough or an unrecoverable problem occurs while the dump is being written.
In a selective dump the most critical things get written FIRST, then less important things, and finally the full context of processes until you either run out of something to write, or run out of space in the file.
In either case, you have a MUCH better chance of finding out at least something about the crash, which would be much better than the apparently nothing you know now.
Finally, follow the advice to set the front panel switch to restart if it is not already there.
JT: