<?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: Need help scripting a show free disk space script. in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/need-help-scripting-a-show-free-disk-space-script/m-p/3287628#M2428</link>
    <description>I can play around with it myself to tweek it, but just a note Jan, it has a few alignment issues w/ larger array sizes.&lt;BR /&gt;&lt;BR /&gt;This isn't a complaint, I read the disclaimer, I know I'm getting what I paid for! ;-)&lt;BR /&gt;&lt;BR /&gt;What you don't see in the attached text file though, is that the shading used for the warning percentages does work very nicely!  Cool!&lt;BR /&gt;&lt;BR /&gt;Thanks again,&lt;BR /&gt;Art</description>
    <pubDate>Thu, 27 May 2004 08:47:31 GMT</pubDate>
    <dc:creator>Art Wiens</dc:creator>
    <dc:date>2004-05-27T08:47:31Z</dc:date>
    <item>
      <title>Need help scripting a show free disk space script.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/need-help-scripting-a-show-free-disk-space-script/m-p/3287616#M2416</link>
      <description>I moved a DCL script for a VAX OpenVMS 6.2 to an Alpha running 7.3-1. The Vax had several 4 Gb drives, the Alpha has 2 24 GB drives. The size seems to mess up the script, so that I report 2205 free space. Can anyone help fix the script?&lt;BR /&gt;&lt;BR /&gt;Now I have several scripts, each slighly different, and 2 that are not reporting correctly.&lt;BR /&gt;&lt;BR /&gt;  *** DISK SPACE STATISTICS OF MOUNTED DISKS ***&lt;BR /&gt;        *****************************&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                       Disk Stats 26-MAY-2004 12:31:28.10&lt;BR /&gt;&lt;BR /&gt; Device        Logical     Free      Total             Open                  &lt;BR /&gt; Name          Name        Blocks    Blocks    Usage   Files   I/Os    Errors&lt;BR /&gt; ------------- ----------  --------- --------- ------- ----- --------- ------&lt;BR /&gt; $1$Dka1:      OVMS731      24017282  48828160   0.* %   625  13486555      0&lt;BR /&gt; $1$Dka2:      Application  39993146  48828160  18.0 %   190  21962506      0&lt;BR /&gt; ------------- ----------  --------- --------- ------- ----- --------- ------&lt;BR /&gt;                            64010428  97656320  34.0 %   815  35449061      0&lt;BR /&gt;&lt;BR /&gt;  I/Os are cumulative since  1-JAN-2004 21:12:27.00.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;    *** DISK SPACE STATISTICS IN MEGS ***&lt;BR /&gt;        *****************************&lt;BR /&gt;&lt;BR /&gt;                          Megs      Megs      Megs  Percent              &lt;BR /&gt;                Disk     Total      Used      Free     Free  Volume      &lt;BR /&gt;      --------------   -------   -------   -------  -------  ------------&lt;BR /&gt;           _$1$Dka1:     23841     12114     11727   49.19%  OVMS731    &lt;BR /&gt;           _$1$Dka2:     23841      4313     19527   81.91%  Application   &lt;BR /&gt;      --------------   -------   -------   -------  -------  ------------&lt;BR /&gt;              Totals     47683     16428     31255   65.55%      &lt;BR /&gt;&lt;BR /&gt;This one shows as &lt;BR /&gt;&lt;BR /&gt;Device           Type  Blks Free  Blks Used  Pcnt 0%   25%   50%   75%   100%&lt;BR /&gt;$1$DKA1:         DGX0   24017282   24810878  220% |8*                          |&lt;BR /&gt;$1$DKA2:         DGX0   39993146    8835014   18% |                         |        &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 May 2004 10:39:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/need-help-scripting-a-show-free-disk-space-script/m-p/3287616#M2416</guid>
      <dc:creator>Victor Mendham</dc:creator>
      <dc:date>2004-05-26T10:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: Need help scripting a show free disk space script.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/need-help-scripting-a-show-free-disk-space-script/m-p/3287617#M2417</link>
      <description>The other script which is having a problem is included here.&lt;BR /&gt;&lt;BR /&gt;Note, These are not proprietry scripts as they were originally pulled pre 2000 from comp.os.vms and modified by myself for use on various OpenVMS servers.</description>
      <pubDate>Mon, 16 Sep 2024 09:21:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/need-help-scripting-a-show-free-disk-space-script/m-p/3287617#M2417</guid>
      <dc:creator>Victor Mendham</dc:creator>
      <dc:date>2024-09-16T09:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Need help scripting a show free disk space script.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/need-help-scripting-a-show-free-disk-space-script/m-p/3287618#M2418</link>
      <description>Hi Victor,&lt;BR /&gt;you go in arithmetic overflow in this statement:&lt;BR /&gt;$  PERCENTUSED = ((USEDBLOCKS*100) + (TOTALBLOCKS/2)) / TOTALBLOCKS&lt;BR /&gt;because USEDBLOCKS*100 is greater then 2147483647 that's the biggest value of DCL integer.&lt;BR /&gt;You could evaluate all value in Kb or Mb such as:&lt;BR /&gt;$ USEDMB = USEDBLOCKS / 2048&lt;BR /&gt;then evaluate using MB&lt;BR /&gt; &lt;BR /&gt;H.T.H.&lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Wed, 26 May 2004 11:23:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/need-help-scripting-a-show-free-disk-space-script/m-p/3287618#M2418</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-05-26T11:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need help scripting a show free disk space script.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/need-help-scripting-a-show-free-disk-space-script/m-p/3287619#M2419</link>
      <description>&lt;BR /&gt;$ USEDBLOCKS = TOTALBLOCKS -FREEBLOCKS ! Used blocks&lt;BR /&gt;$ PERCENTUSED = ((USEDBLOCKS*100) + (TOTALBLOCKS/2)) / TOTALBLOCKS&lt;BR /&gt;&lt;BR /&gt;The factor with the divide by 2 is for roundup right?&lt;BR /&gt;&lt;BR /&gt;Anyway, there is a 32 bit problem if you multiplly on the left. It is safer to divide on the right first, or go to MB all the way by dividing all blocks values by 2048&lt;BR /&gt;&lt;BR /&gt;Suggested change:&lt;BR /&gt;&lt;BR /&gt;$ USEDBLOCKS = TOTALBLOCKS - FREEBLOCKS           ! Used blocks&lt;BR /&gt;$ PERCENTUSED = (USEDBLOCKS + (TOTALBLOCKS/200)) / (TOTALBLOCKS/100)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 May 2004 12:06:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/need-help-scripting-a-show-free-disk-space-script/m-p/3287619#M2419</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2004-05-26T12:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: Need help scripting a show free disk space script.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/need-help-scripting-a-show-free-disk-space-script/m-p/3287620#M2420</link>
      <description>Hein,&lt;BR /&gt;&lt;BR /&gt;Many Thanks, it works great.</description>
      <pubDate>Wed, 26 May 2004 13:28:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/need-help-scripting-a-show-free-disk-space-script/m-p/3287620#M2420</guid>
      <dc:creator>Victor Mendham</dc:creator>
      <dc:date>2004-05-26T13:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Need help scripting a show free disk space script.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/need-help-scripting-a-show-free-disk-space-script/m-p/3287621#M2421</link>
      <description>Victor,&lt;BR /&gt;&lt;BR /&gt;if you are looking for a ready-to-run procedure, a while back I posted one at dcl.openvms.org&lt;BR /&gt;&lt;A href="http://dcl.openvms.org/stories.php?story=04/01/27/9890517" target="_blank"&gt;http://dcl.openvms.org/stories.php?story=04/01/27/9890517&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;(mind the wrap!)&lt;BR /&gt;&lt;BR /&gt;And if you like one that gives a continues display, update every (you decide) minutes,&lt;BR /&gt;to run in a Decwindows display, have a look at&lt;BR /&gt;&lt;A href="http://dcl.openvms.org/stories.php?story=04/01/27/5207367" target="_blank"&gt;http://dcl.openvms.org/stories.php?story=04/01/27/5207367&lt;/A&gt;&lt;BR /&gt;as well.&lt;BR /&gt;&lt;BR /&gt;Enjoy!&lt;BR /&gt;&lt;BR /&gt;Jan &lt;BR /&gt;</description>
      <pubDate>Wed, 26 May 2004 14:44:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/need-help-scripting-a-show-free-disk-space-script/m-p/3287621#M2421</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2004-05-26T14:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Need help scripting a show free disk space script.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/need-help-scripting-a-show-free-disk-space-script/m-p/3287622#M2422</link>
      <description>Jan,&lt;BR /&gt;&lt;BR /&gt;I may have made a mistake when I copied the space.com file over as I get the following error when I test on my dev system. I will have to spend some time looking over the script.&lt;BR /&gt;&lt;BR /&gt;@space&lt;BR /&gt;%DCL-W-MAXPARM, too many parameters - reenter command with fewer parameters&lt;BR /&gt; \DISK\&lt;BR /&gt;%SYSTEM-F-BADPARAM, bad parameter value&lt;BR /&gt; \!5!13!11!6!9!9!10!9!13!3!8\&lt;BR /&gt;&lt;BR /&gt;The other file seems to run ok.&lt;BR /&gt;&lt;BR /&gt;Very interesting site. Seems to have a ton of scripts.</description>
      <pubDate>Wed, 26 May 2004 16:26:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/need-help-scripting-a-show-free-disk-space-script/m-p/3287622#M2422</guid>
      <dc:creator>Victor Mendham</dc:creator>
      <dc:date>2004-05-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Need help scripting a show free disk space script.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/need-help-scripting-a-show-free-disk-space-script/m-p/3287623#M2423</link>
      <description>Hello Victor,&lt;BR /&gt;&lt;BR /&gt;you might be interested in the /size=bytes &lt;BR /&gt;qualifer to various commands. I think it was introduced with 7.3-1 (it definitly is in 7.3-2)&lt;BR /&gt;&lt;BR /&gt;Plus there is the "free" utility from Hunter Goatley, which should do pretty exactly what you are looking for.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://vms.process.com/scripts/fileserv/fileserv_search.exe?package=free&amp;amp;description=&amp;amp;author=&amp;amp;system=Either&amp;amp;language=All" target="_blank"&gt;http://vms.process.com/scripts/fileserv/fileserv_search.exe?package=free&amp;amp;description=&amp;amp;author=&amp;amp;system=Either&amp;amp;language=All&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Wed, 26 May 2004 21:15:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/need-help-scripting-a-show-free-disk-space-script/m-p/3287623#M2423</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-05-26T21:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need help scripting a show free disk space script.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/need-help-scripting-a-show-free-disk-space-script/m-p/3287624#M2424</link>
      <description>Victor,&lt;BR /&gt;&lt;BR /&gt;thanks for the error message!.&lt;BR /&gt;&lt;BR /&gt;I checked my routine again, and it works fine.&lt;BR /&gt;So, I took a very close look at the procedure as posted, and at first I couldn't understand. Your message pointed to the FAO params, and then I saw it:&lt;BR /&gt;The problem stems from HTML processing.&lt;BR /&gt;The roots of SPACE.COM are lost in time, but way back when I started with some procedure that had a good example of extensive f$FAO use.&lt;BR /&gt;It uses as FAO syntax to specify a counted string output specification:&lt;BR /&gt;!5  for string symbol, or &lt;BR /&gt;!9 for space-filled numeric.&lt;BR /&gt;This syntax isn't even in the manuals (anymore?).&lt;BR /&gt;And here is the root of the problem: HTML parsing assumes "&amp;lt; ... &amp;gt;" to be a directive.&lt;BR /&gt;In this case, un unknown directive, so it is simply removed....&lt;BR /&gt;I converted the F$FAO statement directives to new syntax, and that works (on my system) just the same.&lt;BR /&gt;&lt;BR /&gt;I am rather surprised no-one complained before..&lt;BR /&gt;&lt;BR /&gt;I will do an upload of the new version, and ask Ken to replace the old one.&lt;BR /&gt;&lt;BR /&gt;Thanks again for the notification!&lt;BR /&gt;&lt;BR /&gt;Jan  &lt;BR /&gt;</description>
      <pubDate>Thu, 27 May 2004 06:38:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/need-help-scripting-a-show-free-disk-space-script/m-p/3287624#M2424</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2004-05-27T06:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: Need help scripting a show free disk space script.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/need-help-scripting-a-show-free-disk-space-script/m-p/3287625#M2425</link>
      <description>Jan,&lt;BR /&gt;&lt;BR /&gt;Please let me know when the new version is uploaded and I will download it and try it out.</description>
      <pubDate>Thu, 27 May 2004 06:57:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/need-help-scripting-a-show-free-disk-space-script/m-p/3287625#M2425</guid>
      <dc:creator>Victor Mendham</dc:creator>
      <dc:date>2004-05-27T06:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: Need help scripting a show free disk space script.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/need-help-scripting-a-show-free-disk-space-script/m-p/3287626#M2426</link>
      <description>Victor,&lt;BR /&gt;&lt;BR /&gt;Ken has found my upload &amp;amp; released it.&lt;BR /&gt;He named it SPACE.COM V2&lt;BR /&gt;At a quick glance it looks like the f$fao params now seem OK.&lt;BR /&gt;&lt;BR /&gt;Success, have fun!&lt;BR /&gt;&lt;BR /&gt;Jan&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Thu, 27 May 2004 08:16:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/need-help-scripting-a-show-free-disk-space-script/m-p/3287626#M2426</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2004-05-27T08:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need help scripting a show free disk space script.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/need-help-scripting-a-show-free-disk-space-script/m-p/3287627#M2427</link>
      <description>No need to wait if you're anxious ;-), view the source of the page ... the "tags" are still there.&lt;BR /&gt;&lt;BR /&gt;Just for fun, let's put them in this box and see if they show up:&lt;BR /&gt;&lt;BR /&gt;1st one:&lt;BR /&gt;&lt;BR /&gt;$ TEXT= F$FAO -&lt;BR /&gt;("!28!7!9!9!10!9!13!3!8",-&lt;BR /&gt;space,unt,FRE_t,USE_t,tot_t,mag_t,gaatut,PERCFULL,eind)&lt;BR /&gt;&lt;BR /&gt;2nd one:&lt;BR /&gt;&lt;BR /&gt;$ TEXT= F$FAO -&lt;BR /&gt;("!28!7!9!9!10!9",-&lt;BR /&gt;space,unt,FRE_t,USE_t,tot_t,mag_t)&lt;BR /&gt;&lt;BR /&gt;3rd one:&lt;BR /&gt;&lt;BR /&gt;$ text= f$fao -&lt;BR /&gt;("!5!13!11!6!9!9!10!9!13!3!8",-&lt;BR /&gt;space,name,disk,hw,freeblocks,usedblocks,max,mag,gaatut,percfull,eind)&lt;BR /&gt;&lt;BR /&gt;Thanks for the com!&lt;BR /&gt;Art</description>
      <pubDate>Thu, 27 May 2004 08:26:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/need-help-scripting-a-show-free-disk-space-script/m-p/3287627#M2427</guid>
      <dc:creator>Art Wiens</dc:creator>
      <dc:date>2004-05-27T08:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: Need help scripting a show free disk space script.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/need-help-scripting-a-show-free-disk-space-script/m-p/3287628#M2428</link>
      <description>I can play around with it myself to tweek it, but just a note Jan, it has a few alignment issues w/ larger array sizes.&lt;BR /&gt;&lt;BR /&gt;This isn't a complaint, I read the disclaimer, I know I'm getting what I paid for! ;-)&lt;BR /&gt;&lt;BR /&gt;What you don't see in the attached text file though, is that the shading used for the warning percentages does work very nicely!  Cool!&lt;BR /&gt;&lt;BR /&gt;Thanks again,&lt;BR /&gt;Art</description>
      <pubDate>Thu, 27 May 2004 08:47:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/need-help-scripting-a-show-free-disk-space-script/m-p/3287628#M2428</guid>
      <dc:creator>Art Wiens</dc:creator>
      <dc:date>2004-05-27T08:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Need help scripting a show free disk space script.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/need-help-scripting-a-show-free-disk-space-script/m-p/3287629#M2429</link>
      <description>Art,&lt;BR /&gt;&lt;BR /&gt;Like you say, you get what you pay for.&lt;BR /&gt;But then again, I got hit by my own (usually absent!) exagerated sense of neetness.&lt;BR /&gt;What I did do before posting was a 'nice' cleanup of traces of all debug &amp;amp; modification and change-comments &amp;amp; whatever.&lt;BR /&gt;Next, the filter between our intranet &amp;amp; the "evil big world" does (among a lot of other misery) block any .EXE &amp;amp; .COM&lt;BR /&gt;So, I converted it to a nice, clean .TXT&lt;BR /&gt;&lt;BR /&gt;And thereafter we also got bigger disks, so for the ACTIVE .COM procedure we did update the formatting, and the version on dcl.openvms.org missed that.&lt;BR /&gt;&lt;BR /&gt;But for now, I leave it to anyone needing it do do the excersize him/herself.&lt;BR /&gt;Hit: cannibalise the leading spaces!&lt;BR /&gt;&lt;BR /&gt;fwiw&lt;BR /&gt;&lt;BR /&gt;Jan</description>
      <pubDate>Thu, 27 May 2004 09:08:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/need-help-scripting-a-show-free-disk-space-script/m-p/3287629#M2429</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2004-05-27T09:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: Need help scripting a show free disk space script.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/need-help-scripting-a-show-free-disk-space-script/m-p/3287630#M2430</link>
      <description>I took an alternative approach to this by writing (or, more accurately, canibalizing someone else's) C program to do the arithmetic for me.  I had a number of raidsets and stripesets in a previous job that were in the region of 54GB so the DCL arithmetic I'd used on my previous workstation environments didn't work...</description>
      <pubDate>Sat, 29 May 2004 04:06:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/need-help-scripting-a-show-free-disk-space-script/m-p/3287630#M2430</guid>
      <dc:creator>Steve Reece</dc:creator>
      <dc:date>2004-05-29T04:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: Need help scripting a show free disk space script.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/need-help-scripting-a-show-free-disk-space-script/m-p/3287631#M2431</link>
      <description>Steve, Is your's proprietary or can you send it as an attachment, so I can take a look?&lt;BR /&gt;&lt;BR /&gt;Also to any our American Neighbors to the South (I'm in Canada), Happy Memorial Day.&lt;BR /&gt;&lt;BR /&gt;Vic..</description>
      <pubDate>Mon, 31 May 2004 06:30:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/need-help-scripting-a-show-free-disk-space-script/m-p/3287631#M2431</guid>
      <dc:creator>Victor Mendham</dc:creator>
      <dc:date>2004-05-31T06:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Need help scripting a show free disk space script.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/need-help-scripting-a-show-free-disk-space-script/m-p/3287632#M2432</link>
      <description>Boy, I had forgotten how much "fun" F$FAO was!!  Still not perfect, but for what it's worth (exactly what you paid for it ;-), here's my "anglo-sized" version of Jan's procedure.&lt;BR /&gt;&lt;BR /&gt;Same disclaimer plus:&lt;BR /&gt;&lt;BR /&gt;IS NOT FAULT TOLERANT AND IS NOT DESIGNED, MANUFACTURED, OR INTENDED FOR USE OR RESALE AS ON-LINE CONTROL EQUIPMENT IN HAZARDOUS ENVIRONMENTS REQUIRING FAIL-SAFE PERFORMANCE, SUCH AS IN THE OPERATION OF NUCLEAR FACILITIES, AIRCRAFT NAVIGATION OR COMMUNICATION SYSTEMS, AIR TRAFFIC CONTROL, DIRECT LIFE SUPPORT MACHINES, OR WEAPONS SYSTEMS, IN WHICH THE FAILURE OF TECHNOLOGY COULD LEAD DIRECTLY TO DEATH, PERSONAL INJURY, OR SEVERE PHYSICAL OR ENVIRONMENTAL DAMAGE.&lt;BR /&gt;&lt;BR /&gt;But I'ld be real sorry if any of that did happen!!&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Art</description>
      <pubDate>Mon, 31 May 2004 16:45:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/need-help-scripting-a-show-free-disk-space-script/m-p/3287632#M2432</guid>
      <dc:creator>Art Wiens</dc:creator>
      <dc:date>2004-05-31T16:45:56Z</dc:date>
    </item>
  </channel>
</rss>

