<?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: script involving bdf command in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/script-involving-bdf-command/m-p/5090359#M93223</link>
    <description>Hi John:&lt;BR /&gt;&lt;BR /&gt;Bill Hassell's 'bdfmegs' script addresses this issue and much more:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=1124262&amp;amp;admit=109447627+1201708805055+28353475" target="_blank"&gt;http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=1124262&amp;amp;admit=109447627+1201708805055+28353475&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Wed, 30 Jan 2008 16:01:18 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2008-01-30T16:01:18Z</dc:date>
    <item>
      <title>script involving bdf command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-involving-bdf-command/m-p/5090358#M93222</link>
      <description>Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol3    2097152  129256 1952672    6% /&lt;BR /&gt;/dev/vg03/lvol1    105775104 79229992 26368480   75% /devdata&lt;BR /&gt;/dev/devdatareplicate/lvol1&lt;BR /&gt;                   53018624 48677552 4311432   92% /devdatarep&lt;BR /&gt;&lt;BR /&gt;how to get info of %used and its Mounted on in script? notice that /dev/devdatareplicate/lvol1 is one line, its' info is in another line while /dev/vg00/lvol3 has everything in one line. Thanks. JG</description>
      <pubDate>Wed, 30 Jan 2008 15:52:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-involving-bdf-command/m-p/5090358#M93222</guid>
      <dc:creator>John Guster</dc:creator>
      <dc:date>2008-01-30T15:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: script involving bdf command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-involving-bdf-command/m-p/5090359#M93223</link>
      <description>Hi John:&lt;BR /&gt;&lt;BR /&gt;Bill Hassell's 'bdfmegs' script addresses this issue and much more:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=1124262&amp;amp;admit=109447627+1201708805055+28353475" target="_blank"&gt;http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=1124262&amp;amp;admit=109447627+1201708805055+28353475&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 30 Jan 2008 16:01:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-involving-bdf-command/m-p/5090359#M93223</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-01-30T16:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: script involving bdf command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-involving-bdf-command/m-p/5090360#M93224</link>
      <description>bdf | awk '{if(NF==1) getline m;gsub(" +"," ",m);print $0m;m=""}'&lt;BR /&gt;&lt;BR /&gt;Filesystem kbytes used avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol3 2097152 129256 1952672 6% /&lt;BR /&gt;/dev/vg03/lvol1 105775104 79229992 26368480 75% /devdata&lt;BR /&gt;/dev/devdatareplicate/lvol153018624 48677552 4311432 92% /devdatarep</description>
      <pubDate>Wed, 30 Jan 2008 16:01:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-involving-bdf-command/m-p/5090360#M93224</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2008-01-30T16:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: script involving bdf command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-involving-bdf-command/m-p/5090361#M93225</link>
      <description>Minor update to my last post...so use the command posted below:&lt;BR /&gt;&lt;BR /&gt;# bdf | awk '{if(NF==1) getline m;gsub(" +"," ",m);print $0" "m;m=""}'</description>
      <pubDate>Wed, 30 Jan 2008 16:11:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-involving-bdf-command/m-p/5090361#M93225</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2008-01-30T16:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: script involving bdf command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-involving-bdf-command/m-p/5090362#M93226</link>
      <description>thanks for sharing the info.</description>
      <pubDate>Wed, 30 Jan 2008 16:33:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-involving-bdf-command/m-p/5090362#M93226</guid>
      <dc:creator>John Guster</dc:creator>
      <dc:date>2008-01-30T16:33:01Z</dc:date>
    </item>
  </channel>
</rss>

