<?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: Output of &amp;quot;show dev d&amp;quot; seems not correct in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/output-of-quot-show-dev-d-quot-seems-not-correct/m-p/4656928#M99424</link>
    <description>@all : Thanks for mentioning about used and allocated. I didn't aware on this concept.&lt;BR /&gt;I believe my case was caused by this wrong reading.&lt;BR /&gt;&lt;BR /&gt;By checking "allocated", I have found a directory that has high usage of allocated space. It's smsc$root:[log]&lt;BR /&gt;&lt;BR /&gt;XXXX:SYSTEM&amp;gt; dir /size=(alloc,unit=byte)/total&lt;BR /&gt;Directory SMSC$ROOT:[LOG]&lt;BR /&gt;Total of 2656 files, 59.59GB&lt;BR /&gt;&lt;BR /&gt;Then, I try to copy this whole directory to another one but in different disk.&lt;BR /&gt;The result :&lt;BR /&gt;XXXX:SYSTEM&amp;gt; dir /size=(alloc,unit=byte)/total&lt;BR /&gt;Directory SMSC_TRC0:[LOG]&lt;BR /&gt;Total of 2599 files, 287.56MB&lt;BR /&gt;&lt;BR /&gt;I was surprised with the comparison result.&lt;BR /&gt;&lt;BR /&gt;The original takes allocated 60GB, and the copied takes allocated just 288MB.&lt;BR /&gt;&lt;BR /&gt;Can please suggest me which related setting I need to adjust on $1$DGA100 ?&lt;BR /&gt;Or may be I need to Jan suggestion :&lt;BR /&gt;SET VOLUME/REBUILD&lt;BR /&gt;ANAL/DISK/REPAIR ?&lt;BR /&gt;&lt;BR /&gt;Thank a lot.</description>
    <pubDate>Tue, 06 Jul 2010 08:01:48 GMT</pubDate>
    <dc:creator>Ricky Pardede</dc:creator>
    <dc:date>2010-07-06T08:01:48Z</dc:date>
    <item>
      <title>Output of "show dev d" seems not correct</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/output-of-quot-show-dev-d-quot-seems-not-correct/m-p/4656918#M99414</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I suspect I have untraced disk usage on my system. It is on the system disk.&lt;BR /&gt;&lt;BR /&gt;From "show dev $1$DGA100/size=byte/full" :&lt;BR /&gt;Total size              100.00GB&lt;BR /&gt;Free space               30.16GB&lt;BR /&gt;=&amp;gt; means around 70 GB is used.&lt;BR /&gt;&lt;BR /&gt;Meanwhile, from "dir $1$DGA100:[000000...]*.* /size=unit=byte/total" :&lt;BR /&gt;Grand total of 3025 directories, 91108 files, 21.73GB&lt;BR /&gt;=&amp;gt; it says disk usage is only 21.73 GB&lt;BR /&gt;&lt;BR /&gt;I can not find any folders that take disk usage excessively.&lt;BR /&gt;&lt;BR /&gt;Can anyone suggest why "show dev d" indicates high disk usage on my system ?&lt;BR /&gt;Why the output is so much different with "dir /total"&lt;BR /&gt;&lt;BR /&gt;Thanks a lot guys.&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Jul 2010 11:40:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/output-of-quot-show-dev-d-quot-seems-not-correct/m-p/4656918#M99414</guid>
      <dc:creator>Ricky Pardede</dc:creator>
      <dc:date>2010-07-05T11:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Output of "show dev d" seems not correct</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/output-of-quot-show-dev-d-quot-seems-not-correct/m-p/4656919#M99415</link>
      <description>Ricky,&lt;BR /&gt;&lt;BR /&gt;multiple reasons, but you very probably already get much better agreement if you do those measurements again after &lt;BR /&gt;$ SET VOLUME/REBUILD&lt;BR /&gt;That will clear (most importantly) any remaining incorrectly closed extended files.&lt;BR /&gt;A next step would be &lt;BR /&gt;$ ANAL/DISK/REPAIR&lt;BR /&gt;That will (most importantly) clear any references to INSTALLed files that were deleted before deINSTALL, or upon INSTALL/REPLACE will still being referenced (ANAL/DISK will report those as Delete Pending)&lt;BR /&gt;Furthermore, in an active system some disk space is already "reserved" for quick allocation when wished for. That amount gets multiplied by the number of nodes in a cluster.&lt;BR /&gt;Furthermore, &lt;BR /&gt;$ dir $1$DGA100:[000000...]*.*&lt;BR /&gt;reports only ONE version of any file, if you need to see them all, then&lt;BR /&gt;$ dir $1$DGA100:[000000...]*.*;*&lt;BR /&gt;or &lt;BR /&gt;$ dir $1$DGA100:[000000...]&lt;BR /&gt;would give more relevant info.&lt;BR /&gt;&lt;BR /&gt;... and the actual situation can easily be reversed for the system disk, because you see many directories twice! &lt;BR /&gt;Each [SYS*]SYSCOMMON.DIR is an alias for [000000]VMS$COMMON.DIR, and all files in there are counted (at least!) twice.&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</description>
      <pubDate>Mon, 05 Jul 2010 12:12:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/output-of-quot-show-dev-d-quot-seems-not-correct/m-p/4656919#M99415</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2010-07-05T12:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Output of "show dev d" seems not correct</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/output-of-quot-show-dev-d-quot-seems-not-correct/m-p/4656920#M99416</link>
      <description>&lt;BR /&gt;I recommend to install and use the DFU utility for this purpose: its REPORT command show all relevant usage/allocation/free data.&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Jul 2010 12:27:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/output-of-quot-show-dev-d-quot-seems-not-correct/m-p/4656920#M99416</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2010-07-05T12:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Output of "show dev d" seems not correct</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/output-of-quot-show-dev-d-quot-seems-not-correct/m-p/4656921#M99417</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;DIRECTORY/SIZE gives the "size used" not the "size allocated". That also might explain (partially) the difference you've calculated.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Kris (aka Qkcl)</description>
      <pubDate>Mon, 05 Jul 2010 12:48:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/output-of-quot-show-dev-d-quot-seems-not-correct/m-p/4656921#M99417</guid>
      <dc:creator>Kris Clippeleyr</dc:creator>
      <dc:date>2010-07-05T12:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Output of "show dev d" seems not correct</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/output-of-quot-show-dev-d-quot-seems-not-correct/m-p/4656922#M99418</link>
      <description>Ricky,&lt;BR /&gt;&lt;BR /&gt;This this OpenVMS. It is correct.&lt;BR /&gt;Certainly for common, simple, operations such as "SHOW DEV"&lt;BR /&gt;&lt;BR /&gt;So when you write "Output of "show dev d" seems not correct" you should have been thinking "what am I missing in my understanding of the system"&lt;BR /&gt;&lt;BR /&gt;In this case the verification seemed flawed.&lt;BR /&gt;The command issued, only reports the USED bytes, not the ALLOCATED bytes.&lt;BR /&gt;Change to : /size=(alloc,unit=byte)&lt;BR /&gt;Also change to :  /size=(all,unit=byte)&lt;BR /&gt;&lt;BR /&gt;Try this on a small directory first, not the whole disk.&lt;BR /&gt;&lt;BR /&gt;Of course it could also be that there files on the disk which are not in any directory, and other tricky situations, but for now let's just assume the difference is in allocated versus used because allocated was not reported / an unknown concept.&lt;BR /&gt;&lt;BR /&gt;Joseph: use the DFU utility&lt;BR /&gt;YES! for serious investigation, but this is just basics.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Jan: $ SET VOLUME/REBUILD ... $ ANAL/DISK/REPAIR&lt;BR /&gt;YES! for serious investigation, but this is probably just basics.&lt;BR /&gt;&lt;BR /&gt;Jan: *.* reports only ONE version of any file&lt;BR /&gt;NO! *.*; reports only one.&lt;BR /&gt;&lt;BR /&gt;Jan:  situation can easily be reversed for the system disk&lt;BR /&gt;YES!, but let's keep it simple for now.&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;BR /&gt;Hein&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Jul 2010 13:00:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/output-of-quot-show-dev-d-quot-seems-not-correct/m-p/4656922#M99418</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2010-07-05T13:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Output of "show dev d" seems not correct</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/output-of-quot-show-dev-d-quot-seems-not-correct/m-p/4656923#M99419</link>
      <description>@Hein:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;Jan: *.* reports only ONE version of any file&lt;BR /&gt;NO! *.*; reports only one.&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Oops! My bad! Thank for the correction.&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Mon, 05 Jul 2010 14:10:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/output-of-quot-show-dev-d-quot-seems-not-correct/m-p/4656923#M99419</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2010-07-05T14:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Output of "show dev d" seems not correct</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/output-of-quot-show-dev-d-quot-seems-not-correct/m-p/4656924#M99420</link>
      <description>Ricky,&lt;BR /&gt;&lt;BR /&gt;I think, i had this situation too.&lt;BR /&gt;&lt;BR /&gt;I believe this might be because of the two different links (VMS$COMMON and SYSCOMMON) for same directory SYS$SYSDEVICE:[SYS0.SYSCOMMON] in system disk.&lt;BR /&gt;&lt;BR /&gt;For example:&lt;BR /&gt;&lt;BR /&gt;When i do directory for single file from my login directory, i get like below...&lt;BR /&gt;&lt;BR /&gt;1.&lt;BR /&gt;&amp;gt;dir [-...]ABS$BACKUP.EXE/size/grand/total&lt;BR /&gt;&lt;BR /&gt;Grand total of 2 directories, 2 files, 2378 blocks.&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;2.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;dir [-...]ABS$BACKUP.EXE/size&lt;BR /&gt;&lt;BR /&gt;Directory SYS$SYSDEVICE:[SYS0.SYSCOMMON.SYSEXE]&lt;BR /&gt;&lt;BR /&gt;ABS$BACKUP.EXE;1        1189&lt;BR /&gt;&lt;BR /&gt;Total of 1 file, 1189 blocks.&lt;BR /&gt;&lt;BR /&gt;Directory SYS$SYSDEVICE:[VMS$COMMON.SYSEXE]&lt;BR /&gt;&lt;BR /&gt;ABS$BACKUP.EXE;1        1189&lt;BR /&gt;&lt;BR /&gt;Total of 1 file, 1189 blocks.&lt;BR /&gt;&lt;BR /&gt;Grand total of 2 directories, 2 files, 2378 blocks.&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps you understand the difference.&lt;BR /&gt;&lt;BR /&gt;/Suresh</description>
      <pubDate>Tue, 06 Jul 2010 03:42:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/output-of-quot-show-dev-d-quot-seems-not-correct/m-p/4656924#M99420</guid>
      <dc:creator>Suresh Hegde</dc:creator>
      <dc:date>2010-07-06T03:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: Output of "show dev d" seems not correct</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/output-of-quot-show-dev-d-quot-seems-not-correct/m-p/4656925#M99421</link>
      <description>&lt;!--!*#--&gt;@Hein,&lt;BR /&gt;&lt;BR /&gt;Although I agree with you that the most likely cause of the discrepancy is that the command was displaying used instead of allocated space, OpenVMS 8.3 (Alpha) still occasionally gets confused.  The following shows the results of analyze/disk/repair after I tried to backup about 4 million blocks (2 GB) of files to a device that was showing over 5 million block free.  I was surprised when the operation failed with an insufficient space error.  This is all I saved, which occurred after the error.&lt;BR /&gt;&lt;BR /&gt;$ show dev DISK$BJLARC01&lt;BR /&gt;&lt;BR /&gt;Device                  Device           Error    Volume         Free  Trans Mnt&lt;BR /&gt; Name                   Status           Count     Label        Blocks Count Cnt&lt;BR /&gt;$1$DGA3305:    (SIGMA)  Mounted              0  BJLARC01       2089392     1   2&lt;BR /&gt;$ anal/disk/rep disk$bjlarc01&lt;BR /&gt;Analyze/Disk_Structure/Repair for _$1$DGA3305: started on  1-MAR-2010 03:36:14.93&lt;BR /&gt;&lt;BR /&gt;%ANALDISK-I-OPENQUOTA, error opening QUOTA.SYS&lt;BR /&gt;-SYSTEM-W-NOSUCHFILE, no such file&lt;BR /&gt;%ANALDISK-W-FREESPADRIFT, free block count of 2089392 is incorrect (RVN 1);&lt;BR /&gt;        the correct value is 0&lt;BR /&gt;$ &lt;BR /&gt;&lt;BR /&gt;One of the two cluster nodes had been recently rebooted, and the disk mounted with the following mount command:&lt;BR /&gt;&lt;BR /&gt;$ mount/system/noassi/rebuild/subsystem/wind=80 $1$dga3305: bjlarc01/nowrite&lt;BR /&gt;&lt;BR /&gt;but the mount failed because the disk wash mounted for write on the other node.  I possibly had recently deleted files from the disk, I can't say for sure.  When I mounted it manually, I probably used that exact command without the /nowrite (cut &amp;amp; pasted from our mount_disks.com file)&lt;BR /&gt;&lt;BR /&gt;What is odd is that this disk has very little activity, it is just used to archive old backup journal files.  Perhaps the inactivity in some way contributed to the free space drift.  Other disks that were frequently modified did not have the problem.&lt;BR /&gt;&lt;BR /&gt;The reason I saved the output was because it was something that happens infrequently.  And I wasn't able to reproduce the problem (but I didn't try real hard).&lt;BR /&gt;&lt;BR /&gt;If /size=allocated is used, and there are no alias files on the disk, then the numbers should add. Up.&lt;BR /&gt;&lt;BR /&gt;I just tried on a disk with a relatively small number of large files, no aliases, and in this case, the numbers free + allocated = total (as expected)&lt;BR /&gt;&lt;BR /&gt;$ dir/size=allocated disk$data4:[000000...]/grand &lt;BR /&gt;&lt;BR /&gt;Grand total of 11 directories, 12719 files, 215333504 blocks.&lt;BR /&gt;$ show dev disk$data4/ful ! output edited to remove non-relevant info&lt;BR /&gt;&lt;BR /&gt;Disk DSA2200:, device type Generic SCSI disk, is online, mounted, file-oriented&lt;BR /&gt;    device, shareable, available to cluster, error logging is enabled, device&lt;BR /&gt;    supports bitmaps (no bitmaps active).&lt;BR /&gt;&lt;BR /&gt;    Total blocks           251658240    Sectors per track                   128&lt;BR /&gt;    Logical Volume Size    251658240    Expansion Size Limit         2147475456&lt;BR /&gt;    Free blocks             36324736    Maximum files allowed          12549313&lt;BR /&gt;$ write sys$output 251658240-36324736&lt;BR /&gt;215333504&lt;BR /&gt;$ write sys$output 251658240-36324736-215333504&lt;BR /&gt;0&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;Jon</description>
      <pubDate>Tue, 06 Jul 2010 04:58:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/output-of-quot-show-dev-d-quot-seems-not-correct/m-p/4656925#M99421</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2010-07-06T04:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Output of "show dev d" seems not correct</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/output-of-quot-show-dev-d-quot-seems-not-correct/m-p/4656926#M99422</link>
      <description>Hi Ricky,&lt;BR /&gt;&lt;BR /&gt;As others have commented, the most likely cause for this (I'm assuming that it's not a system disk) is that the space you're reporting is the used disk space rather than the allocated space.  It works like this:&lt;BR /&gt;&lt;BR /&gt;I have a disk of 36GB.  Because I want to save space in the index files and bitmaps and such like, I initialize the disk with a cluster factor equivalent to 5MB.  That means that the smallest space that I'm able to allocate to a file is 5MB - no matter what the contents of the file are.  So, if I have a 2KB file it will have 2KB used of 5MB allocated.  If I have a 6MB file it'll have 6MB used of 10MB allocated.  Only files that are nice multiples of 5MB will use all of the space allocated to them.  The rest of the space will be allocated but not actually used.&lt;BR /&gt;&lt;BR /&gt;If you have any BIG log files that are still open for write (e.g. SET HOST 0/LOG) then this will also allocate space but not use it until the file is closed.  On a DIR/SIZ=ALL you'll see things like 0/1778 or 0/9234567 with the used figure on the left and allocated on the right.&lt;BR /&gt;&lt;BR /&gt;An ANALYZE/DISK pass across the device might uncover some lost files or files that the system thinks should be deleted but haven't been and stuff like that, but it sounds like the disk was just badly set up to start with compared with the present use of it.</description>
      <pubDate>Tue, 06 Jul 2010 05:12:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/output-of-quot-show-dev-d-quot-seems-not-correct/m-p/4656926#M99422</guid>
      <dc:creator>Steve Reece_3</dc:creator>
      <dc:date>2010-07-06T05:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Output of "show dev d" seems not correct</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/output-of-quot-show-dev-d-quot-seems-not-correct/m-p/4656927#M99423</link>
      <description>@Suresh,&lt;BR /&gt;&lt;BR /&gt;You make a valid point; that directory /grand will include the contributions from alias files or alias directories, thus overstating the total size that directory reports.  However, in this case, Ricky was wondering why show device disk was showing a higher utilization than directory /grand.  Alias directories (as exist on the system disk) will make the output of directory [000000...] larger, not smaller.  That's why the most likely cause is the discrepancy between directory/size=allocated vs. the default /size=used.&lt;BR /&gt;&lt;BR /&gt;Steve just provided a good explanation of why allocated size is always .ge. used size.&lt;BR /&gt;&lt;BR /&gt;Jon</description>
      <pubDate>Tue, 06 Jul 2010 05:20:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/output-of-quot-show-dev-d-quot-seems-not-correct/m-p/4656927#M99423</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2010-07-06T05:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Output of "show dev d" seems not correct</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/output-of-quot-show-dev-d-quot-seems-not-correct/m-p/4656928#M99424</link>
      <description>@all : Thanks for mentioning about used and allocated. I didn't aware on this concept.&lt;BR /&gt;I believe my case was caused by this wrong reading.&lt;BR /&gt;&lt;BR /&gt;By checking "allocated", I have found a directory that has high usage of allocated space. It's smsc$root:[log]&lt;BR /&gt;&lt;BR /&gt;XXXX:SYSTEM&amp;gt; dir /size=(alloc,unit=byte)/total&lt;BR /&gt;Directory SMSC$ROOT:[LOG]&lt;BR /&gt;Total of 2656 files, 59.59GB&lt;BR /&gt;&lt;BR /&gt;Then, I try to copy this whole directory to another one but in different disk.&lt;BR /&gt;The result :&lt;BR /&gt;XXXX:SYSTEM&amp;gt; dir /size=(alloc,unit=byte)/total&lt;BR /&gt;Directory SMSC_TRC0:[LOG]&lt;BR /&gt;Total of 2599 files, 287.56MB&lt;BR /&gt;&lt;BR /&gt;I was surprised with the comparison result.&lt;BR /&gt;&lt;BR /&gt;The original takes allocated 60GB, and the copied takes allocated just 288MB.&lt;BR /&gt;&lt;BR /&gt;Can please suggest me which related setting I need to adjust on $1$DGA100 ?&lt;BR /&gt;Or may be I need to Jan suggestion :&lt;BR /&gt;SET VOLUME/REBUILD&lt;BR /&gt;ANAL/DISK/REPAIR ?&lt;BR /&gt;&lt;BR /&gt;Thank a lot.</description>
      <pubDate>Tue, 06 Jul 2010 08:01:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/output-of-quot-show-dev-d-quot-seems-not-correct/m-p/4656928#M99424</guid>
      <dc:creator>Ricky Pardede</dc:creator>
      <dc:date>2010-07-06T08:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Output of "show dev d" seems not correct</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/output-of-quot-show-dev-d-quot-seems-not-correct/m-p/4656929#M99425</link>
      <description>I suspect the system disk $1$DGA100 needs to repair.&lt;BR /&gt;&lt;BR /&gt;I deleted the whole files in smsc$root:[log], but still it is showing allocated space 60GB.&lt;BR /&gt;&lt;BR /&gt;XXXX:SYSTEM&amp;gt; dir /size=(alloc,unit=byte)/total&lt;BR /&gt;Directory SMSC$ROOT:[LOG]&lt;BR /&gt;Total of 58 files, 59.40GB&lt;BR /&gt;&lt;BR /&gt;I am not sure what's the cause.&lt;BR /&gt;Can help to suggest me the safest step to try troubleshooting ?&lt;BR /&gt;&lt;BR /&gt;Thanks a lot.</description>
      <pubDate>Tue, 06 Jul 2010 08:30:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/output-of-quot-show-dev-d-quot-seems-not-correct/m-p/4656929#M99425</guid>
      <dc:creator>Ricky Pardede</dc:creator>
      <dc:date>2010-07-06T08:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Output of "show dev d" seems not correct</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/output-of-quot-show-dev-d-quot-seems-not-correct/m-p/4656930#M99426</link>
      <description>Leave out the /total, and do a dir/size=all to see which files remained.&lt;BR /&gt;If there are none, then a rebuild and analyze/repair are the way to recover.&lt;BR /&gt;rebuild will free allocated/cached blocks.&lt;BR /&gt;analyze/repair finds files which are not in any directory, and puts them into [syslost] directory.&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Jul 2010 08:41:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/output-of-quot-show-dev-d-quot-seems-not-correct/m-p/4656930#M99426</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2010-07-06T08:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: Output of "show dev d" seems not correct</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/output-of-quot-show-dev-d-quot-seems-not-correct/m-p/4656931#M99427</link>
      <description>and by the way:&lt;BR /&gt;[&lt;BR /&gt;dir /size=(alloc,unit=byte)/total&lt;BR /&gt;Directory SMSC$ROOT:[LOG]&lt;BR /&gt;Total of 58 files, 59.40GB&lt;BR /&gt;]&lt;BR /&gt;&lt;BR /&gt;shows there ARE still files, not just allocated&lt;BR /&gt;Maybe You did not delete all versions of files ?&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Jul 2010 08:51:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/output-of-quot-show-dev-d-quot-seems-not-correct/m-p/4656931#M99427</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2010-07-06T08:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: Output of "show dev d" seems not correct</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/output-of-quot-show-dev-d-quot-seems-not-correct/m-p/4656932#M99428</link>
      <description>@Joseph :&lt;BR /&gt;Some files can't be deleted because it's locked by another process.&lt;BR /&gt;&lt;BR /&gt;So you suggest me to execute :&lt;BR /&gt;anal/disk/repair $1$DGA100  ?&lt;BR /&gt;&lt;BR /&gt;To execute this, I think I need to shutdown all applications and running queue.&lt;BR /&gt;Isn't it ?&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Jul 2010 09:13:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/output-of-quot-show-dev-d-quot-seems-not-correct/m-p/4656932#M99428</guid>
      <dc:creator>Ricky Pardede</dc:creator>
      <dc:date>2010-07-06T09:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Output of "show dev d" seems not correct</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/output-of-quot-show-dev-d-quot-seems-not-correct/m-p/4656933#M99429</link>
      <description>[&lt;BR /&gt;Some files can't be deleted because it's locked by another process.&lt;BR /&gt;]&lt;BR /&gt;&lt;BR /&gt;No, in this case a /repair will not change the situation.&lt;BR /&gt;Only a stop of the application locking the files will unlock them, then delete.</description>
      <pubDate>Tue, 06 Jul 2010 09:47:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/output-of-quot-show-dev-d-quot-seems-not-correct/m-p/4656933#M99429</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2010-07-06T09:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: Output of "show dev d" seems not correct</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/output-of-quot-show-dev-d-quot-seems-not-correct/m-p/4656934#M99430</link>
      <description>show dev d/full. you need to see the cluster_size. For example if cluster_size=200 and you are file is only 10. As per VMS it will allocate the 200 block and content may be 10 block. To reduce this while initialize you need to give the cluster_size parameters. So your disk usage will not be wasted. Here I pasted the example.&lt;BR /&gt;&lt;BR /&gt;25MAY.LIS;1                6/16(it is allocated space and this value will be taken from cluster_size). In the above example you could see size of the file is 6 block. But allocated is 16 block. So you need to reduce the cluster_size value. your issue will be resolved.</description>
      <pubDate>Tue, 06 Jul 2010 10:12:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/output-of-quot-show-dev-d-quot-seems-not-correct/m-p/4656934#M99430</guid>
      <dc:creator>p.balamurugan</dc:creator>
      <dc:date>2010-07-06T10:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Output of "show dev d" seems not correct</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/output-of-quot-show-dev-d-quot-seems-not-correct/m-p/4656935#M99431</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If your requirement is to have larger cluster factor and want to reduce the allocated but unused blocks of the file, then you can use the $ set file/truncate command. This command truncates the file at the end of the block containing the end-of-file (EOF) marker and releases allocated but unused blocks of the file. Try this on some huge file which has larger unused and allocated blocks. Truncate the file and then check the free space on the disk. This could be better approach than deleting the file (in my opinion). &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ketan &lt;BR /&gt;</description>
      <pubDate>Tue, 06 Jul 2010 10:31:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/output-of-quot-show-dev-d-quot-seems-not-correct/m-p/4656935#M99431</guid>
      <dc:creator>Shriniketan Bhagwat</dc:creator>
      <dc:date>2010-07-06T10:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: Output of "show dev d" seems not correct</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/output-of-quot-show-dev-d-quot-seems-not-correct/m-p/4656936#M99432</link>
      <description>@Ketan,&lt;BR /&gt;&lt;BR /&gt;not exactly.&lt;BR /&gt;&lt;BR /&gt;SET FILE/TRUNC reduces the file down to the disk cluster containing the EOF.&lt;BR /&gt;Then again, so does a normal close of a file, as well as SET VOLUME/REBUILD.&lt;BR /&gt;What you refer to is only slightly related: If a file needs to grow, the chunk of growth is the EXTEND size (can be set per file, if not uses the volume's setting) - rounded up to the next cluster size border.&lt;BR /&gt;If a file is NOT closed appropriately (program crash, process crash, system crash) then the extended chunk is not rounded down.&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</description>
      <pubDate>Tue, 06 Jul 2010 10:47:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/output-of-quot-show-dev-d-quot-seems-not-correct/m-p/4656936#M99432</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2010-07-06T10:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Output of "show dev d" seems not correct</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/output-of-quot-show-dev-d-quot-seems-not-correct/m-p/4656937#M99433</link>
      <description>The cluster size is completely irrelevant here:&lt;BR /&gt;the OP has 58 files summing up to a total of 59.6 GB, hold locked by an application.&lt;BR /&gt;Even if each of the file has once cluster allocated unused, that's nothing compared to the total size.&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Jul 2010 11:24:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/output-of-quot-show-dev-d-quot-seems-not-correct/m-p/4656937#M99433</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2010-07-06T11:24:17Z</dc:date>
    </item>
  </channel>
</rss>

