<?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 Re: sysdump.sys in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/sysdump-sys/m-p/3789554#M9727</link>
    <description>Stefan&lt;BR /&gt;&lt;BR /&gt;Open/Reopen the dump file (for analyse or copy) is using ANALYSE /CRASH_DUMP SYSDUMP.DMP&lt;BR /&gt;&lt;BR /&gt;The only correct way to make a valid copy/backup of an existing dump is using the ANAL/CRASH_DUMP method specified by Andy.&lt;BR /&gt;&lt;BR /&gt;I had recently tried the VMS BACKUP trick JAN suggested but ended up with an unusable 'copy'.&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;Martin</description>
    <pubDate>Thu, 18 May 2006 15:54:16 GMT</pubDate>
    <dc:creator>Martin Hoogenboom</dc:creator>
    <dc:date>2006-05-18T15:54:16Z</dc:date>
    <item>
      <title>sysdump.sys</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sysdump-sys/m-p/3789548#M9721</link>
      <description>&lt;BR /&gt;How can I reopen/remane the sysdump.sys without reboot the system,&lt;BR /&gt;&lt;BR /&gt;best regards from stefan</description>
      <pubDate>Wed, 17 May 2006 06:43:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sysdump-sys/m-p/3789548#M9721</guid>
      <dc:creator>stefan brgström</dc:creator>
      <dc:date>2006-05-17T06:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: sysdump.sys</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sysdump-sys/m-p/3789549#M9722</link>
      <description>Do you mean analyze the contents ? That is done with ana/crash [name of dump file].&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 17 May 2006 07:55:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sysdump-sys/m-p/3789549#M9722</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-05-17T07:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: sysdump.sys</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sysdump-sys/m-p/3789550#M9723</link>
      <description>You can rename SYSDUMP.DMP anytime. You can create a new one anytime. When the system boots it maps the existing SYSDUMP.DMP. So, if you rename it, and the system crashes and writes a crashdump, it will write to the original renamed file. If you create a new SYSDUMP.DMP it will not be used until the system has been rebooted (when it map the new one). If you delete the current SYSDUMP.DMP and the system crashes and writes a crashdump it will write to the blocks formerly occupied by the deleted file (which may have subsequently been allocated to other files). So, don't delete a SYSDUMP.DMP until you've booted without mapping it.</description>
      <pubDate>Wed, 17 May 2006 08:40:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sysdump-sys/m-p/3789550#M9723</guid>
      <dc:creator>Jim_McKinney</dc:creator>
      <dc:date>2006-05-17T08:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: sysdump.sys</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sysdump-sys/m-p/3789551#M9724</link>
      <description>Stefan,&lt;BR /&gt;&lt;BR /&gt;and if you want to preserve the dump, past an intervening (planned or unplanned) reboot, just make a copy with BACKUP.  Be sure to use the /IGNORE=NOBACKUP qualifier, or all you get is the header info and the allocated amount without the data.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me (maybe at the Bootcamp in Nashua?)&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Wed, 17 May 2006 09:01:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sysdump-sys/m-p/3789551#M9724</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2006-05-17T09:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: sysdump.sys</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sysdump-sys/m-p/3789552#M9725</link>
      <description>Jim,&lt;BR /&gt;&lt;BR /&gt;VMS now (since at least VMS 6.2) keeps the SYSDUMP.DMP file open, so you can't really delete it - if you try it gets marked for delete and becomes a lost file after next reboot.  So there is no longer any danger of overwriting other files on the system disk.</description>
      <pubDate>Wed, 17 May 2006 12:05:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sysdump-sys/m-p/3789552#M9725</guid>
      <dc:creator>Jess Goodman</dc:creator>
      <dc:date>2006-05-17T12:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: sysdump.sys</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sysdump-sys/m-p/3789553#M9726</link>
      <description>&lt;BR /&gt;Are you trying to preserve crash dump information?  You can use SDA to create a copy of your dump file.&lt;BR /&gt;&lt;BR /&gt;$ ANALYZE/CRASH_DUMP sysdump.dmp&lt;BR /&gt;SDA&amp;gt; copy $1$dga32:[temp]crash_17_May_2006.dmp&lt;BR /&gt;&lt;BR /&gt;will copy the dump information into the a new file.  This approach only writes valid information and may use less disk space than copying the file with BACKUP.  &lt;BR /&gt;&lt;BR /&gt;The file is mapped when the system boots, you can't delete it while the system is up. If you rename it, the allocated space is still used to write a crash dump information, should the need arise until the next boot.  &lt;BR /&gt;&lt;BR /&gt;You can change the size of the dump file with&lt;BR /&gt;&lt;BR /&gt;$ @SYS$UPDATE:SWAPFILES&lt;BR /&gt;&lt;BR /&gt;A reboot is required.&lt;BR /&gt;&lt;BR /&gt;Andy&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 May 2006 12:11:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sysdump-sys/m-p/3789553#M9726</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2006-05-17T12:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: sysdump.sys</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sysdump-sys/m-p/3789554#M9727</link>
      <description>Stefan&lt;BR /&gt;&lt;BR /&gt;Open/Reopen the dump file (for analyse or copy) is using ANALYSE /CRASH_DUMP SYSDUMP.DMP&lt;BR /&gt;&lt;BR /&gt;The only correct way to make a valid copy/backup of an existing dump is using the ANAL/CRASH_DUMP method specified by Andy.&lt;BR /&gt;&lt;BR /&gt;I had recently tried the VMS BACKUP trick JAN suggested but ended up with an unusable 'copy'.&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;Martin</description>
      <pubDate>Thu, 18 May 2006 15:54:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sysdump-sys/m-p/3789554#M9727</guid>
      <dc:creator>Martin Hoogenboom</dc:creator>
      <dc:date>2006-05-18T15:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: sysdump.sys</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sysdump-sys/m-p/3789555#M9728</link>
      <description>&amp;gt; ended up with an unusable 'copy'.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Wouldn't that be a bug in BACKUP? Seems unlikely... I've never had problems using BACKUP to copy a dump file.</description>
      <pubDate>Thu, 18 May 2006 15:58:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sysdump-sys/m-p/3789555#M9728</guid>
      <dc:creator>Jim_McKinney</dc:creator>
      <dc:date>2006-05-18T15:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: sysdump.sys</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sysdump-sys/m-p/3789556#M9729</link>
      <description>Jim,&lt;BR /&gt;&lt;BR /&gt;Well... bare in mind that the dump file is open in the recent VMS versions. Probably to prevent unaware sysman's to move or delete the file (i can't think of any other reason).&lt;BR /&gt;&lt;BR /&gt;Then there is some statement about backing up open files not always being valid.&lt;BR /&gt;&lt;BR /&gt;I dont think this can be called a bug.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Martin Hoogenboom</description>
      <pubDate>Thu, 18 May 2006 16:16:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sysdump-sys/m-p/3789556#M9729</guid>
      <dc:creator>Martin Hoogenboom</dc:creator>
      <dc:date>2006-05-18T16:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: sysdump.sys</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sysdump-sys/m-p/3789557#M9730</link>
      <description>Though it may be "open", the blocks within are not changing nor sitting in a cache. BACKUP should capture them from disk reliably. I've never observed an instance where it didn't.&lt;BR /&gt;&lt;BR /&gt;Do you use host-based volume shadowing? clustered environment? If not, ignore the rest... If so, it's possible for the shadow members to contain different data in the blocks where the dump file resides. The dump file is mapped to a single disk prior to the startup of the shadowing software during the VMS bootstrap. The writes are directed only to this disk and since they don't occur in the context of VMS, the shadowing software still running in the cluster is not handling them - so there is no synchronization of the disks for these writes. In this event you need either to use some tool to force the dump data to be written from the member with the valid dump to the other(s). Or, alternatively, you can determine which disk is the shadow master and force a shadow copy in the appropriate direction. Otherwise, if you attempt to read the dump you'll likely find that SDA declares it to invalid as some reads are directed to one shadow member and some to other(s).</description>
      <pubDate>Thu, 18 May 2006 18:12:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sysdump-sys/m-p/3789557#M9730</guid>
      <dc:creator>Jim_McKinney</dc:creator>
      <dc:date>2006-05-18T18:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: sysdump.sys</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sysdump-sys/m-p/3789558#M9731</link>
      <description>Note that SDA COPY command does some addtional processing (especially on VMS I64).&lt;BR /&gt;&lt;BR /&gt;Copying a dump file with backup does not really work any more.</description>
      <pubDate>Fri, 19 May 2006 03:57:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sysdump-sys/m-p/3789558#M9731</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-05-19T03:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: sysdump.sys</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sysdump-sys/m-p/3789559#M9732</link>
      <description>&amp;gt; Copying a dump file with backup does not really work any more.&lt;BR /&gt;&lt;BR /&gt;How so?&lt;BR /&gt;&lt;BR /&gt;It works for me - always has, and still does. It doesn't seem reasonable to me that BACKUP would not be able to reliably copy a dump file. It's just a file whose blocks are stable when VMS is "up".</description>
      <pubDate>Fri, 19 May 2006 12:22:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sysdump-sys/m-p/3789559#M9732</guid>
      <dc:creator>Jim_McKinney</dc:creator>
      <dc:date>2006-05-19T12:22:26Z</dc:date>
    </item>
  </channel>
</rss>

