<?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: Interesting result using Remote Delete and Copy. in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/interesting-result-using-remote-delete-and-copy/m-p/5059690#M85282</link>
    <description>Try it :&lt;BR /&gt;create a.lis&lt;BR /&gt;open/read/share x a.lis&lt;BR /&gt;del a.lis.*&lt;BR /&gt;(the file should be deleted)&lt;BR /&gt;close x&lt;BR /&gt;(at this moment the diskspace gets freed)&lt;BR /&gt;&lt;BR /&gt;So, the file was still open and thus the space was not yet given back.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
    <pubDate>Tue, 24 Jul 2007 09:05:19 GMT</pubDate>
    <dc:creator>Wim Van den Wyngaert</dc:creator>
    <dc:date>2007-07-24T09:05:19Z</dc:date>
    <item>
      <title>Interesting result using Remote Delete and Copy.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/interesting-result-using-remote-delete-and-copy/m-p/5059689#M85281</link>
      <description>I have a process which is used to refresh my development node with data from Production.   Basically, it runs on the production node, deletes a file on the remote node, and then copies in the new version.  This has been working fine until a recent run producted the following (paraphrased)&lt;BR /&gt;&lt;BR /&gt;$ Delete/NoConfirm/Log &lt;NODE&gt;::&lt;DIR&gt;:*.*;*&lt;BR /&gt;%DELETE-I-FILDEL, &lt;NODE&gt;::&lt;DIR&gt;:&lt;DEV_FILE&gt; deleted (19124523 blocks)&lt;BR /&gt;$ Copy/Log &lt;PROD_FILE&gt;  &lt;NODE&gt;::&lt;DIR&gt;:&lt;DEV_FILE&gt;&lt;BR /&gt;%COPY-E-OPENOUT, error opening &lt;NODE&gt;::&lt;DIR&gt;:&lt;DEV_FILE&gt; as output&lt;BR /&gt;-RMS-F-FUL, device full (insufficient space for allocation)&lt;BR /&gt;%COPY-W-NOTCOPIED, &lt;PROD_FILE&gt; not copied&lt;BR /&gt;&lt;BR /&gt;Note the file deleted was 19M Blocks, the Prod_File replacement was 13M Blocks, i.e. significantly smaller.&lt;BR /&gt;&lt;BR /&gt;Q.   Why did I get the "device full" message?&lt;BR /&gt;&lt;BR /&gt;A "show dev" after the failure indicated that there were only ~5M blocks available, even though the "delete" command should have released 19M blocks?&lt;BR /&gt;&lt;BR /&gt;The "Free Blocks" issue is fixed, and the disk is now showing ~24M blocks free, however I am still interested in what could cause this to happen&lt;BR /&gt;&lt;BR /&gt;thanks Dave.&lt;/PROD_FILE&gt;&lt;/DEV_FILE&gt;&lt;/DIR&gt;&lt;/NODE&gt;&lt;/DEV_FILE&gt;&lt;/DIR&gt;&lt;/NODE&gt;&lt;/PROD_FILE&gt;&lt;/DEV_FILE&gt;&lt;/DIR&gt;&lt;/NODE&gt;&lt;/DIR&gt;&lt;/NODE&gt;</description>
      <pubDate>Tue, 24 Jul 2007 07:50:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/interesting-result-using-remote-delete-and-copy/m-p/5059689#M85281</guid>
      <dc:creator>The Brit</dc:creator>
      <dc:date>2007-07-24T07:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Interesting result using Remote Delete and Copy.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/interesting-result-using-remote-delete-and-copy/m-p/5059690#M85282</link>
      <description>Try it :&lt;BR /&gt;create a.lis&lt;BR /&gt;open/read/share x a.lis&lt;BR /&gt;del a.lis.*&lt;BR /&gt;(the file should be deleted)&lt;BR /&gt;close x&lt;BR /&gt;(at this moment the diskspace gets freed)&lt;BR /&gt;&lt;BR /&gt;So, the file was still open and thus the space was not yet given back.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 24 Jul 2007 09:05:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/interesting-result-using-remote-delete-and-copy/m-p/5059690#M85282</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2007-07-24T09:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Interesting result using Remote Delete and Copy.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/interesting-result-using-remote-delete-and-copy/m-p/5059691#M85283</link>
      <description>Thanks,&lt;BR /&gt;      It looks like this might have been what happened.&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Tue, 24 Jul 2007 09:28:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/interesting-result-using-remote-delete-and-copy/m-p/5059691#M85283</guid>
      <dc:creator>The Brit</dc:creator>
      <dc:date>2007-07-24T09:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Interesting result using Remote Delete and Copy.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/interesting-result-using-remote-delete-and-copy/m-p/5059692#M85284</link>
      <description>This sequence shouldn't generate this device full error, of course.  I'd have to guess the file was contiguous, or that the lock value block got messed up or the delete got stalled.  The block counts reported certainly imply the latter.&lt;BR /&gt;&lt;BR /&gt;There's been a long game of whack-a-mole with the freeblock count in the volume lock, and several leaks have been fixed over the years.  Are you current on ECOs on whatever version of OpenVMS and of DECnet is operating here?&lt;BR /&gt;&lt;BR /&gt;It's also possible that FAL is operating and overlapping the operations.  That you got the done back from FAL before it was really done.  Wildcard copies have had the tradition of starting more than one parallel operation.  (Guess: DELETE finished after the COPY started; the DELETE completion arrived back too quickly.)&lt;BR /&gt;&lt;BR /&gt;Did somebody enable erase on delete?  That switch can throw off the command timing.&lt;BR /&gt;&lt;BR /&gt;Poke around in the NET*SERVER.LOG files, if you still have them, and see if there's any detail there.  (See if you have an overlap in logs here based on time, for instance.)&lt;BR /&gt;&lt;BR /&gt;About the best I can see here is loading the ECOs, and to instrument the code and the remote NET*SERVER so that you have more evidence of this sequence should it crop up again.  This to have more details for the HP support folks.&lt;BR /&gt;&lt;BR /&gt;The skewed block counts imply you've something messing up or messed up in the file system.&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Jul 2007 09:40:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/interesting-result-using-remote-delete-and-copy/m-p/5059692#M85284</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-07-24T09:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Interesting result using Remote Delete and Copy.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/interesting-result-using-remote-delete-and-copy/m-p/5059693#M85285</link>
      <description>Here is a full example.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 24 Jul 2007 09:56:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/interesting-result-using-remote-delete-and-copy/m-p/5059693#M85285</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2007-07-24T09:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Interesting result using Remote Delete and Copy.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/interesting-result-using-remote-delete-and-copy/m-p/5059694#M85286</link>
      <description>Hoff,&lt;BR /&gt;     I carried out the same test as Wim, and got the same result, vis. the delete appears to be successful, "Dir" indicates that the file is gone, and no error is generated, however a "show device" indicates that the diskspace does not reappear until the file is closed.&lt;BR /&gt;&lt;BR /&gt;     In my case, I have reason to believe that the file might have been open for read (although it should not have been)&lt;BR /&gt;&lt;BR /&gt;     Supporting this conclusion is the fact that the diskspace returned to normal at some point after the copy attempt, without any intervention by myself, or any other of my developers.&lt;BR /&gt;&lt;BR /&gt;Dave.</description>
      <pubDate>Tue, 24 Jul 2007 10:09:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/interesting-result-using-remote-delete-and-copy/m-p/5059694#M85286</guid>
      <dc:creator>The Brit</dc:creator>
      <dc:date>2007-07-24T10:09:42Z</dc:date>
    </item>
  </channel>
</rss>

