<?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 not receiving a crash dump in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/not-receiving-a-crash-dump/m-p/4092354#M87003</link>
    <description>Can anyone tell me how to fix a dump file that does nto contain a valid crash dump?  I'm running a vax 6600 in a 2 node cluster w/vms7.3 &amp;amp; hsj controllers w/sw800.  node 2 keeps crashing.  I have tried to anal/crash sys$system:sysdump.dmp and get the FLAGS2 warning followed by a dump file is empty error.  I've recreated the dump file using swapfiles.com and rebooted.  I believe I've isolated the problem down to a bad cpu card but thought I'de confirm that with the dump file and either a bugcheck or machine check error denoting the suspect xmi slot.  It's a 4 board multiprocessing env.  This is driving me crazy.  I've replace the clock arbiter and xtc cards and outswapped the cpu boards to find the suspect board, but still no dump!!!  How can I get the system to produce a crash dump...anyone?  Thanks</description>
    <pubDate>Thu, 25 Oct 2007 12:20:41 GMT</pubDate>
    <dc:creator>ono_vms</dc:creator>
    <dc:date>2007-10-25T12:20:41Z</dc:date>
    <item>
      <title>not receiving a crash dump</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/not-receiving-a-crash-dump/m-p/4092354#M87003</link>
      <description>Can anyone tell me how to fix a dump file that does nto contain a valid crash dump?  I'm running a vax 6600 in a 2 node cluster w/vms7.3 &amp;amp; hsj controllers w/sw800.  node 2 keeps crashing.  I have tried to anal/crash sys$system:sysdump.dmp and get the FLAGS2 warning followed by a dump file is empty error.  I've recreated the dump file using swapfiles.com and rebooted.  I believe I've isolated the problem down to a bad cpu card but thought I'de confirm that with the dump file and either a bugcheck or machine check error denoting the suspect xmi slot.  It's a 4 board multiprocessing env.  This is driving me crazy.  I've replace the clock arbiter and xtc cards and outswapped the cpu boards to find the suspect board, but still no dump!!!  How can I get the system to produce a crash dump...anyone?  Thanks</description>
      <pubDate>Thu, 25 Oct 2007 12:20:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/not-receiving-a-crash-dump/m-p/4092354#M87003</guid>
      <dc:creator>ono_vms</dc:creator>
      <dc:date>2007-10-25T12:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: not receiving a crash dump</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/not-receiving-a-crash-dump/m-p/4092355#M87004</link>
      <description>Sometimes the system is unable to write the dump because of the state the system is in or because critical data structures have become corrupted.</description>
      <pubDate>Thu, 25 Oct 2007 15:05:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/not-receiving-a-crash-dump/m-p/4092355#M87004</guid>
      <dc:creator>Richard Whalen</dc:creator>
      <dc:date>2007-10-25T15:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: not receiving a crash dump</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/not-receiving-a-crash-dump/m-p/4092356#M87005</link>
      <description>often crashes with bad hardware are of little value. if you have a suspect cpu, &lt;BR /&gt;pull it and see if the system stops crashing for a good length of time. then you know you've got it.   Dean</description>
      <pubDate>Thu, 25 Oct 2007 15:47:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/not-receiving-a-crash-dump/m-p/4092356#M87005</guid>
      <dc:creator>Dean McGorrill</dc:creator>
      <dc:date>2007-10-25T15:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: not receiving a crash dump</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/not-receiving-a-crash-dump/m-p/4092357#M87006</link>
      <description>ono_vms,&lt;BR /&gt;&lt;BR /&gt;welcome to the OpenVMS ITRC forum - you entered at the 30th anniversary of the OpenVMS operating system !&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Fri, 26 Oct 2007 02:08:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/not-receiving-a-crash-dump/m-p/4092357#M87006</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2007-10-26T02:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: not receiving a crash dump</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/not-receiving-a-crash-dump/m-p/4092358#M87007</link>
      <description>The FLAGS2 warning is telling you that the DMP$V_VAXDUMP bit is not set. &lt;BR /&gt;Is the other member of your cluster also a vax ? If NOT, are the two nodes trying to share a dumpfile ?&lt;BR /&gt;Try doing $ dump/block=count=1 sys$system:sysdump.dmp&lt;BR /&gt;&lt;BR /&gt;Mine is all zeros because my machine has never crashed since I built my 8.3 disk. &lt;BR /&gt;Yours should have a pattern where the textual interpretation contains the node name and lots of binary data that does not translate into text.&lt;BR /&gt;Capture the pattern, then compare it to the next crash. If it changes then the dump is being at least partially written.&lt;BR /&gt;&lt;BR /&gt;I concur with choosing a selective dump.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;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. &lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;Finally, follow the advice to set the front panel switch to restart if it is not already there.&lt;BR /&gt;JT:&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Oct 2007 13:13:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/not-receiving-a-crash-dump/m-p/4092358#M87007</guid>
      <dc:creator>John Travell</dc:creator>
      <dc:date>2007-10-26T13:13:29Z</dc:date>
    </item>
  </channel>
</rss>

