<?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: output of bdf in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/output-of-bdf/m-p/4996115#M423451</link>
    <description>@rariasn:&lt;BR /&gt;&lt;BR /&gt;Why don't you refer to this thread?&lt;BR /&gt;Please have a look at the post above yours.&lt;BR /&gt;&lt;BR /&gt;First read, then post (or skip it).</description>
    <pubDate>Wed, 09 Aug 2006 04:29:03 GMT</pubDate>
    <dc:creator>Torsten.</dc:creator>
    <dc:date>2006-08-09T04:29:03Z</dc:date>
    <item>
      <title>output of bdf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/output-of-bdf/m-p/4996107#M423443</link>
      <description>Hi ..&lt;BR /&gt;&lt;BR /&gt;I want to put the output of the command bdf, all like the begining of the snapshot..&lt;BR /&gt;&lt;BR /&gt;/dev/vg00/lvol5    2150400  225325 1806726   11% /savecrash&lt;BR /&gt;/dev/vgwsx/lvol1   10485760 6840846 3531194 66% /oradata/MP_WSX&lt;BR /&gt;/dev/vg00/lvol6     819200  507640  292147   63% /opt&lt;BR /&gt;/dev/vg00/lvoltib   102400   34019   64164   35% /opt/tib&lt;BR /&gt;/dev/vg00/lvol9  1048576  822505  214508   79% /opt/oracle&lt;BR /&gt;/dev/vgws_mpbe/lvol9     53248    4675   45599 9% /oradata/WSMPBE0&lt;BR /&gt;/dev/vgws_mpbe/lvol2&lt;BR /&gt;                    512000  369879  133245   74% /oradata/WSMPBE1&lt;BR /&gt;/dev/vgws_mpbe/lvol3&lt;BR /&gt;                   3072000 2409453  621272   80% /oradata/WSMPBE2&lt;BR /&gt;&lt;BR /&gt;This is a bug of bdf ?? I don't understand why the end is different from the begining !! .. I need all text frmated as the begining to produce a documment</description>
      <pubDate>Tue, 08 Aug 2006 11:53:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/output-of-bdf/m-p/4996107#M423443</guid>
      <dc:creator>nightwish</dc:creator>
      <dc:date>2006-08-08T11:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: output of bdf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/output-of-bdf/m-p/4996108#M423444</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;This is not a bug.  Your output lines are long enough to span multiple lines.  Use Bill Hassell's script as recently updated and posted here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1048509" target="_blank"&gt;https://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1048509&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 08 Aug 2006 11:57:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/output-of-bdf/m-p/4996108#M423444</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-08-08T11:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: output of bdf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/output-of-bdf/m-p/4996109#M423445</link>
      <description>There is also a GNU version of bdf available with options for human readable format.&lt;BR /&gt;&lt;BR /&gt;Similar to the Linux version of df where you can the -h option and the output will be condensed and report M or G.&lt;BR /&gt;&lt;BR /&gt;You may also want to look at the 'gdf' tool as well.</description>
      <pubDate>Tue, 08 Aug 2006 12:48:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/output-of-bdf/m-p/4996109#M423445</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2006-08-08T12:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: output of bdf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/output-of-bdf/m-p/4996110#M423446</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Also consider:&lt;BR /&gt;&lt;BR /&gt;1) Redirecting 'bdf' output to a file, and then using that file to produce your document&lt;BR /&gt;   # bdf &amp;gt; /tmp/bdf.out&lt;BR /&gt;&lt;BR /&gt;2) Using 'cut' to trim on-screen 'bdf' output (with loss of data)&lt;BR /&gt;  # bdf | cut -c-${COLUMNS}&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Tue, 08 Aug 2006 13:28:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/output-of-bdf/m-p/4996110#M423446</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-08-08T13:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: output of bdf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/output-of-bdf/m-p/4996111#M423447</link>
      <description>Refer to Bill Hassell's script for displaying wrapped lines on a single one. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1048509" target="_blank"&gt;https://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1048509&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;or pipe the output to awk for something like:&lt;BR /&gt;&lt;BR /&gt;# bdf | awk '{if(NF==1){l=$0;getline;sub(" *"," ");print l$0}else print}'</description>
      <pubDate>Tue, 08 Aug 2006 13:45:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/output-of-bdf/m-p/4996111#M423447</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2006-08-08T13:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: output of bdf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/output-of-bdf/m-p/4996112#M423448</link>
      <description>bdf always breaks up the line when the source lvol (like /dev/vgws_mpbe/lvol2 in your case) is too long. This is very common with NFS mountpoints but a pain for nice looking formats and scripting. The attached script will show the bdf output as megabytes (plus other options)</description>
      <pubDate>Tue, 08 Aug 2006 19:15:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/output-of-bdf/m-p/4996112#M423448</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-08-08T19:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: output of bdf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/output-of-bdf/m-p/4996113#M423449</link>
      <description>bdf always breaks up the line when the source lvol (like /dev/vgws_mpbe/lvol2 in your case) is too long. This is very common with NFS mountpoints but a pain for nice looking formats and scripting. The attached script will show the bdf output as megabytes (plus other options)</description>
      <pubDate>Tue, 08 Aug 2006 19:15:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/output-of-bdf/m-p/4996113#M423449</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-08-08T19:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: output of bdf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/output-of-bdf/m-p/4996114#M423450</link>
      <description>Reply:&lt;BR /&gt;Use Bill Hassell "bdf" utility to format otuput:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1048509" target="_blank"&gt;https://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1048509&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;"one line for each file system"&lt;BR /&gt;&lt;BR /&gt;rgs,&lt;BR /&gt;&lt;BR /&gt;ran</description>
      <pubDate>Wed, 09 Aug 2006 04:08:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/output-of-bdf/m-p/4996114#M423450</guid>
      <dc:creator>rariasn</dc:creator>
      <dc:date>2006-08-09T04:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: output of bdf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/output-of-bdf/m-p/4996115#M423451</link>
      <description>@rariasn:&lt;BR /&gt;&lt;BR /&gt;Why don't you refer to this thread?&lt;BR /&gt;Please have a look at the post above yours.&lt;BR /&gt;&lt;BR /&gt;First read, then post (or skip it).</description>
      <pubDate>Wed, 09 Aug 2006 04:29:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/output-of-bdf/m-p/4996115#M423451</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2006-08-09T04:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: output of bdf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/output-of-bdf/m-p/4996116#M423452</link>
      <description>Excuse me Sir Torsten, not wise that you are the moderator of this forum.&lt;BR /&gt;&lt;BR /&gt;rgs,&lt;BR /&gt;&lt;BR /&gt;ran</description>
      <pubDate>Wed, 09 Aug 2006 05:26:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/output-of-bdf/m-p/4996116#M423452</guid>
      <dc:creator>rariasn</dc:creator>
      <dc:date>2006-08-09T05:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: output of bdf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/output-of-bdf/m-p/4996117#M423453</link>
      <description>Thanks people for the help ..&lt;BR /&gt;&lt;BR /&gt;But i have another question for you ..&lt;BR /&gt;When i do the pipe  &lt;BR /&gt;bdf | awk '{if(NF==1){l=$0;getline;sub(" *"," ");print l$0}else print}'&lt;BR /&gt;&lt;BR /&gt;It works :) but only works for 2 machines &lt;BR /&gt;&lt;BR /&gt;myscript is the follow &lt;BR /&gt;&lt;BR /&gt;ssh poru9002 bdf | awk '{if(NF==1){l=$0;getline;sub(" *"," ");print l$0}else print}' &amp;gt;&amp;gt; report_discos&lt;BR /&gt;&lt;BR /&gt;ssh poru9003 bdf | awk '{if(NF==1){l=$0;getline;sub(" *"," ");print l$0}else print}' &amp;gt;&amp;gt; report_discos&lt;BR /&gt;&lt;BR /&gt;ssh poru9004 bdf | awk '{if(NF==1){l=$0;getline;sub(" *"," ");print l$0}else print}' &amp;gt;&amp;gt; report_discos&lt;BR /&gt;&lt;BR /&gt;The first 2 machines work fine but at the 3 machine give me the follow error -&amp;gt; &lt;BR /&gt;awk: A statement occurred that is not valid.&lt;BR /&gt;&lt;BR /&gt; The input line number is 1.&lt;BR /&gt; The source line number is 1.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;any  comments &lt;BR /&gt;sandman ?? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards for all&lt;BR /&gt;And thanks for the help ..&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Aug 2006 05:43:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/output-of-bdf/m-p/4996117#M423453</guid>
      <dc:creator>nightwish</dc:creator>
      <dc:date>2006-08-09T05:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: output of bdf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/output-of-bdf/m-p/4996118#M423454</link>
      <description>Hi gays..&lt;BR /&gt;&lt;BR /&gt;I already resolv my problem .. Thanks for all the help :) ..&lt;BR /&gt;&lt;BR /&gt;Just the best ..&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Wed, 09 Aug 2006 08:43:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/output-of-bdf/m-p/4996118#M423454</guid>
      <dc:creator>nightwish</dc:creator>
      <dc:date>2006-08-09T08:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: output of bdf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/output-of-bdf/m-p/4996119#M423455</link>
      <description>finish the problem only whit your help :) thanks &lt;BR /&gt;&lt;BR /&gt;Regars ..</description>
      <pubDate>Wed, 09 Aug 2006 08:45:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/output-of-bdf/m-p/4996119#M423455</guid>
      <dc:creator>nightwish</dc:creator>
      <dc:date>2006-08-09T08:45:38Z</dc:date>
    </item>
  </channel>
</rss>

