<?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: Calculate Diskspace in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/calculate-diskspace/m-p/3354405#M63862</link>
    <description>All,&lt;BR /&gt;Thanks for all your thoughts. I would now like to add an additional criteria into this calculation -&lt;BR /&gt;&lt;BR /&gt;I would like to divide the disks into 2 categories and find out the total storage on category1 disks and the same with category 2 disks &lt;BR /&gt;&lt;BR /&gt;That is i need to do the following&lt;BR /&gt;&lt;BR /&gt;1. Find out the total disk space cluster&lt;BR /&gt;   wide&lt;BR /&gt;&lt;BR /&gt;2. Find out the total free space cluster &lt;BR /&gt;   wide&lt;BR /&gt;&lt;BR /&gt;3. Find out the total used space for &lt;BR /&gt;   category 1 disks&lt;BR /&gt;&lt;BR /&gt;4. Find out the total used space for &lt;BR /&gt;   category 2 disks&lt;BR /&gt;&lt;BR /&gt;Category 1 and Category 2 disks are all DSAs and they are fixed. Does this mean that the only way for me is to create 2 files CATEGORY1.TXT and CATEGORY2.TXT and read them from these and calculate using DCL or is there any other way.&lt;BR /&gt;&lt;BR /&gt;I appreciate all your help....&lt;BR /&gt;&lt;BR /&gt;Its really amazing to see the response and the way different people think....&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Mobeen</description>
    <pubDate>Wed, 11 Aug 2004 08:14:59 GMT</pubDate>
    <dc:creator>Mobeen_1</dc:creator>
    <dc:date>2004-08-11T08:14:59Z</dc:date>
    <item>
      <title>Calculate Diskspace</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/calculate-diskspace/m-p/3354400#M63857</link>
      <description>All,&lt;BR /&gt;I would need to calculate the total disk space available on a cluster and also the free/used space.&lt;BR /&gt;&lt;BR /&gt;Is there a smart way of doing this? Instead of writing a DCL. I would appreciate if you could share your thoughts. The method that i can think of is&lt;BR /&gt;&lt;BR /&gt;1. Do a $sh dev dsa&lt;BR /&gt;2. Output the command above to a file and&lt;BR /&gt;   make calculations.&lt;BR /&gt;&lt;BR /&gt;I was wondering if there is any other way.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Mobeen</description>
      <pubDate>Wed, 11 Aug 2004 07:13:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/calculate-diskspace/m-p/3354400#M63857</guid>
      <dc:creator>Mobeen_1</dc:creator>
      <dc:date>2004-08-11T07:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Diskspace</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/calculate-diskspace/m-p/3354401#M63858</link>
      <description>Well, that works if you only have shadow sets. I'm sure it is also possible to hack something togther using the F$DEVICE() lexical function. I haven't looked into any details, but it seems similar to the SYS$DEVICE_SCAN system service and that one is amazing.</description>
      <pubDate>Wed, 11 Aug 2004 07:40:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/calculate-diskspace/m-p/3354401#M63858</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2004-08-11T07:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Diskspace</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/calculate-diskspace/m-p/3354402#M63859</link>
      <description>Hi Mobeen,&lt;BR /&gt;I think is more simple:&lt;BR /&gt;$ TOT=F$GETDVI("DSA","MAXBLOCK")&lt;BR /&gt;$ FRE=F$GETDVI("DSA","FREEBLOCKS")&lt;BR /&gt;then you can make any evaluation you need.&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Aug 2004 07:41:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/calculate-diskspace/m-p/3354402#M63859</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-08-11T07:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Diskspace</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/calculate-diskspace/m-p/3354403#M63860</link>
      <description>Mobeen,&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;instead of writing DCL&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;well, if you don't object to USING DCL, have a look at&lt;BR /&gt;&lt;A href="http://dcl.openvms.org/stories.php?story=04/05/27/8944070" target="_blank"&gt;http://dcl.openvms.org/stories.php?story=04/05/27/8944070&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;Jan</description>
      <pubDate>Wed, 11 Aug 2004 07:42:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/calculate-diskspace/m-p/3354403#M63860</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2004-08-11T07:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Diskspace</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/calculate-diskspace/m-p/3354404#M63861</link>
      <description>Mobeen,&lt;BR /&gt;&lt;BR /&gt;still DCL, but using lexical functions:&lt;BR /&gt;&lt;BR /&gt;$ tot_f = 0&lt;BR /&gt;$ tot_m = 0&lt;BR /&gt;$loop:&lt;BR /&gt;$ dev = F$DEVICE("*","DISK")&lt;BR /&gt;$ IF dev .EQS. "" THEN $ goto exit&lt;BR /&gt;$ IF .NOT. F$GETDVI(dev,"MNT") THEN $ GOTO loop&lt;BR /&gt;$ IF F$GETDVI(dev,"SHDW_MEMBER") THEN $ GOTO loop&lt;BR /&gt;$ f = F$GETDVI(dev,"FREEBLOCKS")&lt;BR /&gt;$ m = F$GETDVI(dev,"MAXBLOCK")&lt;BR /&gt;$ WRITE SYS$OUTPUT "''dev'   free=''f'  max=''m'"&lt;BR /&gt;$ tot_f = tot_f + f&lt;BR /&gt;$ tot_m = tot_m + m&lt;BR /&gt;$ GOTO loop&lt;BR /&gt;$!&lt;BR /&gt;$exit:&lt;BR /&gt;$ SHOW SYMB tot_f&lt;BR /&gt;$ SHOW SYMB tot_m&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 11 Aug 2004 07:42:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/calculate-diskspace/m-p/3354404#M63861</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2004-08-11T07:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Diskspace</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/calculate-diskspace/m-p/3354405#M63862</link>
      <description>All,&lt;BR /&gt;Thanks for all your thoughts. I would now like to add an additional criteria into this calculation -&lt;BR /&gt;&lt;BR /&gt;I would like to divide the disks into 2 categories and find out the total storage on category1 disks and the same with category 2 disks &lt;BR /&gt;&lt;BR /&gt;That is i need to do the following&lt;BR /&gt;&lt;BR /&gt;1. Find out the total disk space cluster&lt;BR /&gt;   wide&lt;BR /&gt;&lt;BR /&gt;2. Find out the total free space cluster &lt;BR /&gt;   wide&lt;BR /&gt;&lt;BR /&gt;3. Find out the total used space for &lt;BR /&gt;   category 1 disks&lt;BR /&gt;&lt;BR /&gt;4. Find out the total used space for &lt;BR /&gt;   category 2 disks&lt;BR /&gt;&lt;BR /&gt;Category 1 and Category 2 disks are all DSAs and they are fixed. Does this mean that the only way for me is to create 2 files CATEGORY1.TXT and CATEGORY2.TXT and read them from these and calculate using DCL or is there any other way.&lt;BR /&gt;&lt;BR /&gt;I appreciate all your help....&lt;BR /&gt;&lt;BR /&gt;Its really amazing to see the response and the way different people think....&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Mobeen</description>
      <pubDate>Wed, 11 Aug 2004 08:14:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/calculate-diskspace/m-p/3354405#M63862</guid>
      <dc:creator>Mobeen_1</dc:creator>
      <dc:date>2004-08-11T08:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Diskspace</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/calculate-diskspace/m-p/3354406#M63863</link>
      <description>Mobeen,&lt;BR /&gt;&lt;BR /&gt;instead of using files to store the disk names for CATEGORY1 and CATEGORY2 disks, why not use symbols. Then use F$LOCATE(dev,category1) to find out, if a device falls into one category or another.&lt;BR /&gt;&lt;BR /&gt;$ category1="_DSA1:/_DSA2:/..."&lt;BR /&gt;$ IF F$LOCATE(dev,category1) .ne. F$LENGTH(category1)&lt;BR /&gt;$ THEN&lt;BR /&gt;$   ! device belongs into category1&lt;BR /&gt;$ ENDIF&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 11 Aug 2004 08:37:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/calculate-diskspace/m-p/3354406#M63863</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2004-08-11T08:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Diskspace</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/calculate-diskspace/m-p/3354407#M63864</link>
      <description>Hi Mobeen,&lt;BR /&gt;the Volker's example is like you want. I can't understand which disks are in cat.1 and which in cat.2&lt;BR /&gt;$ tot_f = 0&lt;BR /&gt;$ tot_m = 0&lt;BR /&gt;$ t1_f = 0&lt;BR /&gt;$ t1_m = 0&lt;BR /&gt;$ t2_f = 0&lt;BR /&gt;$ t2_m = 0&lt;BR /&gt;$loop:&lt;BR /&gt;$ dev = F$DEVICE("*","DISK")&lt;BR /&gt;$ IF dev .EQS. "" THEN $ goto exit&lt;BR /&gt;$ IF .NOT. F$GETDVI(dev,"MNT") THEN $ GOTO loop&lt;BR /&gt;$ IF F$GETDVI(dev,"SHDW_MEMBER") THEN $ GOTO loop&lt;BR /&gt;$ f = F$GETDVI(dev,"FREEBLOCKS")&lt;BR /&gt;$ m = F$GETDVI(dev,"MAXBLOCK")&lt;BR /&gt;$ WRITE SYS$OUTPUT "''dev' free=''f' max=''m'"&lt;BR /&gt;$ tot_f = tot_f + f&lt;BR /&gt;$ tot_m = tot_m + m&lt;BR /&gt;$ if (......)&lt;BR /&gt;$ then&lt;BR /&gt;$ t1_f = t1_f + f&lt;BR /&gt;$ t1_m = t1_m + m&lt;BR /&gt;$ else&lt;BR /&gt;$ t2_f = t2_f + f&lt;BR /&gt;$ t2_m = t2_m + m&lt;BR /&gt;$ endif&lt;BR /&gt;$ GOTO loop&lt;BR /&gt;$!&lt;BR /&gt;$exit:&lt;BR /&gt;$ t1_used=t1_m - t1_f&lt;BR /&gt;$ t2_used=t2_m - t1_f&lt;BR /&gt;$ open/write tgt categoy1.txt&lt;BR /&gt;$ write tgt "Total space = ''tot_m'"&lt;BR /&gt;$ write tgt "Global free space = ''tot_f'"&lt;BR /&gt;$ write tgt "Cat.1 used = ''t1_used'"&lt;BR /&gt;$ close tgt&lt;BR /&gt;$ open/write tgt categoy2.txt&lt;BR /&gt;$ write tgt "Total space = ''tot_m'"&lt;BR /&gt;$ write tgt "Global free space = ''tot_f'"&lt;BR /&gt;$ write tgt "Cat.2 used = ''t2_used'"&lt;BR /&gt;$ close tgt&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Aug 2004 08:46:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/calculate-diskspace/m-p/3354407#M63864</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-08-11T08:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Diskspace</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/calculate-diskspace/m-p/3354408#M63865</link>
      <description>Thanks again &lt;BR /&gt;&lt;BR /&gt;Lets say my definition of Category 1 and Category 2 is as follows&lt;BR /&gt;&lt;BR /&gt;Category 1 - All DSAs with a label like &lt;BR /&gt;             DATA%&lt;BR /&gt;Category 2 - All DSA with a label like&lt;BR /&gt;             MFG%&lt;BR /&gt;&lt;BR /&gt;Yes, i did think about using Symbols as against the files, its probably easier to do this with symbols&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Mobeen</description>
      <pubDate>Wed, 11 Aug 2004 08:52:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/calculate-diskspace/m-p/3354408#M63865</guid>
      <dc:creator>Mobeen_1</dc:creator>
      <dc:date>2004-08-11T08:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Diskspace</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/calculate-diskspace/m-p/3354409#M63866</link>
      <description>$ tot_f = 0&lt;BR /&gt;$ tot_m = 0&lt;BR /&gt;$ t1_f = 0&lt;BR /&gt;$ t1_m = 0&lt;BR /&gt;$ t2_f = 0&lt;BR /&gt;$ t2_m = 0&lt;BR /&gt;$loop:&lt;BR /&gt;$ dev = F$DEVICE("*","DISK")&lt;BR /&gt;$ IF dev .EQS. "" THEN $ goto exit&lt;BR /&gt;$ IF .NOT. F$GETDVI(dev,"MNT") THEN $ GOTO loop&lt;BR /&gt;$ IF F$GETDVI(dev,"SHDW_MEMBER") THEN $ GOTO loop&lt;BR /&gt;$ f = F$GETDVI(dev,"FREEBLOCKS")&lt;BR /&gt;$ m = F$GETDVI(dev,"MAXBLOCK")&lt;BR /&gt;$ WRITE SYS$OUTPUT "''dev' free=''f' max=''m'"&lt;BR /&gt;$ tot_f = tot_f + f&lt;BR /&gt;$ tot_m = tot_m + m&lt;BR /&gt;$ vlbl = F$GETDVI(dev,"VOLNAM")&lt;BR /&gt;$ if f$extr(0,4,vlbl).eqs."DATA"&lt;BR /&gt;$ then&lt;BR /&gt;$ t1_f = t1_f + f&lt;BR /&gt;$ t1_m = t1_m + m&lt;BR /&gt;$ endif&lt;BR /&gt;$ if f$extr(0,3,vlbl).eqs."MFG"&lt;BR /&gt;$ then&lt;BR /&gt;$ t2_f = t2_f + f&lt;BR /&gt;$ t2_m = t2_m + m&lt;BR /&gt;$ endif&lt;BR /&gt;$ GOTO loop&lt;BR /&gt;$!&lt;BR /&gt;$exit:&lt;BR /&gt;$ t1_used=t1_m - t1_f&lt;BR /&gt;$ t2_used=t2_m - t1_f&lt;BR /&gt;$ open/write tgt categoy1.txt&lt;BR /&gt;$ write tgt "Total space = ''tot_m'"&lt;BR /&gt;$ write tgt "Global free space = ''tot_f'"&lt;BR /&gt;$ write tgt "Cat.1 used = ''t1_used'"&lt;BR /&gt;$ close tgt&lt;BR /&gt;$ open/write tgt categoy2.txt&lt;BR /&gt;$ write tgt "Total space = ''tot_m'"&lt;BR /&gt;$ write tgt "Global free space = ''tot_f'"&lt;BR /&gt;$ write tgt "Cat.2 used = ''t2_used'"&lt;BR /&gt;$ close tgt&lt;BR /&gt;&lt;BR /&gt;Antonio Vigliotti</description>
      <pubDate>Wed, 11 Aug 2004 09:00:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/calculate-diskspace/m-p/3354409#M63866</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-08-11T09:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Diskspace</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/calculate-diskspace/m-p/3354410#M63867</link>
      <description>A big thanks to all of you who have responded. I think i now have different alternatives to work on this. I appreciate all your help. &lt;BR /&gt;&lt;BR /&gt;I shall work on this tomorrow and will let you know how it went and also post the DCL back here, so that some one who needs the same can use it &lt;BR /&gt;&lt;BR /&gt;Thanks again&lt;BR /&gt;&lt;BR /&gt;Mobeen</description>
      <pubDate>Wed, 11 Aug 2004 10:18:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/calculate-diskspace/m-p/3354410#M63867</guid>
      <dc:creator>Mobeen_1</dc:creator>
      <dc:date>2004-08-11T10:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Diskspace</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/calculate-diskspace/m-p/3354411#M63868</link>
      <description>Mobeen,&lt;BR /&gt;&lt;BR /&gt;we have a version of SPACE.COM that splits the totals in two groups.&lt;BR /&gt;In our case, before we were able to shadow multisite system disks, we had a VAX and an Alpha SYTEM disk at each site, and a locally-attached dump-file-disk at each system.&lt;BR /&gt;We wanted them out of the "available" statistics for obvious reasons.&lt;BR /&gt;That version of SPACE.COM has two sets of disks; those that are included in the logical name "SYSTEM_DISKS" (comma-separated list), and those that are not.&lt;BR /&gt;Of course it can easily adapted for ANY subsetting of the disk-farm.&lt;BR /&gt;&lt;BR /&gt;When I get to work tomorrow I'l post it (now at home).&lt;BR /&gt;Jan</description>
      <pubDate>Wed, 11 Aug 2004 11:07:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/calculate-diskspace/m-p/3354411#M63868</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2004-08-11T11:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Diskspace</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/calculate-diskspace/m-p/3354412#M63869</link>
      <description>I don't know what you cluster looks like, but I want to remind that there can be situations where a disk is not mounted on the system where you run this procedure.</description>
      <pubDate>Wed, 11 Aug 2004 11:08:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/calculate-diskspace/m-p/3354412#M63869</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2004-08-11T11:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Diskspace</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/calculate-diskspace/m-p/3354413#M63870</link>
      <description>Mobeen - the is a Freeware package called 'Free' that does this :-&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://vms.process.com/scripts/fileserv/fileserv.com?FREE" target="_blank"&gt;http://vms.process.com/scripts/fileserv/fileserv.com?FREE&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The output looks like this (better formatted on a terminal!):-&lt;BR /&gt;&lt;BR /&gt;ALPHA_ROB$$ freespace&lt;BR /&gt;Device Name      Volume Label   Type      Used Blocks     Free Blocks      Total&lt;BR /&gt;---------------- -------------- ------ --------------- --------------- ---------&lt;BR /&gt;$1$DGA1:         AXPVMSSYS      DGX00   15918729 (45%)  19637660 (55%)  35556389&lt;BR /&gt;$1$DGA2:         SY0            DGX00   16800719 (48%)  18755170 (52%)  35555889&lt;BR /&gt;$1$DGA3:         SY1            DGX00   17227509 (49%)  18328380 (51%)  35555889&lt;BR /&gt;$1$DGA4:         SY2            DGX00   19814579 (56%)  15741810 (44%)  35556389&lt;BR /&gt;$1$DGA5:         SY3            DGX00   19321639 (55%)  16234750 (45%)  35556389&lt;BR /&gt;$1$DGA6:         SY4            DGX00   18963589 (54%)  16592800 (46%)  35556389&lt;BR /&gt;$1$DGA7:         SY6            DGX00   17052309 (48%)  18504080 (52%)  35556389&lt;BR /&gt;$1$DGA8:         SY7            DGX00   16574209 (47%)  18982180 (53%)  35556389&lt;BR /&gt;$1$DGA9:         SY8            DGX00   19412779 (55%)  16143610 (45%)  35556389&lt;BR /&gt;$1$DGA10:        SY9            DGX00   22468034 (64%)  13088355 (36%)  35556389&lt;BR /&gt;$1$DGA11:        RESTORE        DGX00   10092314 (29%)  25464075 (71%)  35556389&lt;BR /&gt;$1$DGA20:        SY5            DGX00   15465199 (44%)  20091190 (56%)  35556389&lt;BR /&gt;$1$DGA100:       AXPSYS072      DGX00   24521694 (69%)  11034695 (31%)  35556389&lt;BR /&gt;$1$DGA101:       ROGER          DGX00   34162059 (97%)   1394330 ( 3%)  35556389&lt;BR /&gt;$1$DGA102:       RUSEL          DGX00   35411699 (**%)    144690 ( 0%)  35556389&lt;BR /&gt;$1$DGA103:       GARY           DGX00   35159524 (99%)    396865 ( 1%)  35556389&lt;BR /&gt;$1$DGA104:       CHRISH         DGX00   33729844 (95%)   1826545 ( 5%)  35556389&lt;BR /&gt;$1$DGA105:       DAN            DGX00   31409379 (89%)   4147010 (11%)  35556389&lt;BR /&gt;$1$DGA106:       MIKE           DGX00   32601304 (92%)   2955085 ( 8%)  35556389&lt;BR /&gt;$1$DGA107:       EDDIE          DGX00   33001424 (93%)   2554965 ( 7%)  35556389&lt;BR /&gt;$1$DGA108:       SUPPORT        DGX00   33873589 (96%)   1682800 ( 4%)  35556389&lt;BR /&gt;$1$DGA109:       CONTRACT1      DGX00   34194749 (97%)   1361640 ( 3%)  35556389&lt;BR /&gt;$1$DGA110:       CHRISF         DGX00   34774699 (98%)    781690 ( 2%)  35556389&lt;BR /&gt;$1$DGA111:       PUBDEV         DGX00   34450109 (97%)   1106280 ( 3%)  35556389&lt;BR /&gt;$1$DGA112:       CONTRACT2      DGX00   26652284 (75%)   8904105 (25%)  35556389&lt;BR /&gt;$1$DGA113:       JAMIE          DGX00   32771439 (93%)   2784950 ( 7%)  35556389&lt;BR /&gt;$1$DGA114:       OPS            DGX00   32747849 (93%)   2808540 ( 7%)  35556389&lt;BR /&gt;$1$DGA115:       ROBERT         DGX00   20237134 (57%)  15319255 (43%)  35556389&lt;BR /&gt;$1$DKA0:         ARCHIVE1       DKX00   10636290 (60%)   7137234 (40%)  17773524&lt;BR /&gt;&lt;BR /&gt;Totals:               29 mounted disks  373459MB (72%)  145346MB (28%)  518805MB&lt;BR /&gt;&lt;BR /&gt;Rob.</description>
      <pubDate>Thu, 12 Aug 2004 02:59:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/calculate-diskspace/m-p/3354413#M63870</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2004-08-12T02:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Diskspace</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/calculate-diskspace/m-p/3354414#M63871</link>
      <description>Mobeen,&lt;BR /&gt;&lt;BR /&gt;as promised&lt;BR /&gt;&lt;BR /&gt;Jan</description>
      <pubDate>Thu, 12 Aug 2004 04:28:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/calculate-diskspace/m-p/3354414#M63871</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2004-08-12T04:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Diskspace</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/calculate-diskspace/m-p/3354415#M63872</link>
      <description>Sorry, I hit SUBMIT too quick.&lt;BR /&gt;&lt;BR /&gt;What this routine needs, is a (proferable clusterwide) logical name with a list of disk labels.&lt;BR /&gt;Example: define /table=..  DATA_DISKS ".DATA1,DATA2,EXTRADATA,"&lt;BR /&gt;Please note the comma's at begin and end.&lt;BR /&gt;Without them, DATA1 would also include DATA10, DATA11 etc!&lt;BR /&gt;Of course, you have to change the F$TRNLNM in the procedure from SYSTEMDISKS to use your own logical name.&lt;BR /&gt;&lt;BR /&gt;Success! &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Aug 2004 04:37:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/calculate-diskspace/m-p/3354415#M63872</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2004-08-12T04:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Diskspace</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/calculate-diskspace/m-p/3354416#M63873</link>
      <description>1. You could also define the lists of disks with logicals in a .COM:&lt;BR /&gt;$       def/sys         backup_device_1 -&lt;BR /&gt;                        condev_axp:,-&lt;BR /&gt;                      dev_disk_1:,dev_disk_2:&lt;BR /&gt;$       def/sys         backup_device_2 -&lt;BR /&gt;                        condev_vms:,-&lt;BR /&gt;                        condev_utl:,-&lt;BR /&gt;                        dev_disk_3:&lt;BR /&gt;2. We write the disk info to a file.&lt;BR /&gt;3. For clusters that have disks that tend to fill up, we emailed the disk usage file to the key application person(s) for that cluster. That way they are aware of how much free disk space they have left on their  cluster.&lt;BR /&gt;Lawrence</description>
      <pubDate>Thu, 12 Aug 2004 17:00:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/calculate-diskspace/m-p/3354416#M63873</guid>
      <dc:creator>Lawrence Czlapinski</dc:creator>
      <dc:date>2004-08-12T17:00:26Z</dc:date>
    </item>
  </channel>
</rss>

