<?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: No such file in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/no-such-file/m-p/5006657#M83408</link>
    <description>Thanks</description>
    <pubDate>Thu, 26 Apr 2007 23:40:37 GMT</pubDate>
    <dc:creator>Sentosa</dc:creator>
    <dc:date>2007-04-26T23:40:37Z</dc:date>
    <item>
      <title>No such file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/no-such-file/m-p/5006650#M83401</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I found some files with the follow information during issue command "dir *.log/size"&lt;BR /&gt;&lt;BR /&gt;ABC.LOG;764&lt;BR /&gt;     no such file&lt;BR /&gt;&lt;BR /&gt;Could anyone know why? &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;sentosa</description>
      <pubDate>Tue, 03 Oct 2006 21:51:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/no-such-file/m-p/5006650#M83401</guid>
      <dc:creator>Sentosa</dc:creator>
      <dc:date>2006-10-03T21:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: No such file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/no-such-file/m-p/5006651#M83402</link>
      <description>&lt;BR /&gt;This is probably a 'dangling' directory entry.&lt;BR /&gt;&lt;BR /&gt;You can clean it up with SET FILE/REMOVE&lt;BR /&gt;&lt;BR /&gt;You may want to do an ANAL/DISK at some point.&lt;BR /&gt;&lt;BR /&gt;Under VMS a file is uniquely described by its FILE-ID (FID), a set 3 binary words.&lt;BR /&gt;&lt;BR /&gt;Directory entries relate a NAME to FIDs&lt;BR /&gt;More than 1 entry can point to the same FID&lt;BR /&gt;&lt;BR /&gt;Try $ DIREXXX /FILE  x.y&lt;BR /&gt;The XXX makes sure you get the 'naked' directory command, no alias.&lt;BR /&gt;&lt;BR /&gt;Try $ HELP SET FILE/ENTER&lt;BR /&gt;and $ HELP SET FILE/REMOV&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Oct 2006 21:59:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/no-such-file/m-p/5006651#M83402</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2006-10-03T21:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: No such file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/no-such-file/m-p/5006652#M83403</link>
      <description>Hi Hein.,&lt;BR /&gt;&lt;BR /&gt;Could you please tell me the meaning of 'dangling' directory &amp;amp; 3 binary words?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Sentosa&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Oct 2006 22:12:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/no-such-file/m-p/5006652#M83403</guid>
      <dc:creator>Sentosa</dc:creator>
      <dc:date>2006-10-03T22:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: No such file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/no-such-file/m-p/5006653#M83404</link>
      <description>&lt;!--!*#--&gt;It can happen if the file is deleted (by some&lt;BR /&gt;other process) between the time when the&lt;BR /&gt;DIRECTORY program adds that file to its list&lt;BR /&gt;of things to display, and the time when it&lt;BR /&gt;actually puts out that line.&lt;BR /&gt;&lt;BR /&gt;For a test, you can use DIRE /PAGE to add&lt;BR /&gt;extra delay.  Create ZZZZ.TMP in a directory&lt;BR /&gt;which already contains many files.  Do DIRE&lt;BR /&gt;/PAGE /SIZE.  When the first page is&lt;BR /&gt;displayed, go to some other terminal&lt;BR /&gt;(window), and DELETE ZZZZ.TMP;*.  Return to&lt;BR /&gt;the DIRE /PAGE /SIZE terminal (window), and&lt;BR /&gt;"More" or "Scroll" down to the (now deleted)&lt;BR /&gt;ZZZZ.TMP entry:&lt;BR /&gt;&lt;BR /&gt;[...]&lt;BR /&gt;ZZZZ.TMP;1        no such file&lt;BR /&gt;[...]&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Oct 2006 22:13:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/no-such-file/m-p/5006653#M83404</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-10-03T22:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: No such file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/no-such-file/m-p/5006654#M83405</link>
      <description>&lt;BR /&gt;&amp;gt;&amp;gt; Could you please tell me the meaning of 'dangling' directory &amp;amp; 3 binary words?&lt;BR /&gt;&lt;BR /&gt;Did you try the DIR/FILE ???&lt;BR /&gt;You'll see the numbers that represent the FID&lt;BR /&gt;&lt;BR /&gt;Did you try the HELP?&lt;BR /&gt;&lt;BR /&gt;With dangling I mean there is an entry (NAME) in the directory, with a value for a FID, but the FID itself is not valid (anymore).&lt;BR /&gt;&lt;BR /&gt;Normally, when a file is deleted, its directory entry is removed. But they are seperate entities that can get decoupled. Apparently, in your case, the file (data adn header) is gone, but the directory entry is still there.&lt;BR /&gt;&lt;BR /&gt;Hein&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Oct 2006 22:36:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/no-such-file/m-p/5006654#M83405</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2006-10-03T22:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: No such file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/no-such-file/m-p/5006655#M83406</link>
      <description>Hi Hein,&lt;BR /&gt;&lt;BR /&gt;I have tired the command, the output for the file is (9073,1329,0).&lt;BR /&gt;&lt;BR /&gt;What is the meaning for that digit?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Sentosa</description>
      <pubDate>Tue, 03 Oct 2006 22:48:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/no-such-file/m-p/5006655#M83406</guid>
      <dc:creator>Sentosa</dc:creator>
      <dc:date>2006-10-03T22:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: No such file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/no-such-file/m-p/5006656#M83407</link>
      <description>&lt;!--!*#--&gt;Imaginge that you wanted to phone a guy called ABC LOG. You get the phone book out, and find the number 9073 1329 0 for that name. Then you phone 9073 1329 0 and get a "no such number" tone.&lt;BR /&gt;&lt;BR /&gt;When the new phone book comes out, it no longer contains the name ABC LOG.&lt;BR /&gt;&lt;BR /&gt;So you need a new phone book - try:&lt;BR /&gt;$ ANAL/DISK/REPAIR&lt;BR /&gt;&lt;BR /&gt;..or just remove the name from your current book:&lt;BR /&gt;$ SET FILE/REMOVE ABC.LOG&lt;BR /&gt;&lt;BR /&gt;..then you will not try to ring the number again.&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Oct 2006 03:08:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/no-such-file/m-p/5006656#M83407</guid>
      <dc:creator>Barry Alford</dc:creator>
      <dc:date>2006-10-04T03:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: No such file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/no-such-file/m-p/5006657#M83408</link>
      <description>Thanks</description>
      <pubDate>Thu, 26 Apr 2007 23:40:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/no-such-file/m-p/5006657#M83408</guid>
      <dc:creator>Sentosa</dc:creator>
      <dc:date>2007-04-26T23:40:37Z</dc:date>
    </item>
  </channel>
</rss>

