<?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 8.3-1H1 peculiarity !!  (Bug??!!) in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/8-3-1h1-peculiarity-bug/m-p/5147598#M92612</link>
    <description>As we all know, SYS$COMMON is a concealed logical.&lt;BR /&gt;&lt;BR /&gt;$  show log sys$common/full&lt;BR /&gt;   "SYS$COMMON" [exec] = "DSA101:[SYS0.SYSCOMMON.]" [concealed,terminal] (LNM$SYSTEM_TABLE)&lt;BR /&gt;&lt;BR /&gt;I accidentally entered the following command on a 7.3-2 system, and got&lt;BR /&gt;&lt;BR /&gt;$  dir sys$common:*.dir&lt;BR /&gt;&lt;BR /&gt;Directory SYS$COMMON:[000000]&lt;BR /&gt;&lt;BR /&gt;APACHE.DIR;1        CDA$LIBRARY.DIR;1   CDD$TEMPLATE.DIR;1  CDD$TEMPLATEDB.DIR;1&lt;BR /&gt;CDDPLUS.DIR;1       CDD_EXTENSIONS.DIR;1                    CDE$DEFAULTS.DIR;1 &lt;BR /&gt;CDSA.DIR;1          CER_RO.DIR;1        CER_SQLSRV.DIR;1    DECC$LIB.DIR;1   &lt;BR /&gt;&lt;BR /&gt;etc., etc.&lt;BR /&gt;&lt;BR /&gt;I was a little surprised that I didn't generate an error, however, that aside I noticed that it defaulted to [000000].&lt;BR /&gt;&lt;BR /&gt;I entered the same command on an 8.3-1H1 Itanium blade system, and got.&lt;BR /&gt;&lt;BR /&gt;dir sys$common:*.dir&lt;BR /&gt;&lt;BR /&gt;Directory SYS$COMMON:[SYSMGR]&lt;BR /&gt;&lt;BR /&gt;VAXINFO$PRODUCTS.DIR;1                  _MOZILLA.DIR;1      VAXINFO$PRODUCTS.DIR;1&lt;BR /&gt;_MOZILLA.DIR;1      &lt;BR /&gt;&lt;BR /&gt;Total of 4 files.&lt;BR /&gt;&lt;BR /&gt;Note, on this system, it defaults to [SYSMGR], and lists (and Counts) the directory files twice.   Examining the file_ID shows,&lt;BR /&gt;&lt;BR /&gt;$ dir sys$common:*.dir/file_id&lt;BR /&gt;&lt;BR /&gt;Directory SYS$COMMON:[SYSMGR]&lt;BR /&gt;&lt;BR /&gt;VAXINFO$PRODUCTS.DIR;1&lt;BR /&gt;                     (17223,2,0)           &lt;BR /&gt;_MOZILLA.DIR;1       (10141,1,0)           &lt;BR /&gt;VAXINFO$PRODUCTS.DIR;1&lt;BR /&gt;                     (17223,2,0)           &lt;BR /&gt;_MOZILLA.DIR;1       (10141,1,0)   &lt;BR /&gt;&lt;BR /&gt;however, if I display sys$common:[sysmgr] explicitly, I get,&lt;BR /&gt;&lt;BR /&gt;dir sys$common:[sysmgr]*.dir/file_id&lt;BR /&gt;&lt;BR /&gt;Directory SYS$COMMON:[SYSMGR]&lt;BR /&gt;&lt;BR /&gt;VAXINFO$PRODUCTS.DIR;1&lt;BR /&gt;                     (17223,2,0)           &lt;BR /&gt;_MOZILLA.DIR;1       (10141,1,0)           &lt;BR /&gt;&lt;BR /&gt;Total of 2 files.&lt;BR /&gt;&lt;BR /&gt;Similarly, I get the correct display for sys$common:[000000], if I enter the command explicitly.&lt;BR /&gt;&lt;BR /&gt;Is this a bug?    Or is my system disk screwed up?  (and if so, is it recoverable)&lt;BR /&gt;&lt;BR /&gt;Dave.</description>
    <pubDate>Mon, 22 Dec 2008 16:01:25 GMT</pubDate>
    <dc:creator>The Brit</dc:creator>
    <dc:date>2008-12-22T16:01:25Z</dc:date>
    <item>
      <title>8.3-1H1 peculiarity !!  (Bug??!!)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/8-3-1h1-peculiarity-bug/m-p/5147598#M92612</link>
      <description>As we all know, SYS$COMMON is a concealed logical.&lt;BR /&gt;&lt;BR /&gt;$  show log sys$common/full&lt;BR /&gt;   "SYS$COMMON" [exec] = "DSA101:[SYS0.SYSCOMMON.]" [concealed,terminal] (LNM$SYSTEM_TABLE)&lt;BR /&gt;&lt;BR /&gt;I accidentally entered the following command on a 7.3-2 system, and got&lt;BR /&gt;&lt;BR /&gt;$  dir sys$common:*.dir&lt;BR /&gt;&lt;BR /&gt;Directory SYS$COMMON:[000000]&lt;BR /&gt;&lt;BR /&gt;APACHE.DIR;1        CDA$LIBRARY.DIR;1   CDD$TEMPLATE.DIR;1  CDD$TEMPLATEDB.DIR;1&lt;BR /&gt;CDDPLUS.DIR;1       CDD_EXTENSIONS.DIR;1                    CDE$DEFAULTS.DIR;1 &lt;BR /&gt;CDSA.DIR;1          CER_RO.DIR;1        CER_SQLSRV.DIR;1    DECC$LIB.DIR;1   &lt;BR /&gt;&lt;BR /&gt;etc., etc.&lt;BR /&gt;&lt;BR /&gt;I was a little surprised that I didn't generate an error, however, that aside I noticed that it defaulted to [000000].&lt;BR /&gt;&lt;BR /&gt;I entered the same command on an 8.3-1H1 Itanium blade system, and got.&lt;BR /&gt;&lt;BR /&gt;dir sys$common:*.dir&lt;BR /&gt;&lt;BR /&gt;Directory SYS$COMMON:[SYSMGR]&lt;BR /&gt;&lt;BR /&gt;VAXINFO$PRODUCTS.DIR;1                  _MOZILLA.DIR;1      VAXINFO$PRODUCTS.DIR;1&lt;BR /&gt;_MOZILLA.DIR;1      &lt;BR /&gt;&lt;BR /&gt;Total of 4 files.&lt;BR /&gt;&lt;BR /&gt;Note, on this system, it defaults to [SYSMGR], and lists (and Counts) the directory files twice.   Examining the file_ID shows,&lt;BR /&gt;&lt;BR /&gt;$ dir sys$common:*.dir/file_id&lt;BR /&gt;&lt;BR /&gt;Directory SYS$COMMON:[SYSMGR]&lt;BR /&gt;&lt;BR /&gt;VAXINFO$PRODUCTS.DIR;1&lt;BR /&gt;                     (17223,2,0)           &lt;BR /&gt;_MOZILLA.DIR;1       (10141,1,0)           &lt;BR /&gt;VAXINFO$PRODUCTS.DIR;1&lt;BR /&gt;                     (17223,2,0)           &lt;BR /&gt;_MOZILLA.DIR;1       (10141,1,0)   &lt;BR /&gt;&lt;BR /&gt;however, if I display sys$common:[sysmgr] explicitly, I get,&lt;BR /&gt;&lt;BR /&gt;dir sys$common:[sysmgr]*.dir/file_id&lt;BR /&gt;&lt;BR /&gt;Directory SYS$COMMON:[SYSMGR]&lt;BR /&gt;&lt;BR /&gt;VAXINFO$PRODUCTS.DIR;1&lt;BR /&gt;                     (17223,2,0)           &lt;BR /&gt;_MOZILLA.DIR;1       (10141,1,0)           &lt;BR /&gt;&lt;BR /&gt;Total of 2 files.&lt;BR /&gt;&lt;BR /&gt;Similarly, I get the correct display for sys$common:[000000], if I enter the command explicitly.&lt;BR /&gt;&lt;BR /&gt;Is this a bug?    Or is my system disk screwed up?  (and if so, is it recoverable)&lt;BR /&gt;&lt;BR /&gt;Dave.</description>
      <pubDate>Mon, 22 Dec 2008 16:01:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/8-3-1h1-peculiarity-bug/m-p/5147598#M92612</guid>
      <dc:creator>The Brit</dc:creator>
      <dc:date>2008-12-22T16:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: 8.3-1H1 peculiarity !!  (Bug??!!)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/8-3-1h1-peculiarity-bug/m-p/5147599#M92613</link>
      <description>Dave,&lt;BR /&gt;&lt;BR /&gt;what was your default directory when you issued this command on the V7.3-2 system ? Maybe SYS$SYSDEVICE:[000000] and not SYS$MANAGER: ?&lt;BR /&gt;&lt;BR /&gt;The fact, that files are listed twice, if your default directory device contains a multi-valued logical name, is normally seen, if you do a  $ DIR MUA0:*.* command on an ANSI-mounted tape and wonder, why all files on the tape are shown twice. This is normal behaviour.&lt;BR /&gt;&lt;BR /&gt;So there is probably nothing wrong with your system disk ;-)&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Dec 2008 16:13:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/8-3-1h1-peculiarity-bug/m-p/5147599#M92613</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2008-12-22T16:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: 8.3-1H1 peculiarity !!  (Bug??!!)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/8-3-1h1-peculiarity-bug/m-p/5147600#M92614</link>
      <description>My 8.3-1H1 system shows the same thing.  An Alpha system running 8.3 with recent patches also acts similarly.  So does an Integrity system running VMS 8.2. So, I would guess that something was changed in VMS V8 so that the current directory is substituted where it wasn't in the past.</description>
      <pubDate>Mon, 22 Dec 2008 16:15:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/8-3-1h1-peculiarity-bug/m-p/5147600#M92614</guid>
      <dc:creator>Richard Whalen</dc:creator>
      <dc:date>2008-12-22T16:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: 8.3-1H1 peculiarity !!  (Bug??!!)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/8-3-1h1-peculiarity-bug/m-p/5147601#M92615</link>
      <description>&lt;!--!*#--&gt;Very odd.  It would help if you included output from commands SHOW DEFAULT and SHOW LOGICAL SYS$MANAGER* /FULL right before the DIRECTORY commands.&lt;BR /&gt;&lt;BR /&gt;It is possible that the backlink for VMS$COMMON.DIR is wrong.  DFU VERIFY/FIX SYS$SYSDEVICE: will correct that, but I'm not sure that problem would cause these symptoms.</description>
      <pubDate>Mon, 22 Dec 2008 16:17:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/8-3-1h1-peculiarity-bug/m-p/5147601#M92615</guid>
      <dc:creator>Jess Goodman</dc:creator>
      <dc:date>2008-12-22T16:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: 8.3-1H1 peculiarity !!  (Bug??!!)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/8-3-1h1-peculiarity-bug/m-p/5147602#M92616</link>
      <description>What I see here implies you're now learning about how RMS file specifications, default file names, and related file name parsing works (and sometimes goes all weird-looking) in the presence of logical names.</description>
      <pubDate>Mon, 22 Dec 2008 16:20:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/8-3-1h1-peculiarity-bug/m-p/5147602#M92616</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-12-22T16:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: 8.3-1H1 peculiarity !!  (Bug??!!)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/8-3-1h1-peculiarity-bug/m-p/5147603#M92617</link>
      <description>Volker is (of course) correct.&lt;BR /&gt;&lt;BR /&gt;When I set my default to sys$manager on both systems, then I get the same result on boths systems 7.3-2 and 8.3-1H1.  &lt;BR /&gt;    On both systems I get duplicate output, probably because sys$manager translates to &lt;BR /&gt;&lt;BR /&gt;$ set def sys$manager&lt;BR /&gt;$ show def&lt;BR /&gt;  SYS$SYSROOT:[SYSMGR]&lt;BR /&gt;  =   SYS$SYSROOT:[SYSMGR]&lt;BR /&gt;  =   SYS$COMMON:[SYSMGR]&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;Thanks Volker (learn something new every day)&lt;BR /&gt;&lt;BR /&gt;(In over 20 years, I have never noticed this before)&lt;BR /&gt;&lt;BR /&gt;Dave.</description>
      <pubDate>Mon, 22 Dec 2008 16:23:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/8-3-1h1-peculiarity-bug/m-p/5147603#M92617</guid>
      <dc:creator>The Brit</dc:creator>
      <dc:date>2008-12-22T16:23:37Z</dc:date>
    </item>
  </channel>
</rss>

