<?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: DOSD peculiarity in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/dosd-peculiarity/m-p/5132108#M91230</link>
    <description>Clue has no clue of DOSD.&lt;BR /&gt;&lt;BR /&gt;May be this about clue is needed too.&lt;BR /&gt;&lt;BR /&gt;DOSD (Dump Off System Disk) allows you to write the system dump file to a device other than the system disk. For SDA CLUE to be able to correctly find the dump file to be analyzed after a system crash, you need to perform the following steps: &lt;BR /&gt;&lt;BR /&gt;Modify the command procedure SYS$MANAGER:SYCONFIG.COM to add the system logical name CLUE$DOSD_DEVICE to point to the device where the dump file resides. You need to supply only the physical or logical device name without a file specification. &lt;BR /&gt;Modify the command procedure SYS$MANAGER:SYCONFIG.COM to mount systemwide the device where the dump file resides. Otherwise, SDA CLUE cannot access and analyze the dump file. &lt;BR /&gt;&lt;BR /&gt;fwiw&lt;BR /&gt;&lt;BR /&gt;Wim</description>
    <pubDate>Wed, 01 Oct 2008 09:02:54 GMT</pubDate>
    <dc:creator>Wim Van den Wyngaert</dc:creator>
    <dc:date>2008-10-01T09:02:54Z</dc:date>
    <item>
      <title>DOSD peculiarity</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dosd-peculiarity/m-p/5132090#M91212</link>
      <description>Learned colleagues,&lt;BR /&gt;&lt;BR /&gt;Experimenting with DOSD on OpenVMS Alpha V8.3, I noticed something weird. Maybe someone can shed some light.&lt;BR /&gt;I changed the DUMPSTYLE system parameter to 13, specified DUMPFILE_DEVICE to be $1$DKD600 in MODPARAMS.DAT, created $1$DKD600:[SYS0.SYSEXE]SYSDUMP.DMP using SYSGEN, ran AUTOGEN, shutdown the node, specified DUMP_DEV to be DKD600 in the SRM, and booted the node.&lt;BR /&gt;After the boot, I checked the open files on SYS$SYSDEVICE and on $1$DKD600. To my surprise the file [SYS0.SYSEXE]SYSDUMP.DMP was listed as open on SYS$SYSDEVICE but not on $1$DKD600 (apart from INDEXF.SYS no files were open on DKD600). However, if I force a crash, the dump is written to $1$DKD600:[SYS0.SYSEXE]SYSDUMP.DMP.&lt;BR /&gt;Any idea why VMS lists the old dump file to be open on SYS$SYSDEVICE, and keeps quiet about the dumpfile on DKD600?&lt;BR /&gt;Thanks for any insight in this.&lt;BR /&gt;Kris (aka Qkcl)&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Sep 2008 05:59:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dosd-peculiarity/m-p/5132090#M91212</guid>
      <dc:creator>Kris Clippeleyr</dc:creator>
      <dc:date>2008-09-26T05:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: DOSD peculiarity</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dosd-peculiarity/m-p/5132091#M91213</link>
      <description>I remember that DUMP_DEV should mention all possible devices wheer the dump could be created, in the right order. In this case:&lt;BR /&gt;&lt;BR /&gt;DKD600, &lt;YOUR boot="" disk=""&gt;&lt;BR /&gt;&lt;BR /&gt;This is needed in case the system crashes before DKD600 is mounted; it may also be the reason that the dumpfile on the system disk is open at all times. Or it may indeed indicate a minor bug.&lt;/YOUR&gt;</description>
      <pubDate>Fri, 26 Sep 2008 06:07:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dosd-peculiarity/m-p/5132091#M91213</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2008-09-26T06:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: DOSD peculiarity</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dosd-peculiarity/m-p/5132092#M91214</link>
      <description>DKD500 may not be ODS-5 and not be part of a shadow set.&lt;BR /&gt;&lt;BR /&gt;"For best results, include the MOUNT command in SYS$MANAGER:SYCONFIG.COM". May be mounted too late ?&lt;BR /&gt;&lt;BR /&gt;Wim &lt;BR /&gt;</description>
      <pubDate>Fri, 26 Sep 2008 07:58:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dosd-peculiarity/m-p/5132092#M91214</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2008-09-26T07:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: DOSD peculiarity</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dosd-peculiarity/m-p/5132093#M91215</link>
      <description>Kris,&lt;BR /&gt;&lt;BR /&gt;It would be a good idea to crash the system to see where the crash goes.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Fri, 26 Sep 2008 07:59:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dosd-peculiarity/m-p/5132093#M91215</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2008-09-26T07:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: DOSD peculiarity</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dosd-peculiarity/m-p/5132094#M91216</link>
      <description>Just to be sure : is dumpstyle still 13 after the autogen ?&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Fri, 26 Sep 2008 08:04:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dosd-peculiarity/m-p/5132094#M91216</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2008-09-26T08:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: DOSD peculiarity</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dosd-peculiarity/m-p/5132095#M91217</link>
      <description>Found this in comp.os.vms&lt;BR /&gt;&lt;BR /&gt; did a forced crash (OPCCRASH) to test whether my DOSD file was &lt;BR /&gt;working, at the suggestion of one poster. Bingo! It works, despite the &lt;BR /&gt;fact that the file does not show as open when I did SHOW DEVICE/FILE. &lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Fri, 26 Sep 2008 08:18:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dosd-peculiarity/m-p/5132095#M91217</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2008-09-26T08:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: DOSD peculiarity</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dosd-peculiarity/m-p/5132096#M91218</link>
      <description>Re: Willem&lt;BR /&gt;&lt;BR /&gt;&amp;gt; DKD600, &lt;YOUR boot="" disk=""&gt;&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt; This is needed in case the system crashes before DKD600 is mounted&lt;BR /&gt;&lt;BR /&gt;I don't care. I really want the dump file off the system disk.&lt;BR /&gt;&lt;BR /&gt;Re: Wim&lt;BR /&gt;&lt;BR /&gt;&amp;gt; DKD500 may not be ODS-5 and not be part of a shadow set.&lt;BR /&gt;&lt;BR /&gt;According to the System Manager's manual, the ODS-5 restriction is lifted.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; May be mounted too late ?&lt;BR /&gt;&lt;BR /&gt;The mount happens in SYLOGICALS; and according to said manual:&lt;BR /&gt;"Although not a requirement, HP recommends that you mount the dump device during system startup. If the dump device is mounted, it can be accessed by CLUE and AUTOGEN and for the analysis of crash dumps. For best results, include the MOUNT command in SYS$MANAGER:SYCONFIG.COM."&lt;BR /&gt;So it isn't necessary to even mount the disk (but I will put the MOUNT in SYCONFIG and try again).&lt;BR /&gt;&lt;BR /&gt;&amp;gt; It would be a good idea to crash the system to see where the crash goes.&lt;BR /&gt;&lt;BR /&gt;As I said in my original post, I've crashed the system and the dump goes to DKD600. No problem there.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; did a forced crash (OPCCRASH) to test whether my DOSD file was &lt;BR /&gt;working, at the suggestion of one poster. Bingo! It works, despite the &lt;BR /&gt;fact that the file does not show as open when I did SHOW DEVICE/FILE.&lt;BR /&gt;&lt;BR /&gt;That's part of my question. Why doesn't it show as an open file, and the dump file in SYS$SYSTEM does (although not used anymore, I guess).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Kris (aka Qkcl)&lt;/YOUR&gt;</description>
      <pubDate>Fri, 26 Sep 2008 09:10:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dosd-peculiarity/m-p/5132096#M91218</guid>
      <dc:creator>Kris Clippeleyr</dc:creator>
      <dc:date>2008-09-26T09:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: DOSD peculiarity</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dosd-peculiarity/m-p/5132097#M91219</link>
      <description>&lt;A href="http://h71000.www7.hp.com/wizard/wiz_2359.html" target="_blank"&gt;http://h71000.www7.hp.com/wizard/wiz_2359.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;may be this is a bug and they are keeping the wrong file open ? But then the protection is gone too ...&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Fri, 26 Sep 2008 09:29:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dosd-peculiarity/m-p/5132097#M91219</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2008-09-26T09:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: DOSD peculiarity</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dosd-peculiarity/m-p/5132098#M91220</link>
      <description>If you rename the dump file it will not open the file. If you're very lucky it will open the right file. But then again it's a bug that it opened the sysdevice dump first.&lt;BR /&gt;&lt;BR /&gt;fwiw&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Fri, 26 Sep 2008 09:34:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dosd-peculiarity/m-p/5132098#M91220</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2008-09-26T09:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: DOSD peculiarity</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dosd-peculiarity/m-p/5132099#M91221</link>
      <description>If you don't keep the file open, mark it as no move or a defragmenter could put it on another place. And then your dump would go to the old place. If newer VMS versions didn't change the old behaviour.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Fri, 26 Sep 2008 10:20:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dosd-peculiarity/m-p/5132099#M91221</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2008-09-26T10:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: DOSD peculiarity</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dosd-peculiarity/m-p/5132100#M91222</link>
      <description>Kris,&lt;BR /&gt;&lt;BR /&gt;the dump file is something special, and if you think of it, it should be.&lt;BR /&gt;&lt;BR /&gt;Suppose somehow something to do with RMS, or even lower level IO from within the OS, is not functioning as it should. A true case for a crash dump analysis, but... how would it be written?&lt;BR /&gt;The (fysical) block mapping of the DUMP file is mapped VERY low level, directly available the Crash handler.&lt;BR /&gt;The writing occurs without any file system assistence, and hence NO care is given to any filesystem mechanism whatsoever.&lt;BR /&gt;&lt;BR /&gt;And this is also the reason that it is NOT a good idea to move or delete the file: IF a crash should occur in such case, the dump gets written to the disk location that was determined from SYSDUMPs location during bootstrap; and any (part of) any file in that location will simply be overwritten.&lt;BR /&gt;Maybe that was the original reason to open the file way back when: prevent it from being (re)moved. And that idea was considered no longer being as relevant, (or simply forgotten) when DOSD was implemented....&lt;BR /&gt;&lt;BR /&gt;--- we have used DOSD for many, many years; and never had any trouble with it. It just worked as descibed.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Sep 2008 10:42:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dosd-peculiarity/m-p/5132100#M91222</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2008-09-26T10:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: DOSD peculiarity</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dosd-peculiarity/m-p/5132101#M91223</link>
      <description>At one time for OpenVMS VAX DOSD, a stub SYSDUMP.DMP had to reside in the SYS$SYSTEM directory in order for ERRORLOG buffers to be saved. Maybe this is a carry over from that time.</description>
      <pubDate>Fri, 26 Sep 2008 11:38:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dosd-peculiarity/m-p/5132101#M91223</guid>
      <dc:creator>Walter Miller_1</dc:creator>
      <dc:date>2008-09-26T11:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: DOSD peculiarity</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dosd-peculiarity/m-p/5132102#M91224</link>
      <description>Found this in 2005 tech jou.&lt;BR /&gt;&lt;BR /&gt;Put the name of the disk to be used in the DUMP_DEV environment variable. On Alpha, this is done with a SET DUMP_DEV command at the console prompt. On I64, it is done using the command procedure SYS$MANAGER:BOOT_OPTIONS.COM.&lt;BR /&gt;&lt;BR /&gt;No Itanium over here. What is the boot_options.com doing ?&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Fri, 26 Sep 2008 12:27:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dosd-peculiarity/m-p/5132102#M91224</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2008-09-26T12:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: DOSD peculiarity</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dosd-peculiarity/m-p/5132103#M91225</link>
      <description>Ignore. I was thinking you had Itanium.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Fri, 26 Sep 2008 12:41:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dosd-peculiarity/m-p/5132103#M91225</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2008-09-26T12:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: DOSD peculiarity</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dosd-peculiarity/m-p/5132104#M91226</link>
      <description>Tested all my stuff on 7.3 and found that nothing enabled the opening of the dumpfile on the non-system disk. &lt;BR /&gt;&lt;BR /&gt;Even very early mount of disk didn't help. I think SYSINIT opens it when only the system disk is open. So, it can't open the dump file at that moment.&lt;BR /&gt;&lt;BR /&gt;fwiw&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 30 Sep 2008 05:45:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dosd-peculiarity/m-p/5132104#M91226</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2008-09-30T05:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: DOSD peculiarity</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dosd-peculiarity/m-p/5132105#M91227</link>
      <description>Kris,&lt;BR /&gt;&lt;BR /&gt;  Some history...&lt;BR /&gt;&lt;BR /&gt;Before V5 there was a rather nasty bug/feature in VMS (as it was then). As Jan has pointed out, the dumpfile is "special" in that it's written to the physical device, not through the filesystem (since we need to avoid any code which may have been the cause of the crash - like the file system). That's also why the dump file needs to fit in a single header.&lt;BR /&gt;&lt;BR /&gt;Back then, at boot time the system would find the dump file and remember the physical location on disk. At dump time, it would just spew out the bits to that physical location on the disk.&lt;BR /&gt;&lt;BR /&gt;But what if someone had deleted the dump file in the mean time? Oh dear, the disk was corrupted. Not good. Since disk space back then was expensive and scarce, this happened far too often! "Here's a big file that we don't really need".&lt;BR /&gt;&lt;BR /&gt;The simple solution introduced in V5 was to check for a dump file at boot time and open the file permanently. That way even if it was deleted, the blocks would only be marked delete pending, thus preventing corruption.&lt;BR /&gt;&lt;BR /&gt;Note that the file being open is completely independent of the dumping itself. It doesn't mean it will be used to dump, it's just a safety mechanism to prevent it from being deleted. &lt;BR /&gt;&lt;BR /&gt;With DOSD, then mechanism has changed completely. I doubt that the code path that opens the dump knows or cares about DOSD. DOSD finds the dump file when it's needed, so deletion is no longer an issue.&lt;BR /&gt;&lt;BR /&gt;Bottom line is, if you have a file SYS$SYSTEM:SYSDUMP.DMP, OpenVMS will always open it at boot time, regardless of if it's the real dump file or not. If you don't want this to happen, or you want to get rid of it, RENAME the file to something else, reboot, then delete it.&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Sep 2008 23:35:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dosd-peculiarity/m-p/5132105#M91227</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2008-09-30T23:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: DOSD peculiarity</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dosd-peculiarity/m-p/5132106#M91228</link>
      <description>John,&lt;BR /&gt;That pretty much answers my questions.&lt;BR /&gt;Thanx.&lt;BR /&gt;Kris (aka Qkcl)</description>
      <pubDate>Wed, 01 Oct 2008 04:47:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dosd-peculiarity/m-p/5132106#M91228</guid>
      <dc:creator>Kris Clippeleyr</dc:creator>
      <dc:date>2008-10-01T04:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: DOSD peculiarity</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dosd-peculiarity/m-p/5132107#M91229</link>
      <description>As stated above.</description>
      <pubDate>Wed, 01 Oct 2008 04:49:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dosd-peculiarity/m-p/5132107#M91229</guid>
      <dc:creator>Kris Clippeleyr</dc:creator>
      <dc:date>2008-10-01T04:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: DOSD peculiarity</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dosd-peculiarity/m-p/5132108#M91230</link>
      <description>Clue has no clue of DOSD.&lt;BR /&gt;&lt;BR /&gt;May be this about clue is needed too.&lt;BR /&gt;&lt;BR /&gt;DOSD (Dump Off System Disk) allows you to write the system dump file to a device other than the system disk. For SDA CLUE to be able to correctly find the dump file to be analyzed after a system crash, you need to perform the following steps: &lt;BR /&gt;&lt;BR /&gt;Modify the command procedure SYS$MANAGER:SYCONFIG.COM to add the system logical name CLUE$DOSD_DEVICE to point to the device where the dump file resides. You need to supply only the physical or logical device name without a file specification. &lt;BR /&gt;Modify the command procedure SYS$MANAGER:SYCONFIG.COM to mount systemwide the device where the dump file resides. Otherwise, SDA CLUE cannot access and analyze the dump file. &lt;BR /&gt;&lt;BR /&gt;fwiw&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 01 Oct 2008 09:02:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dosd-peculiarity/m-p/5132108#M91230</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2008-10-01T09:02:54Z</dc:date>
    </item>
  </channel>
</rss>

