<?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: process stop reason CACHE in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/process-stop-reason-cache/m-p/3885649#M280709</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The Oracle processes are obviously blocking on OS buffer cache.  This could be due to excessive reads from or writes to the cache.  You should be able to determine which by examining the actual SQL driving the processes, or by 'sar -b 5 5' (compare %rcache to %wcache).&lt;BR /&gt;&lt;BR /&gt;A larger OS buffer cache should improve performance.  Subjectively speaking, 492MB (3% of 16GB) of memory seems small to me for a database running on this type of hardware.  Note that this will require a reboot.&lt;BR /&gt;&lt;BR /&gt;However, you are "double buffering" your database, meaning that IO passes through both Oracle's buffer cache and the OS buffer cache.  A better approach may to use raw (instead of cooked) volumes, thereby bypassing the OS buffer cache altogether.&lt;BR /&gt;&lt;BR /&gt;PCS</description>
    <pubDate>Tue, 24 Oct 2006 11:01:45 GMT</pubDate>
    <dc:creator>spex</dc:creator>
    <dc:date>2006-10-24T11:01:45Z</dc:date>
    <item>
      <title>process stop reason CACHE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-stop-reason-cache/m-p/3885646#M280706</link>
      <description>Hi - I have some oracle processes that are spending a lot of time in stop reason CACHE according to glance.&lt;BR /&gt;&lt;BR /&gt;Glance's description of this stop reason is:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;CACHE   Waiting at the buffer cache&lt;BR /&gt;        level trying to lock down a&lt;BR /&gt;        buffer cache structure, or&lt;BR /&gt;        waiting for an IO operation&lt;BR /&gt;        to or from a buffer cache to&lt;BR /&gt;        complete. File system access&lt;BR /&gt;        will block on IO more often&lt;BR /&gt;        than CACHE on HP-UX 11.x.&lt;BR /&gt;        Processes using the file&lt;BR /&gt;        system to access block&lt;BR /&gt;        devices will block on CACHE on        HP-UX      10.20.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;My questions are:&lt;BR /&gt;&lt;BR /&gt;1) does this have anything to do with the size of the buffer cache (I've got dbc_max_pct=3 of 16gb).  We have plenty of free memory on the machine if this needs to be up'd.&lt;BR /&gt;&lt;BR /&gt;2) If it's not the buffer cache, what can I check?  I've increased the max queue depth for the luns the db is using (it's an eva3000 on the backend by the way).&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;&lt;BR /&gt;c</description>
      <pubDate>Tue, 24 Oct 2006 09:48:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-stop-reason-cache/m-p/3885646#M280706</guid>
      <dc:creator>Charles McCary</dc:creator>
      <dc:date>2006-10-24T09:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: process stop reason CACHE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-stop-reason-cache/m-p/3885647#M280707</link>
      <description>Charles,&lt;BR /&gt;I assume you have seen:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1030127" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1030127&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Wouldn't it be nice if people completed their threads to help future problem solving.</description>
      <pubDate>Tue, 24 Oct 2006 10:03:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-stop-reason-cache/m-p/3885647#M280707</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-10-24T10:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: process stop reason CACHE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-stop-reason-cache/m-p/3885648#M280708</link>
      <description>yep...saw that one.</description>
      <pubDate>Tue, 24 Oct 2006 10:17:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-stop-reason-cache/m-p/3885648#M280708</guid>
      <dc:creator>Charles McCary</dc:creator>
      <dc:date>2006-10-24T10:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: process stop reason CACHE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-stop-reason-cache/m-p/3885649#M280709</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The Oracle processes are obviously blocking on OS buffer cache.  This could be due to excessive reads from or writes to the cache.  You should be able to determine which by examining the actual SQL driving the processes, or by 'sar -b 5 5' (compare %rcache to %wcache).&lt;BR /&gt;&lt;BR /&gt;A larger OS buffer cache should improve performance.  Subjectively speaking, 492MB (3% of 16GB) of memory seems small to me for a database running on this type of hardware.  Note that this will require a reboot.&lt;BR /&gt;&lt;BR /&gt;However, you are "double buffering" your database, meaning that IO passes through both Oracle's buffer cache and the OS buffer cache.  A better approach may to use raw (instead of cooked) volumes, thereby bypassing the OS buffer cache altogether.&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Tue, 24 Oct 2006 11:01:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-stop-reason-cache/m-p/3885649#M280709</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-10-24T11:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: process stop reason CACHE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-stop-reason-cache/m-p/3885650#M280710</link>
      <description>spex,&lt;BR /&gt;&lt;BR /&gt;thanks for the info.  I'll look at increasing the buffer cache, just wish I knew that to be the culprit.  Got to thinking about it and I have another machine that's running oracle as well and it's processes are spending time in the "cache" stop reason too.  That box has dbc_max_pct=7 of 16gb...so I'm not sure that upping the dbc_max_pct is going to get the procs out of this state.&lt;BR /&gt;&lt;BR /&gt;I've looked into using the mincache=direct,convosync=direct  options (i.e. skipping the buffer at the fs level), but I remember that you have to be in sync with the oracle config as well or you can actually decrease performance.  Not sure I remember all the details about that now though.</description>
      <pubDate>Tue, 24 Oct 2006 13:24:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-stop-reason-cache/m-p/3885650#M280710</guid>
      <dc:creator>Charles McCary</dc:creator>
      <dc:date>2006-10-24T13:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: process stop reason CACHE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-stop-reason-cache/m-p/3885651#M280711</link>
      <description>Charles,&lt;BR /&gt;&lt;BR /&gt;If you haven't seen it yet, the HP-UX Performance Cookbook makes for a great read.  It covers tuning the OS buffer cache and LVs in detail, among other topics.  For the sake of convenience, I've attached it.  Good luck!&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Tue, 24 Oct 2006 13:38:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-stop-reason-cache/m-p/3885651#M280711</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-10-24T13:38:08Z</dc:date>
    </item>
  </channel>
</rss>

