- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: analyze system 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
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-07-2007 06:52 AM
тАО12-07-2007 06:52 AM
analyze system dump
We have a system.dmp file from one of our customers that we need to analyze.This is on a tape we have tried to use the crash_dump command but we get this error link time of sys$base_image built into sda$share(19-nov-2004)does not match link time of image in system dump(10-aug-2005)unale to access location.
Any help is most appreciated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-07-2007 07:05 AM
тАО12-07-2007 07:05 AM
Re: analyze system dump
you need to analyse the system dump on the same version of OpenVMS, sometimes you might even need the same patch level.
I try to keep all versions of OpenVMS around or at least create environments, in which I can analyze older versions of OpenVMS.
10-AUG-2005 = VMS732_UPDATE-V0500 or -V0600
19-NOV-2004 = VMS V8.2 SSB
This won't work, you cannot expect to analyse a V7.3-2 dump on a V8.2 system - if my analysis is correct...
Is the dump valid, i.e. could the customer successfully do a ANAL/CRASH dumpfile, before he copied the dump to tape ?
Did you also request the CLUE file - was there a valid one in CLUE$COLLECT:CLUE$node_ddmmyy_hhmm.LIS ?
Volker.
PS: I do crashdump analysis as part of my job.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-07-2007 08:10 AM
тАО12-07-2007 08:10 AM
Re: analyze system dump
You can sometimes get away with replicating the SDA environment files from the original version into the target environment, but that's a bit dicy. And unsupported. There are a handful of files needed if you try this, plus any symbol files related to what you're doing. And you'll have to aim SDA at the "right" files.
If you're debugging kernel code and can make changes, look around for details on the tr_print mechanism. (I've posted some at the web site.) It's a kernel-mode printf-like statement with output that goes into an easily-accessible ring buffer. Very useful when kernel things go off the rails.
Stephen Hoffman
HoffmanLabs LLC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-07-2007 08:22 AM
тАО12-07-2007 08:22 AM
Re: analyze system dump
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-08-2007 10:05 AM
тАО12-08-2007 10:05 AM
Re: analyze system dump
The %SDA-W-SDALINKISM errors don't generally matter if you can get to an SDA prompt.
Volker and Hoff are correct, but analyzing the dumpfile in situ, on the system where it happened, is probably the easist thing.
There's a per-event process in place so that customers without support contracts can get access to our experts using a PO or credit card for payment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-08-2007 03:15 PM
тАО12-08-2007 03:15 PM
Re: analyze system dump
If you wish to consider an independent source of UK based expertise you are welcome to look up my profile and send me email.
Having said that, I concur with the previous replies, best choice where possible is to analyse on the machine that crashed. Where that is not possible the next best is to re-create the environment as closely as possible. As a last resort, and one that I have used a LOT, is an emulation of the CDA environment on a host machine running a later version.
JT: