<?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: Buffer header 100% utilization, is this normal? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/buffer-header-100-utilization-is-this-normal/m-p/2687698#M54575</link>
    <description>I suggest leaving nbuf and bufpages at 0. Instead tweak&lt;BR /&gt;DBC_MAX_PCT = 50% (default)&lt;BR /&gt;DBC_MIN_PCT = 5% (default)&lt;BR /&gt;My guess is you have nbuf and bufpages defined to a value (non zero) without really knowing how much is needed.</description>
    <pubDate>Thu, 21 Mar 2002 02:50:58 GMT</pubDate>
    <dc:creator>S.K. Chan</dc:creator>
    <dc:date>2002-03-21T02:50:58Z</dc:date>
    <item>
      <title>Buffer header 100% utilization, is this normal?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/buffer-header-100-utilization-is-this-normal/m-p/2687696#M54573</link>
      <description>Hi all, &lt;BR /&gt;The system table report of glanceplus (gpm) shows that the buffer header(nbuf) is 100% used as follows, &lt;BR /&gt;System Table         Avail Used  Util%  High%&lt;BR /&gt;buffer headers(nbuf) 6167   6167  100%  100%&lt;BR /&gt;&lt;BR /&gt;our system is working fine, Should we turn this kernal parameter?&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Jane</description>
      <pubDate>Thu, 21 Mar 2002 02:20:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/buffer-header-100-utilization-is-this-normal/m-p/2687696#M54573</guid>
      <dc:creator>jane zhang</dc:creator>
      <dc:date>2002-03-21T02:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer header 100% utilization, is this normal?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/buffer-header-100-utilization-is-this-normal/m-p/2687697#M54574</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The first thing I would look at is how much&lt;BR /&gt;buffer cache you have in the kernel. These&lt;BR /&gt;days having any more than 300Mb may cause&lt;BR /&gt;symptoms such as this. What is the current &lt;BR /&gt;parameter for 'nbuf', 'dbc_max_pct' and &lt;BR /&gt;'dbc_min_pct' ? Also how much RAM do you&lt;BR /&gt;have ?&lt;BR /&gt;&lt;BR /&gt;-Michael</description>
      <pubDate>Thu, 21 Mar 2002 02:28:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/buffer-header-100-utilization-is-this-normal/m-p/2687697#M54574</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-03-21T02:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer header 100% utilization, is this normal?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/buffer-header-100-utilization-is-this-normal/m-p/2687698#M54575</link>
      <description>I suggest leaving nbuf and bufpages at 0. Instead tweak&lt;BR /&gt;DBC_MAX_PCT = 50% (default)&lt;BR /&gt;DBC_MIN_PCT = 5% (default)&lt;BR /&gt;My guess is you have nbuf and bufpages defined to a value (non zero) without really knowing how much is needed.</description>
      <pubDate>Thu, 21 Mar 2002 02:50:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/buffer-header-100-utilization-is-this-normal/m-p/2687698#M54575</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-03-21T02:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer header 100% utilization, is this normal?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/buffer-header-100-utilization-is-this-normal/m-p/2687699#M54576</link>
      <description>The systems buffer cache is always kept full, so what you are seeing is normal.  There is a 'least recently used' algorithm to replace buffers in this cache when new file system reads occur.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Steve</description>
      <pubDate>Thu, 21 Mar 2002 11:18:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/buffer-header-100-utilization-is-this-normal/m-p/2687699#M54576</guid>
      <dc:creator>Steven Gillard_2</dc:creator>
      <dc:date>2002-03-21T11:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer header 100% utilization, is this normal?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/buffer-header-100-utilization-is-this-normal/m-p/2687700#M54577</link>
      <description>Hi all,&lt;BR /&gt;Thanks for the response. &lt;BR /&gt;I used sam to check the kernal parameter, nbuf  0 &lt;BR /&gt;bufpages 7392&lt;BR /&gt;dbc_min_pct 2&lt;BR /&gt;dbc_max_pct 2&lt;BR /&gt;I also use /sbin/dmesg to check the available RAM  &lt;BR /&gt;available: 1864580 Kbytes&lt;BR /&gt;We have Oracle RDBMS installed on this HP-UX B.11.00 U 9000/800. &lt;BR /&gt;How can I know which algorithm is used in our system? or LRU is universal to all HP-UX OS? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jane&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Mar 2002 18:47:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/buffer-header-100-utilization-is-this-normal/m-p/2687700#M54577</guid>
      <dc:creator>jane zhang</dc:creator>
      <dc:date>2002-03-21T18:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer header 100% utilization, is this normal?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/buffer-header-100-utilization-is-this-normal/m-p/2687701#M54578</link>
      <description>In this scenario I would suggest to change as follws&lt;BR /&gt;&lt;BR /&gt;Bufpages   from 7392 to   0&lt;BR /&gt;dbc_max_pct from 2% to 15%&lt;BR /&gt;dbc_min_pct from 2% to 5%&lt;BR /&gt;&lt;BR /&gt;Sandip</description>
      <pubDate>Thu, 21 Mar 2002 18:59:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/buffer-header-100-utilization-is-this-normal/m-p/2687701#M54578</guid>
      <dc:creator>Sandip Ghosh</dc:creator>
      <dc:date>2002-03-21T18:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer header 100% utilization, is this normal?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/buffer-header-100-utilization-is-this-normal/m-p/2687702#M54579</link>
      <description>Can you please post a output of sar -b 5 10&lt;BR /&gt;&lt;BR /&gt;Sandip</description>
      <pubDate>Thu, 21 Mar 2002 19:01:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/buffer-header-100-utilization-is-this-normal/m-p/2687702#M54579</guid>
      <dc:creator>Sandip Ghosh</dc:creator>
      <dc:date>2002-03-21T19:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer header 100% utilization, is this normal?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/buffer-header-100-utilization-is-this-normal/m-p/2687703#M54580</link>
      <description>Here is the report.&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;# sar -b 5 10 &lt;BR /&gt;&lt;BR /&gt;HP-UX fcdsjus B.11.00 U 9000/800    03/21/02&lt;BR /&gt;&lt;BR /&gt;11:07:00 bread/s lread/s %rcache bwrit/s lwrit/s %wcache pread/s pwrit/s&lt;BR /&gt;11:07:05       0      41     100       1       6      79       0       0&lt;BR /&gt;11:07:10       0      20     100       2       6      62       0       0&lt;BR /&gt;11:07:15       0       1     100       2       5      62       0       0&lt;BR /&gt;11:07:20       0      28     100       1       8      84       0       0&lt;BR /&gt;11:07:25       0      37     100       3       6      46       0       0&lt;BR /&gt;11:07:30       0     108     100       4       5      33       0       0&lt;BR /&gt;11:07:35       0      35     100       7      11      35       0       0&lt;BR /&gt;11:07:40       0      22     100       5       9      40       0       0&lt;BR /&gt;11:07:45       0      10     100       3       6      52       0       0&lt;BR /&gt;11:07:50       0      28     100       3       8      64       0       0&lt;BR /&gt;&lt;BR /&gt;Average        0      33     100       3       7      55       0       0&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Mar 2002 19:09:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/buffer-header-100-utilization-is-this-normal/m-p/2687703#M54580</guid>
      <dc:creator>jane zhang</dc:creator>
      <dc:date>2002-03-21T19:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer header 100% utilization, is this normal?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/buffer-header-100-utilization-is-this-normal/m-p/2687704#M54581</link>
      <description>I don't think your system is active right now. Because it is showing no activity. Collect this report when the Server is most active. Look at the %rcache. Remember you have to bring this column between 90 to 100. That will be your optimum setting. You can achieve this by increasing/decreasing the buffer area. Right now there is no activity , that is why you are getting 100% as %rcache.&lt;BR /&gt;&lt;BR /&gt;If it is still 100% in the busiest time you need not to change the dbc_max_pct.&lt;BR /&gt;&lt;BR /&gt;Sandip</description>
      <pubDate>Thu, 21 Mar 2002 19:31:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/buffer-header-100-utilization-is-this-normal/m-p/2687704#M54581</guid>
      <dc:creator>Sandip Ghosh</dc:creator>
      <dc:date>2002-03-21T19:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer header 100% utilization, is this normal?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/buffer-header-100-utilization-is-this-normal/m-p/2687705#M54582</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;   Since you are using  dynamic buffer cache, the nbuf row in glance should be showing utilization as  N/A .  Are you sure glance is ok on the box.&lt;BR /&gt;&lt;BR /&gt;-raj</description>
      <pubDate>Thu, 21 Mar 2002 20:44:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/buffer-header-100-utilization-is-this-normal/m-p/2687705#M54582</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2002-03-21T20:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer header 100% utilization, is this normal?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/buffer-header-100-utilization-is-this-normal/m-p/2687706#M54583</link>
      <description>Sandip wrote:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; bufpages from 7392 to 0 &lt;BR /&gt;&amp;gt; dbc_max_pct from 2% to 15% &lt;BR /&gt;&amp;gt; dbc_min_pct from 2% to 5%&lt;BR /&gt;&lt;BR /&gt;Just to explain this:&lt;BR /&gt;&lt;BR /&gt;If you want Dynamic Buffer Cache (i.e. set the dbc_*_pct parameters), then *both* nbuf *and* bufpages *must* be 0 (zero).&lt;BR /&gt;&lt;BR /&gt;If nbuf or bufpages (or both) are non-zero, then you have a Fixed (size) Buffer Cache and the settings of the dbc_*_pct parameters are irrelevant.&lt;BR /&gt;&lt;BR /&gt;As far as I know, the SAM Help explains this rather well. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Mar 2002 09:51:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/buffer-header-100-utilization-is-this-normal/m-p/2687706#M54583</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2002-03-22T09:51:10Z</dc:date>
    </item>
  </channel>
</rss>

