<?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 - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space/m-p/2733784#M66033</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;bdf /opt and bdf /appl&lt;BR /&gt;&lt;BR /&gt;bdf | grep /opt&lt;BR /&gt;bdf | grep /appl&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Piyush</description>
    <pubDate>Wed, 29 May 2002 17:40:09 GMT</pubDate>
    <dc:creator>PIYUSH D. PATEL</dc:creator>
    <dc:date>2002-05-29T17:40:09Z</dc:date>
    <item>
      <title>disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space/m-p/2733780#M66029</link>
      <description>Hey everyone,&lt;BR /&gt;&lt;BR /&gt;Can someone help me write a simple on liner on how to check for space and % full of&lt;BR /&gt;the /appl and /opt directories. Your help will be greatly appreciated and points will be given .&lt;BR /&gt;</description>
      <pubDate>Wed, 29 May 2002 17:19:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space/m-p/2733780#M66029</guid>
      <dc:creator>Ragni Singh</dc:creator>
      <dc:date>2002-05-29T17:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space/m-p/2733781#M66030</link>
      <description>Use bdf&lt;BR /&gt;bdf /opt&lt;BR /&gt;bdf /appl &lt;BR /&gt;or bdf -l.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 29 May 2002 17:20:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space/m-p/2733781#M66030</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-05-29T17:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space/m-p/2733782#M66031</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;# bdf /opt&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 29 May 2002 17:21:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space/m-p/2733782#M66031</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-05-29T17:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space/m-p/2733783#M66032</link>
      <description># bdf /appl /opt</description>
      <pubDate>Wed, 29 May 2002 17:33:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space/m-p/2733783#M66032</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-05-29T17:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space/m-p/2733784#M66033</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;bdf /opt and bdf /appl&lt;BR /&gt;&lt;BR /&gt;bdf | grep /opt&lt;BR /&gt;bdf | grep /appl&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Piyush</description>
      <pubDate>Wed, 29 May 2002 17:40:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space/m-p/2733784#M66033</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-05-29T17:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space/m-p/2733785#M66034</link>
      <description>Hi Sanman&lt;BR /&gt;&lt;BR /&gt;Do the following &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;bdf | awk '{if ($5 &amp;gt; "90") print $NF,$5 }' &amp;gt; /tmp/test &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This will create a file test in /tmp with the files sytems and the values of the usage. You can be creative in using this file as a form of mail , message etc . Run this as a part of script . &lt;BR /&gt;&lt;BR /&gt;You may also like to look at :&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x3b8fee3e323bd5118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x3b8fee3e323bd5118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Wed, 29 May 2002 17:42:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space/m-p/2733785#M66034</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-05-29T17:42:45Z</dc:date>
    </item>
  </channel>
</rss>

