<?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: biod in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/biod/m-p/3013277#M129043</link>
    <description>First, lets see if 'biod' is waiting on an open file / I/O:&lt;BR /&gt;&lt;BR /&gt;lsof -p pid&lt;BR /&gt;-or-&lt;BR /&gt;lsof -p 1255&lt;BR /&gt;lsof -p 1256&lt;BR /&gt;lsof -p 24670&lt;BR /&gt;&lt;BR /&gt;Second, check for bottlenecks:&lt;BR /&gt;&lt;BR /&gt;sar -u 5 5&lt;BR /&gt;sar -d 5 5&lt;BR /&gt;sar -v 5 5&lt;BR /&gt;sar -b 5 5&lt;BR /&gt;vmstat 5 5&lt;BR /&gt;swapinfo -tam&lt;BR /&gt;kmtune -q dbc_max -l&lt;BR /&gt;kmtune -q dbc_min -l</description>
    <pubDate>Wed, 02 Jul 2003 11:15:28 GMT</pubDate>
    <dc:creator>Michael Steele_2</dc:creator>
    <dc:date>2003-07-02T11:15:28Z</dc:date>
    <item>
      <title>biod</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/biod/m-p/3013276#M129042</link>
      <description>I am running an oracle import onto some older HP 12H autoraid drives. Its been running forever. Also, I have 2 biod processes taking up 2 cpus. I've never seen this before during an import. We are using an import file from an NFS directory on another server, an Nclass. Not sure what I can do to resolve this issue.&lt;BR /&gt;&lt;BR /&gt;Load averages: 0.88, 0.92, 0.98&lt;BR /&gt;139 processes: 126 sleeping, 12 running, 1 zombie&lt;BR /&gt;Cpu states:&lt;BR /&gt;CPU   LOAD   USER   NICE    SYS   IDLE  BLOCK  SWAIT   INTR   SSYS&lt;BR /&gt; 0    0.79   2.4%   0.0%   7.8%  89.8%   0.0%   0.0%   0.0%   0.0%&lt;BR /&gt; 1    1.00   0.0%   0.0%  97.1%   2.9%   0.0%   0.0%   0.0%   0.0%&lt;BR /&gt; 2    0.87  12.6%   0.0%   1.0%  86.4%   0.0%   0.0%   0.0%   0.0%&lt;BR /&gt; 3    0.87   0.0%   0.0%  98.5%   1.5%   0.0%   0.0%   0.0%   0.0%&lt;BR /&gt;---   ----  -----  -----  -----  -----  -----  -----  -----  -----&lt;BR /&gt;avg   0.88   3.9%   0.0%  51.2%  44.9%   0.0%   0.0%   0.0%   0.0%&lt;BR /&gt;&lt;BR /&gt;Memory: 271584K (227156K) real, 373564K (232128K) virtual, 1546632K free  Page# 1/5&lt;BR /&gt;&lt;BR /&gt;CPU TTY     PID USERNAME PRI NI   SIZE    RES STATE    TIME %WCPU  %CPU COMMAND&lt;BR /&gt; 3   ?     1255 root     154 20     0K    16K run    858:22 83.49 83.35 biod&lt;BR /&gt; 1   ?     1256 root     154 39     0K    16K run    857:15 83.30 83.15 biod&lt;BR /&gt; 2   ?    24670 oracle   149  0 31368K 30624K sleep  349:44 16.73 16.70 imp&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jul 2003 11:11:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/biod/m-p/3013276#M129042</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2003-07-02T11:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: biod</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/biod/m-p/3013277#M129043</link>
      <description>First, lets see if 'biod' is waiting on an open file / I/O:&lt;BR /&gt;&lt;BR /&gt;lsof -p pid&lt;BR /&gt;-or-&lt;BR /&gt;lsof -p 1255&lt;BR /&gt;lsof -p 1256&lt;BR /&gt;lsof -p 24670&lt;BR /&gt;&lt;BR /&gt;Second, check for bottlenecks:&lt;BR /&gt;&lt;BR /&gt;sar -u 5 5&lt;BR /&gt;sar -d 5 5&lt;BR /&gt;sar -v 5 5&lt;BR /&gt;sar -b 5 5&lt;BR /&gt;vmstat 5 5&lt;BR /&gt;swapinfo -tam&lt;BR /&gt;kmtune -q dbc_max -l&lt;BR /&gt;kmtune -q dbc_min -l</description>
      <pubDate>Wed, 02 Jul 2003 11:15:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/biod/m-p/3013277#M129043</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-07-02T11:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: biod</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/biod/m-p/3013278#M129044</link>
      <description>dbc max and min are 7 and 2.&lt;BR /&gt;No disk bottle necks. Just a lot of system resources pegged out, but not memory. Memory seems ok.&lt;BR /&gt;&lt;BR /&gt;Also, not waiting on an open file. I did check that before I posted this. Im at a loss here.</description>
      <pubDate>Wed, 02 Jul 2003 11:18:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/biod/m-p/3013278#M129044</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2003-07-02T11:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: biod</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/biod/m-p/3013279#M129045</link>
      <description>[ihshp2:/sbin/init.d]# vmstat 5 5&lt;BR /&gt;         procs           memory                   page                              faults       cpu&lt;BR /&gt;    r     b     w      avm    free   re   at    pi   po    fr   de    sr     in     sy    cs  us sy id&lt;BR /&gt;    4     0     0    58073  387787  113   37     0    0    47    0     0   1194   -713   370   8 15 78&lt;BR /&gt;    6     1     0    59041  387813  283   56     2    0    57    0     0   1292   6480   418   9 69 22&lt;BR /&gt;    5     1     0    57730  387887  261   49     0    0    51    0     0   1276   5464   358   8 72 20&lt;BR /&gt;    6     0     0    56395  387860  273   63     0    0    63    0     0   1268   5130   368   8 71 21&lt;BR /&gt;    3     0     0    56427  387662  387   66     0    0    67    0     0   1289   6579   441  22 60 18&lt;BR /&gt;[ihshp2:/sbin/init.d]#&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jul 2003 11:20:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/biod/m-p/3013279#M129045</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2003-07-02T11:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: biod</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/biod/m-p/3013280#M129046</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Take a look at this doc,&lt;BR /&gt;&lt;BR /&gt;Date: 5/5/00&lt;BR /&gt;Document description: HP-UX 10.X/11.0 NFS Performance Assessment Tips - November 2000&lt;BR /&gt;Document id: KBAN00000261&lt;BR /&gt;&lt;BR /&gt;search inside the doc for biod,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www5.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062684158" target="_blank"&gt;http://www5.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062684158&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Wed, 02 Jul 2003 11:24:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/biod/m-p/3013280#M129046</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-07-02T11:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: biod</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/biod/m-p/3013281#M129047</link>
      <description>biods are the primary NFS client daemon. on HP-UX 11.00 the default number is 4, on 11.i - 16. &lt;BR /&gt;The number of biods is configured via the NUM_NFSIOD in the /etc/rc.config.d/nfsconf file.  The number can be increased on the fly by N: &lt;BR /&gt;/usr/sbin/biod N ( will give you total=current +N); to decrease the number of biods, - you need to reboot the server. &lt;BR /&gt;&lt;BR /&gt;Since you never seen this problem before, it could be an NFS issue, try the following:&lt;BR /&gt;nfsstat -c&lt;BR /&gt;nfsstat -m</description>
      <pubDate>Wed, 02 Jul 2003 11:35:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/biod/m-p/3013281#M129047</guid>
      <dc:creator>Elena Leontieva</dc:creator>
      <dc:date>2003-07-02T11:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: biod</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/biod/m-p/3013282#M129048</link>
      <description>Hi,&lt;BR /&gt;do you have enough psace on your local disks to host the dump ?&lt;BR /&gt;&lt;BR /&gt;It may well worth it...&lt;BR /&gt;&lt;BR /&gt;    Massimo&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jul 2003 11:38:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/biod/m-p/3013282#M129048</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-07-02T11:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: biod</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/biod/m-p/3013283#M129049</link>
      <description>Thanks Elena,&lt;BR /&gt;&lt;BR /&gt;increasing the number of biod 's helped level the problem, and now I am gett more io.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Bob</description>
      <pubDate>Wed, 02 Jul 2003 11:41:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/biod/m-p/3013283#M129049</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2003-07-02T11:41:58Z</dc:date>
    </item>
  </channel>
</rss>

