<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic analyze system dump in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/analyze-system-dump/m-p/4113445#M87508</link>
    <description>Hi,&lt;BR /&gt;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.&lt;BR /&gt;Any help is most appreciated &lt;BR /&gt;</description>
    <pubDate>Fri, 07 Dec 2007 14:52:46 GMT</pubDate>
    <dc:creator>Bob Brason</dc:creator>
    <dc:date>2007-12-07T14:52:46Z</dc:date>
    <item>
      <title>analyze system dump</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/analyze-system-dump/m-p/4113445#M87508</link>
      <description>Hi,&lt;BR /&gt;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.&lt;BR /&gt;Any help is most appreciated &lt;BR /&gt;</description>
      <pubDate>Fri, 07 Dec 2007 14:52:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/analyze-system-dump/m-p/4113445#M87508</guid>
      <dc:creator>Bob Brason</dc:creator>
      <dc:date>2007-12-07T14:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: analyze system dump</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/analyze-system-dump/m-p/4113446#M87509</link>
      <description>Bob,&lt;BR /&gt;&lt;BR /&gt;you need to analyse the system dump on the same version of OpenVMS, sometimes you might even need the same patch level.&lt;BR /&gt;&lt;BR /&gt;I try to keep all versions of OpenVMS around or at least create environments, in which I can analyze older versions of OpenVMS.&lt;BR /&gt;&lt;BR /&gt;10-AUG-2005 = VMS732_UPDATE-V0500 or -V0600&lt;BR /&gt;19-NOV-2004 = VMS V8.2 SSB&lt;BR /&gt;&lt;BR /&gt;This won't work, you cannot expect to analyse a V7.3-2 dump on a V8.2 system - if my analysis is correct...&lt;BR /&gt;&lt;BR /&gt;Is the dump valid, i.e. could the customer successfully do a ANAL/CRASH dumpfile, before he copied the dump to tape ?&lt;BR /&gt;&lt;BR /&gt;Did you also request the CLUE file - was there a valid one in CLUE$COLLECT:CLUE$node_ddmmyy_hhmm.LIS ?&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;BR /&gt;&lt;BR /&gt;PS: I do crashdump analysis as part of my job.</description>
      <pubDate>Fri, 07 Dec 2007 15:05:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/analyze-system-dump/m-p/4113446#M87509</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2007-12-07T15:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: analyze system dump</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/analyze-system-dump/m-p/4113447#M87510</link>
      <description>As Volker writes, it's easiest to use the same version (and ECO) that generated the crash to analyze the crash.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;Stephen Hoffman&lt;BR /&gt;HoffmanLabs LLC</description>
      <pubDate>Fri, 07 Dec 2007 16:10:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/analyze-system-dump/m-p/4113447#M87510</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-12-07T16:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: analyze system dump</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/analyze-system-dump/m-p/4113448#M87511</link>
      <description>Thanks to all we may need to approach this from  a different angle&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Dec 2007 16:22:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/analyze-system-dump/m-p/4113448#M87511</guid>
      <dc:creator>Bob Brason</dc:creator>
      <dc:date>2007-12-07T16:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: analyze system dump</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/analyze-system-dump/m-p/4113449#M87512</link>
      <description>As you can imagine, we need to analyze crashes from each and every different version at the HP customer support center.  We have an area set aside for each version and a symbol defined for invoking the right version of SDA with the right symbols tables, etc.&lt;BR /&gt;&lt;BR /&gt;The %SDA-W-SDALINKISM errors don't generally matter if you can get to an SDA prompt.&lt;BR /&gt;&lt;BR /&gt;Volker and Hoff are correct, but analyzing the dumpfile in situ, on the system where it happened, is probably the easist thing.&lt;BR /&gt;&lt;BR /&gt;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.</description>
      <pubDate>Sat, 08 Dec 2007 18:05:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/analyze-system-dump/m-p/4113449#M87512</guid>
      <dc:creator>Jeff Chisholm</dc:creator>
      <dc:date>2007-12-08T18:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: analyze system dump</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/analyze-system-dump/m-p/4113450#M87513</link>
      <description>I do not know if HP in the UK still has an effective CDA service. Things may well have changed since I left 5 years ago. &lt;BR /&gt;If you wish to consider an independent source of UK based expertise you are welcome to look up my profile and send me email. &lt;BR /&gt;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.&lt;BR /&gt;JT:</description>
      <pubDate>Sat, 08 Dec 2007 23:15:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/analyze-system-dump/m-p/4113450#M87513</guid>
      <dc:creator>John Travell</dc:creator>
      <dc:date>2007-12-08T23:15:22Z</dc:date>
    </item>
  </channel>
</rss>

