<?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: High number of blocked processes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/high-number-of-blocked-processes/m-p/2469086#M774902</link>
    <description>Check for PHKL_16301 or superseding patches.  This patch corrects a known problem in which vmstat incorrectly reports a high number of blocked processes.</description>
    <pubDate>Thu, 30 Nov 2000 18:36:36 GMT</pubDate>
    <dc:creator>Alan Riggs</dc:creator>
    <dc:date>2000-11-30T18:36:36Z</dc:date>
    <item>
      <title>High number of blocked processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-number-of-blocked-processes/m-p/2469081#M774897</link>
      <description>Is it normal for there to be over 250 processes blocked?&lt;BR /&gt;&lt;BR /&gt;procs           &lt;BR /&gt;    r     b     w      avm    free   &lt;BR /&gt;    1   262     0    41001   79563&lt;BR /&gt;    1   262     0    41001   79521&lt;BR /&gt;    1   262     0    41001   79521 &lt;BR /&gt;    1   262     0    41001   79521&lt;BR /&gt;    2   261     0    42425   79521&lt;BR /&gt;    2   261     0    42425   79513   &lt;BR /&gt;    2   261     0    42425   79579</description>
      <pubDate>Thu, 30 Nov 2000 15:34:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-number-of-blocked-processes/m-p/2469081#M774897</guid>
      <dc:creator>Terry Gibbar</dc:creator>
      <dc:date>2000-11-30T15:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: High number of blocked processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-number-of-blocked-processes/m-p/2469082#M774898</link>
      <description>&lt;BR /&gt;No, its not normal for that many blocked processes.&lt;BR /&gt;&lt;BR /&gt;you need to do a fuller listing of your processes in order to try to establish what theyre blocked on. Or check sar or glance (if available). Also check for stuck tcp sockets (netstat command).&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Nov 2000 15:48:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-number-of-blocked-processes/m-p/2469082#M774898</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2000-11-30T15:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: High number of blocked processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-number-of-blocked-processes/m-p/2469083#M774899</link>
      <description>No it is not. Try to determine what the processes are blocked on. Use GlancePlus process windows to determine the type of resource the processes are waiting for. Depending on what type of process it is, it can be blocked on buffer cache, disk I/O, priority, inode or many other resources. If you do not have GlancePlus, you will have to use tools like vmstat and sar. Let us know.&lt;BR /&gt;&lt;BR /&gt;Tony</description>
      <pubDate>Thu, 30 Nov 2000 16:14:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-number-of-blocked-processes/m-p/2469083#M774899</guid>
      <dc:creator>Anthony deRito</dc:creator>
      <dc:date>2000-11-30T16:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: High number of blocked processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-number-of-blocked-processes/m-p/2469084#M774900</link>
      <description>&lt;BR /&gt;There is no WIO:&lt;BR /&gt;10:24:06    %usr    %sys    %wio   %idle&lt;BR /&gt;10:24:11       7       3       1      90&lt;BR /&gt;10:24:16       4       2       1      93&lt;BR /&gt;10:24:21       2       1       0      96&lt;BR /&gt;&lt;BR /&gt;Glance shows an extreme amount of processes blocked on OTHER.  What would this be telling me?&lt;BR /&gt;&lt;BR /&gt;uop_b_slow    8945      1 155 upds999   0.0/ 0.0     0.0  0.0/ 0.0   5.2mb OTHER&lt;BR /&gt;&lt;BR /&gt;Glance also shows a few processes blocked on MESG.&lt;BR /&gt;&lt;BR /&gt;BBL           1527      1 155 tsbusr    0.0/ 0.0     0.0  0.0/ 0.0   5.1mb  MESG&lt;BR /&gt;&lt;BR /&gt;What other commands/utilities would be helpful in determining what the processes are blocked on?&lt;BR /&gt;&lt;BR /&gt;I'm confused.  This server appears to have plenty of resources.</description>
      <pubDate>Thu, 30 Nov 2000 17:24:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-number-of-blocked-processes/m-p/2469084#M774900</guid>
      <dc:creator>Terry Gibbar</dc:creator>
      <dc:date>2000-11-30T17:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: High number of blocked processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-number-of-blocked-processes/m-p/2469085#M774901</link>
      <description>The BBL process I am assuming is the Tuxedo Buliten Board process. Is this true? It is normal for that to spend a lot of time servicing a message event. The fact that the process in question is blocked on "other" really is vague. The help screens say that they are "unknown activities". Take a look at your tables with sar -v and also your VM activity with sar -w. Check also the rate of system calls with sar -c.  In fact, in the process wait state window, use the "process system calls" option under "reports". Check out what types of systems calls are being made (if any). This may give a hint.&lt;BR /&gt;&lt;BR /&gt;Tony</description>
      <pubDate>Thu, 30 Nov 2000 17:43:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-number-of-blocked-processes/m-p/2469085#M774901</guid>
      <dc:creator>Anthony deRito</dc:creator>
      <dc:date>2000-11-30T17:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: High number of blocked processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-number-of-blocked-processes/m-p/2469086#M774902</link>
      <description>Check for PHKL_16301 or superseding patches.  This patch corrects a known problem in which vmstat incorrectly reports a high number of blocked processes.</description>
      <pubDate>Thu, 30 Nov 2000 18:36:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-number-of-blocked-processes/m-p/2469086#M774902</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-11-30T18:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: High number of blocked processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-number-of-blocked-processes/m-p/2469087#M774903</link>
      <description>I do indeed need that patch, but how do I know if the output is truly bogus?  Short of applying the patch, of course.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 30 Nov 2000 19:21:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-number-of-blocked-processes/m-p/2469087#M774903</guid>
      <dc:creator>Terry Gibbar</dc:creator>
      <dc:date>2000-11-30T19:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: High number of blocked processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-number-of-blocked-processes/m-p/2469088#M774904</link>
      <description>No way to be sure until you apply the patch, but the numbers seem suspiciously high.  If your system does not show other symptoms of a serious resource contention, then I think it very likely that the vmstat report is bogus.</description>
      <pubDate>Thu, 30 Nov 2000 19:46:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-number-of-blocked-processes/m-p/2469088#M774904</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-11-30T19:46:19Z</dc:date>
    </item>
  </channel>
</rss>

