<?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: Disk Space in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/disk-space/m-p/4320889#M92443</link>
    <description>FOX2,&lt;BR /&gt;&lt;BR /&gt;Doing a quick scan of the OpenVMS FAQ (at &lt;A href="http://hoffmanlabs.org/vmsfaq/vmsfaq.html" target="_blank"&gt;http://hoffmanlabs.org/vmsfaq/vmsfaq.html&lt;/A&gt; ) I did not find this described, although I agree with Jon, the most likely cause is multiple processing of files due to aliases.&lt;BR /&gt;&lt;BR /&gt;FILES-11 (all levels), unlike the *IX and Windows file structures, allows files (including directories) to be entered at multiple points in the directory tree. This is harmless to disk accounting, as most disk structure accounting is actually done by processing the Index File, not directories.  &lt;BR /&gt;&lt;BR /&gt;This feature is most commonly noted on system disks, where [VMS$COMMON] is entered as [SYSCOMMON] under each system root (e.g., [SYS0}, [SYS1], ... [SYS597]). Thus, having multiple OpenVMS roots on one disk only incurs the space cost of files that are particular to each instance, not a complete copy of OpenVMS for each instance sharing a system disk.&lt;BR /&gt;&lt;BR /&gt;This feature of the structure predates OpenVMS, having been part of the original FILES-11 Level 1 specification for RSX-11D. It is not the same as hard/soft links, which are later additions.&lt;BR /&gt;&lt;BR /&gt;Thus, when a [...] enumeration of files on the disk is done, there is the possibility that directories (and files) that are entered multiple times will be added to the total multiple times. ANALYZE/DISK_STRUCTURE (see the online HELP text) will the actual space in use by auditing the index file and storage bitmap.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;P.S. Hoff, perhaps this should be an item in the FAQ?</description>
    <pubDate>Wed, 10 Dec 2008 11:40:41 GMT</pubDate>
    <dc:creator>Robert Gezelter</dc:creator>
    <dc:date>2008-12-10T11:40:41Z</dc:date>
    <item>
      <title>Disk Space</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-space/m-p/4320887#M92441</link>
      <description>The disk $1$dga100 has a total block count of 35556389.&lt;BR /&gt;&lt;BR /&gt;The free space reported is 12883675.&lt;BR /&gt;But, when issued the following command it shows :&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SYSTEM1$:&amp;gt; dir $1$DGA100:[000000...]/siz=all/grand&lt;BR /&gt;&lt;BR /&gt;Grand total of 1227 directories, 61283 files, 35996727/38823505 blocks.&lt;BR /&gt;&lt;BR /&gt;Can anyone please let me know why this is reported wrongly ?&lt;BR /&gt;&lt;BR /&gt;Analyse/disk can resolve this problem?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Dec 2008 10:44:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-space/m-p/4320887#M92441</guid>
      <dc:creator>Mulder_1</dc:creator>
      <dc:date>2008-12-10T10:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Space</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-space/m-p/4320888#M92442</link>
      <description>Most likely there are alias directories and the same files are being counted multiple times, since they have multiple names.&lt;BR /&gt;&lt;BR /&gt;Most common instance of this is the sys$common directory on a system disk.&lt;BR /&gt;&lt;BR /&gt;I believe this is covered in the VMS FAQ.&lt;BR /&gt;&lt;BR /&gt;Jon</description>
      <pubDate>Wed, 10 Dec 2008 11:04:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-space/m-p/4320888#M92442</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2008-12-10T11:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Space</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-space/m-p/4320889#M92443</link>
      <description>FOX2,&lt;BR /&gt;&lt;BR /&gt;Doing a quick scan of the OpenVMS FAQ (at &lt;A href="http://hoffmanlabs.org/vmsfaq/vmsfaq.html" target="_blank"&gt;http://hoffmanlabs.org/vmsfaq/vmsfaq.html&lt;/A&gt; ) I did not find this described, although I agree with Jon, the most likely cause is multiple processing of files due to aliases.&lt;BR /&gt;&lt;BR /&gt;FILES-11 (all levels), unlike the *IX and Windows file structures, allows files (including directories) to be entered at multiple points in the directory tree. This is harmless to disk accounting, as most disk structure accounting is actually done by processing the Index File, not directories.  &lt;BR /&gt;&lt;BR /&gt;This feature is most commonly noted on system disks, where [VMS$COMMON] is entered as [SYSCOMMON] under each system root (e.g., [SYS0}, [SYS1], ... [SYS597]). Thus, having multiple OpenVMS roots on one disk only incurs the space cost of files that are particular to each instance, not a complete copy of OpenVMS for each instance sharing a system disk.&lt;BR /&gt;&lt;BR /&gt;This feature of the structure predates OpenVMS, having been part of the original FILES-11 Level 1 specification for RSX-11D. It is not the same as hard/soft links, which are later additions.&lt;BR /&gt;&lt;BR /&gt;Thus, when a [...] enumeration of files on the disk is done, there is the possibility that directories (and files) that are entered multiple times will be added to the total multiple times. ANALYZE/DISK_STRUCTURE (see the online HELP text) will the actual space in use by auditing the index file and storage bitmap.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;P.S. Hoff, perhaps this should be an item in the FAQ?</description>
      <pubDate>Wed, 10 Dec 2008 11:40:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-space/m-p/4320889#M92443</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2008-12-10T11:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Space</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-space/m-p/4320890#M92444</link>
      <description>&lt;!--!*#--&gt;&lt;BR /&gt;       DFU&lt;BR /&gt;&lt;BR /&gt;Need I say more?&lt;BR /&gt;&lt;BR /&gt;       DFU REPORT $1$DGA100:&lt;BR /&gt;&lt;BR /&gt;Still not clear?&lt;BR /&gt;&lt;BR /&gt;       &lt;A href="http://www.digiater.nl/dfu" target="_blank"&gt;http://www.digiater.nl/dfu&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;That should do it.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Dec 2008 12:40:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-space/m-p/4320890#M92444</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2008-12-10T12:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Space</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-space/m-p/4320891#M92445</link>
      <description>To answer your question : yes anal/dis/REPAIR can solve the problem but it could be normal too as the others explained.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 10 Dec 2008 13:10:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-space/m-p/4320891#M92445</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2008-12-10T13:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Space</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-space/m-p/4320892#M92446</link>
      <description>The first hit in the following Google search turns up the answer:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.google.com/search?hl=en&amp;amp;q=openvms+%22directory+%2Fsize%22+%22show+device%22+blocks" target="_blank"&gt;http://www.google.com/search?hl=en&amp;amp;q=openvms+%22directory+%2Fsize%22+%22show+device%22+blocks&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;That's a search for&lt;BR /&gt;&lt;BR /&gt;OpenVMS "directory /size" "show device" blocks&lt;BR /&gt;&lt;BR /&gt;Which seems a pretty reasonable Google search to try to find the answer here, right? &lt;BR /&gt;&lt;BR /&gt;This particular DCL detail is in the OpenVMS FAQ, in the section on DIRECTORY /SIZE and disk quotas.  Certainly not as obviously placed as it should be, but a search for DIRECTORY or /SIZE through the FAQ text file or FAQ PDF will find it.   Certainly not as obvious a placement given particularly that fewer and fewer sites are using disk quotas these days.  But it's the same basic underlying difference in what the various commands are displaying.&lt;BR /&gt;&lt;BR /&gt;Please do lob a documentation enhancement request at HP for whatever documentation you looked at.  I checked DIRECTORY /SIZE here and didn't see this caveat listed, but I don't know what other documentation you reviewed before you posted this.  You're far the first to encounter this confusion, as that Google search will indicate - hence it might well be good to see the DIRECTORY /SIZE documentation (and whatever else you looked at) updated.&lt;BR /&gt;&lt;BR /&gt;And why the assumption that something is "wrong" or a "problem"?   This can appear inconsistent, confusing, unexpected and surprising, yes.  But wrong?  A problem?  No.  Assuming an understanding in the face of an inconsistency is not an assumption that is particularly safe in the generic case.  Best to figure out why first, rather than assuming an error.  This approach comes to the fore as you move forward toward system and application debugging, too.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Dec 2008 13:45:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-space/m-p/4320892#M92446</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-12-10T13:45:30Z</dc:date>
    </item>
  </channel>
</rss>

