<?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: bdf output error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-output-error/m-p/5162046#M456480</link>
    <description>thanks to all&lt;BR /&gt;&lt;BR /&gt;my problem has been resolve now by using following cmd:&lt;BR /&gt;&lt;BR /&gt; bdf  | awk ' { print $(NF-1) " " $(NF)}'&lt;BR /&gt;&lt;BR /&gt;bye tc all</description>
    <pubDate>Mon, 09 Mar 2009 11:31:45 GMT</pubDate>
    <dc:creator>Viney Kumar</dc:creator>
    <dc:date>2009-03-09T11:31:45Z</dc:date>
    <item>
      <title>bdf output error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-output-error/m-p/5162038#M456472</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I am facing some problem with bdf cmd with awk option but it not capturing proper way&lt;BR /&gt;cmd&lt;BR /&gt;&lt;BR /&gt;bdf|awk '{print $5,$6}'|sed 1d|sed s/%// &amp;gt; bdf.out&lt;BR /&gt;&lt;BR /&gt;problem is in cmd is not giving percentage value of except vg00 vloume&lt;BR /&gt;#more bdf.out&lt;BR /&gt;BSCSTEST:/tmp&amp;gt; more bdf.out&lt;BR /&gt;99 /&lt;BR /&gt;19 /stand&lt;BR /&gt;83 /var&lt;BR /&gt;0 /var/adm/crash&lt;BR /&gt;66 /usr&lt;BR /&gt;&lt;BR /&gt;/ub00/work&lt;BR /&gt;83 /tmp&lt;BR /&gt;99 /opt&lt;BR /&gt;82 /home&lt;BR /&gt;&lt;BR /&gt;/OLD_CDR_restore20&lt;BR /&gt;&lt;BR /&gt;/OLD_CDR_restore15&lt;BR /&gt;&lt;BR /&gt;/OLD_CDR_restore19&lt;BR /&gt;&lt;BR /&gt;/OLD_CDR_restore23&lt;BR /&gt;&lt;BR /&gt;/OLD_CDR_restore26&lt;BR /&gt;&lt;BR /&gt;/OLD_CDR_restore1&lt;BR /&gt;&lt;BR /&gt;/OLD_CDR_restore5&lt;BR /&gt;&lt;BR /&gt;/OLD_CDR_restore11&lt;BR /&gt;&lt;BR /&gt;/OLD_CDR_restore4&lt;BR /&gt;&lt;BR /&gt;/OLD_CDR_restore6&lt;BR /&gt;&lt;BR /&gt;/OLD_CDR_restore&lt;BR /&gt;&lt;BR /&gt;/ub02/bscs&lt;BR /&gt;&lt;BR /&gt;/ub01/bscs&lt;BR /&gt;&lt;BR /&gt;/uu05_pjb/bscs/BSCSPRPnew_new&lt;BR /&gt;&lt;BR /&gt;/bscspjb_redo_new&lt;BR /&gt;&lt;BR /&gt;/uu08/bscs/BSCSPINT_new&lt;BR /&gt;&lt;BR /&gt;/uu03_pjb/bscs/BSCSDBAS_new&lt;BR /&gt;&lt;BR /&gt;/uu07_pjb/bscs/RTXTST_new&lt;BR /&gt;&lt;BR /&gt;/prehar_control2_arch&lt;BR /&gt;&lt;BR /&gt;/OLD_CDR_restore35&lt;BR /&gt;&lt;BR /&gt;/OLD_CDR_restore14&lt;BR /&gt;&lt;BR /&gt;/ora817_new&lt;BR /&gt;&lt;BR /&gt;/OLD_CDR_restore24&lt;BR /&gt;100 /ora9&lt;BR /&gt;&lt;BR /&gt;/OLD_CDR_restore39&lt;BR /&gt;&lt;BR /&gt;kindly help me&lt;BR /&gt;&lt;BR /&gt;thanks in adv</description>
      <pubDate>Mon, 09 Mar 2009 07:54:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-output-error/m-p/5162038#M456472</guid>
      <dc:creator>Viney Kumar</dc:creator>
      <dc:date>2009-03-09T07:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: bdf output error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-output-error/m-p/5162039#M456473</link>
      <description>What did you mean by&lt;BR /&gt;&lt;BR /&gt;problem is in cmd is not giving percentage value of except vg00 vloume&lt;BR /&gt;&lt;BR /&gt;are you only gettting output in % for vg00? can you post bdf -l and bdf command output here, thanks</description>
      <pubDate>Mon, 09 Mar 2009 09:23:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-output-error/m-p/5162039#M456473</guid>
      <dc:creator>avizen9</dc:creator>
      <dc:date>2009-03-09T09:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: bdf output error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-output-error/m-p/5162040#M456474</link>
      <description>I would think that in your bdf output the FS that are not showing the % is beacuse they are 2 diferent lines in bdf, you have to change your one-liner.&lt;BR /&gt;&lt;BR /&gt;for example:&lt;BR /&gt;&lt;BR /&gt;bdf:&lt;BR /&gt;&lt;BR /&gt;/dev/vgsoftora/lvgsoftora  --&amp;gt; one-line&lt;BR /&gt;&lt;BR /&gt;                   20967424 10247076 10058217   50% /oracle  --&amp;gt; second -line&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Mar 2009 09:36:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-output-error/m-p/5162040#M456474</guid>
      <dc:creator>likid0</dc:creator>
      <dc:date>2009-03-09T09:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: bdf output error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-output-error/m-p/5162041#M456475</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol3    1032192 1023144    9048   99% /&lt;BR /&gt;/dev/vg00/lvol1     393392   68728  285320   19% /stand&lt;BR /&gt;/dev/vg00/lvol7    10485760 8813848 1659704   84% /var&lt;BR /&gt;/dev/vg00/lvol10   5128192    6468 4801686    0% /var/adm/crash&lt;BR /&gt;/dev/vg00/lvol6    7176192 4627469 2389474   66% /usr&lt;BR /&gt;/dev/vg00/ub00_work&lt;BR /&gt;                   8192000 2047360 5760655   26% /ub00/work&lt;BR /&gt;/dev/vg00/lvol5    4608000 3963341  604992   87% /tmp&lt;BR /&gt;/dev/vg00/lvol4    5128192 5070992   57200   99% /opt&lt;BR /&gt;/dev/vg00/lvol8     212992  173816   38920   82% /home&lt;BR /&gt;/dev/Old_CDR-Restore_VG2_291/Old_CDR-Restore_LV2&lt;BR /&gt;                   2139095040 78414456 2044582592    4% /OLD_CDR_restore20&lt;BR /&gt;/dev/Old_CDR-Restore_VG15_291/Old_CDR-Restore_VG15_291_lv&lt;BR /&gt;                   2139095040   68456 2122316088    0% /OLD_CDR_restore15&lt;BR /&gt;/dev/Old_CDR-Restore_VG19_291/Old_CDR-Restore_VG19_291_lv&lt;BR /&gt;                   2139095040 1427342656 706191848   67% /OLD_CDR_restore19&lt;BR /&gt;/dev/Old_CDR-Restore_VG23_291/Old_CDR-Restore_VG23_291_lv&lt;BR /&gt;                   2139095040   69680 2122316088    0% /OLD_CDR_restore23&lt;BR /&gt;/dev/Old_CDR-Restore_VG26_291/Old_CDR-Restore_VG26_291_lv&lt;BR /&gt;                   2139095040   69680 2122316088    0% /OLD_CDR_restore26&lt;BR /&gt;/dev/Old_CDR-Restore_VG18_291/Old_CDR-Restore_VG18_291_lv&lt;BR /&gt;                   2139095040 376714848 1748612400   18% /OLD_CDR_restore1&lt;BR /&gt;/dev/Old_CDR-Restore_VG22_291/Old_CDR-Restore_VG22_291_lv&lt;BR /&gt;                   2139095040   69104 2122316088    0% /OLD_CDR_restore5&lt;BR /&gt;/dev/Old_CDR-Restore_VG25_291/Old_CDR-Restore_VG25_291_lv&lt;BR /&gt;                   1497366528 161186640 1325741744   11% /OLD_CDR_restore11&lt;BR /&gt;/dev/Old_CDR-Restore_VG20_291/Old_CDR-Restore_VG20_291_lv&lt;BR /&gt;                   2139095040   69856 2122316096    0% /OLD_CDR_restore4&lt;BR /&gt;/dev/Old_CDR-Restore_VG16_291/Old_CDR-Restore_VG16_291_lv&lt;BR /&gt;                   2139095040   68528 2122316080    0% /OLD_CDR_restore6&lt;BR /&gt;/dev/Old_CDR-Restore_VG/old-CDR-Restore_LV&lt;BR /&gt;                   784334848 687407976 96169720   88% /OLD_CDR_restore&lt;BR /&gt;/dev/bscsdata1/ub02_lv&lt;BR /&gt;                   266240000 266239352     648  100% /ub02/bscs&lt;BR /&gt;/dev/bscsdata1/ub01_lv&lt;BR /&gt;                   266240000 237085896 28926368   89% /ub01/bscs&lt;BR /&gt;/dev/pjbtest_400/bscsprp_newlv&lt;BR /&gt;                   2097152   37726 1930735    2% /uu05_pjb/bscs/BSCSPRPnew_new&lt;BR /&gt;/dev/pjbtest_400/bscspjb_temp_new_lv&lt;BR /&gt;                   25624576    3768 25220488    0% /bscspjb_redo_new&lt;BR /&gt;/dev/pjbtest_400/bscspint_new_lv&lt;BR /&gt;                   11272192    3526 10916528    0% /uu08/bscs/BSCSPINT_new&lt;BR /&gt;/dev/pjbtest_400/bscsdbas_new_lv&lt;BR /&gt;                   2097152    1614 1964574    0% /uu03_pjb/bscs/BSCSDBAS_new&lt;BR /&gt;/dev/pjbtest_400/rtxtst_new_lv&lt;BR /&gt;                   2097152    1614 1964574    0% /uu07_pjb/bscs/RTXTST_new&lt;BR /&gt;/dev/prehararch/prehar_control2_lv&lt;BR /&gt;                   1024000    1357  958735    0% /prehar_control2_arch&lt;BR /&gt;/dev/bscsdata1/ub03_lv&lt;BR /&gt;                   266240000   18584 262061780    0% /OLD_CDR_restore35&lt;BR /&gt;/dev/Old_CDR-Restore_VG14_291/Old_CDR-Restore_VG14_291_lv&lt;BR /&gt;                   2139095040   69448 2122316088    0% /OLD_CDR_restore14&lt;BR /&gt;/dev/newpjbuat_vg291/ora817_lv&lt;BR /&gt;                   20971520 13563164 7292656   65% /ora817_new&lt;BR /&gt;/dev/Old_CDR-Restore_VG24_291/Old_CDR-Restore_VG24_291_lv&lt;BR /&gt;                   2139095040 42929584 2079789704    2% /OLD_CDR_restore24&lt;BR /&gt;/dev/vg00/ora_lv   7168000 7168000       0  100% /ora9&lt;BR /&gt;/dev/newpjbuat_vg291/pjbuat_lv_new&lt;BR /&gt;                   1245184000 4484160 1231007128    0% /OLD_CDR_restore39&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;actually whatever output is coming in new line its giving error&lt;BR /&gt;thanks</description>
      <pubDate>Mon, 09 Mar 2009 09:37:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-output-error/m-p/5162041#M456475</guid>
      <dc:creator>Viney Kumar</dc:creator>
      <dc:date>2009-03-09T09:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: bdf output error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-output-error/m-p/5162042#M456476</link>
      <description>Th problem is that bdf splits the lines for the volumes with longer names.&lt;BR /&gt;&lt;BR /&gt;Please try to use bdfmegs instead of bdf, this will work for you.&lt;BR /&gt;&lt;BR /&gt;bdfmegs is available elsewhere on this site.</description>
      <pubDate>Mon, 09 Mar 2009 09:38:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-output-error/m-p/5162042#M456476</guid>
      <dc:creator>Mark McDonald_2</dc:creator>
      <dc:date>2009-03-09T09:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: bdf output error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-output-error/m-p/5162043#M456477</link>
      <description>bdfmegs is available here:&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1048509" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1048509&lt;/A&gt;</description>
      <pubDate>Mon, 09 Mar 2009 09:39:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-output-error/m-p/5162043#M456477</guid>
      <dc:creator>Mark McDonald_2</dc:creator>
      <dc:date>2009-03-09T09:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: bdf output error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-output-error/m-p/5162044#M456478</link>
      <description>Viney,&lt;BR /&gt;&lt;BR /&gt;The problem with bdf is it line wraps if your volume name is too long.&lt;BR /&gt;Try this:&lt;BR /&gt;&lt;BR /&gt;mount | awk '{print $1}' | while read FS&lt;BR /&gt;do&lt;BR /&gt;USAGE=$(df -k $FS | grep "%" | awk '{print $1}')&lt;BR /&gt;echo $USAGE $FS &amp;gt;&amp;gt; /tmp/bdf.out&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Richard</description>
      <pubDate>Mon, 09 Mar 2009 09:43:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-output-error/m-p/5162044#M456478</guid>
      <dc:creator>Richard Hepworth</dc:creator>
      <dc:date>2009-03-09T09:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: bdf output error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-output-error/m-p/5162045#M456479</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;No need to wright script just download this file bdfmesg written by Great Mr.Bill Hassell&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1291639" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1291639&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And Enjoy Really its a GREAT TOOL.&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Mon, 09 Mar 2009 09:44:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-output-error/m-p/5162045#M456479</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-03-09T09:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: bdf output error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-output-error/m-p/5162046#M456480</link>
      <description>thanks to all&lt;BR /&gt;&lt;BR /&gt;my problem has been resolve now by using following cmd:&lt;BR /&gt;&lt;BR /&gt; bdf  | awk ' { print $(NF-1) " " $(NF)}'&lt;BR /&gt;&lt;BR /&gt;bye tc all</description>
      <pubDate>Mon, 09 Mar 2009 11:31:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-output-error/m-p/5162046#M456480</guid>
      <dc:creator>Viney Kumar</dc:creator>
      <dc:date>2009-03-09T11:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: bdf output error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-output-error/m-p/5162047#M456481</link>
      <description>bdf  | awk ' { print $(NF-1) " " $(NF)}'</description>
      <pubDate>Mon, 09 Mar 2009 11:32:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-output-error/m-p/5162047#M456481</guid>
      <dc:creator>Viney Kumar</dc:creator>
      <dc:date>2009-03-09T11:32:16Z</dc:date>
    </item>
  </channel>
</rss>

