<?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: tuneable parameters differ when listed using sysdef and sam in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tuneable-parameters-differ-when-listed-using-sysdef-and-sam/m-p/2567305#M857902</link>
    <description>S,&lt;BR /&gt;&lt;BR /&gt;A bit of a tangent-&lt;BR /&gt;&lt;BR /&gt;I am curious as to why you are setting dbc_max_pct so low. Are you trying to simply eliminate the DBC, or do you have a very large amount of RAM?&lt;BR /&gt;&lt;BR /&gt;As you may or may not know, besides the "50%" problem with default installs, the DBC algorithm contends with the HPUX Memory Manager vhand() and really chews up CPU cycles - particularly when free RAM is in short supply. If you'd like an explanation, just ask; it's not a book, but it's not exactly a short story either. &lt;G&gt;&lt;BR /&gt;&lt;BR /&gt;Anyway, you may wish to get rid of the DBC altogether and set a fixed-size filesystem buffer cache (same function, just no overhead and it doesn't thrash, er, resize) by setting max_dbc_pct, min_dbc_pct, and nbuf to 0, and setting bufpages to something like 76800 (300MB) unless it's an NFS, ftp, web server etc. One of HP's Senior Technical Consultants - Stephen Ciullo provided me some great information on this earlier this year. It's worked well for us.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;David Lieberman&lt;/G&gt;</description>
    <pubDate>Mon, 20 Aug 2001 23:01:40 GMT</pubDate>
    <dc:creator>David Lieberman_1</dc:creator>
    <dc:date>2001-08-20T23:01:40Z</dc:date>
    <item>
      <title>tuneable parameters differ when listed using sysdef and sam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuneable-parameters-differ-when-listed-using-sysdef-and-sam/m-p/2567299#M857896</link>
      <description>I configured a paramater - dbc_max_pct to a 1 through sam and the kernel rebuilt itself and system rebooted successfully.&lt;BR /&gt;When re-viewing the parameter thro' sam - it was set to 1 but when viewed thro' sysdef - it was still listed as 2 ( default)&lt;BR /&gt;This is on a N -Class - N4000 running hpux-11.&lt;BR /&gt;Subsequently I have found that the minimum value should be a 2.&lt;BR /&gt;But why does SAM and sysdef listing differ.</description>
      <pubDate>Mon, 20 Aug 2001 14:54:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuneable-parameters-differ-when-listed-using-sysdef-and-sam/m-p/2567299#M857896</guid>
      <dc:creator>SURI  HUNJAN</dc:creator>
      <dc:date>2001-08-20T14:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: tuneable parameters differ when listed using sysdef and sam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuneable-parameters-differ-when-listed-using-sysdef-and-sam/m-p/2567300#M857897</link>
      <description>Hi&lt;BR /&gt;  try using absolute debugger&lt;BR /&gt;&lt;BR /&gt;   echo "dbc_max_pct/D" | adb -k /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;    This shoud give you the correct value. We had this problem once and the value displayed in SAM turned out to be the correct one.&lt;BR /&gt;&lt;BR /&gt;...BPK...</description>
      <pubDate>Mon, 20 Aug 2001 15:39:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuneable-parameters-differ-when-listed-using-sysdef-and-sam/m-p/2567300#M857897</guid>
      <dc:creator>Praveen Bezawada</dc:creator>
      <dc:date>2001-08-20T15:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: tuneable parameters differ when listed using sysdef and sam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuneable-parameters-differ-when-listed-using-sysdef-and-sam/m-p/2567301#M857898</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;On 11.0 you can use kmtune to determine the value of a kernel parameter (kmtune -l -q dbc_max_pct) to determine the default and current value of dbc_max_pct. or you could use the absolute debugger(adb).&lt;BR /&gt;&lt;BR /&gt;dbc_max_pct defines the maximum percentage of memory to be used by dynamic buffer cache.&lt;BR /&gt;&lt;BR /&gt;The minimum value for dbc_max_pct is 2 and the maximum is 90, the default is 50.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/os/11i/kcparams/KCparam.DBCmaxPct.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/os/11i/kcparams/KCparam.DBCmaxPct.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Regards&lt;BR /&gt;Ramesh</description>
      <pubDate>Mon, 20 Aug 2001 17:29:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuneable-parameters-differ-when-listed-using-sysdef-and-sam/m-p/2567301#M857898</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-08-20T17:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: tuneable parameters differ when listed using sysdef and sam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuneable-parameters-differ-when-listed-using-sysdef-and-sam/m-p/2567302#M857899</link>
      <description>i have seen this as well and called HP but it was respect to other parameters&lt;BR /&gt;...the bottom line is that "sysdef" is not reliable, and HP is aware of this&lt;BR /&gt;&lt;BR /&gt;i usually never use "sam", but find myself using sam for seeing kernel parameter settings. yet, as already mentioned, "adb" is also another option that has never given me bad output like "sysdef"&lt;BR /&gt;&lt;BR /&gt;bottom line is that i do not use "sysdef" at all, only "sam" and "adb"</description>
      <pubDate>Mon, 20 Aug 2001 17:40:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuneable-parameters-differ-when-listed-using-sysdef-and-sam/m-p/2567302#M857899</guid>
      <dc:creator>Marc Ahrendt</dc:creator>
      <dc:date>2001-08-20T17:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: tuneable parameters differ when listed using sysdef and sam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuneable-parameters-differ-when-listed-using-sysdef-and-sam/m-p/2567303#M857900</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Do you have the sysdef patch PHCO_22035, i know it definitely fixes the issue with max*siz parameters. Also like others have already said, i generally don't rely on sysdef.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Regards&lt;BR /&gt;Ramesh</description>
      <pubDate>Mon, 20 Aug 2001 18:07:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuneable-parameters-differ-when-listed-using-sysdef-and-sam/m-p/2567303#M857900</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-08-20T18:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: tuneable parameters differ when listed using sysdef and sam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuneable-parameters-differ-when-listed-using-sysdef-and-sam/m-p/2567304#M857901</link>
      <description>I believe SAM get the parameters directly from the kernel, however, sysdef get the values defined in the /stand/system file.</description>
      <pubDate>Mon, 20 Aug 2001 18:26:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuneable-parameters-differ-when-listed-using-sysdef-and-sam/m-p/2567304#M857901</guid>
      <dc:creator>Tom Danzig</dc:creator>
      <dc:date>2001-08-20T18:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: tuneable parameters differ when listed using sysdef and sam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuneable-parameters-differ-when-listed-using-sysdef-and-sam/m-p/2567305#M857902</link>
      <description>S,&lt;BR /&gt;&lt;BR /&gt;A bit of a tangent-&lt;BR /&gt;&lt;BR /&gt;I am curious as to why you are setting dbc_max_pct so low. Are you trying to simply eliminate the DBC, or do you have a very large amount of RAM?&lt;BR /&gt;&lt;BR /&gt;As you may or may not know, besides the "50%" problem with default installs, the DBC algorithm contends with the HPUX Memory Manager vhand() and really chews up CPU cycles - particularly when free RAM is in short supply. If you'd like an explanation, just ask; it's not a book, but it's not exactly a short story either. &lt;G&gt;&lt;BR /&gt;&lt;BR /&gt;Anyway, you may wish to get rid of the DBC altogether and set a fixed-size filesystem buffer cache (same function, just no overhead and it doesn't thrash, er, resize) by setting max_dbc_pct, min_dbc_pct, and nbuf to 0, and setting bufpages to something like 76800 (300MB) unless it's an NFS, ftp, web server etc. One of HP's Senior Technical Consultants - Stephen Ciullo provided me some great information on this earlier this year. It's worked well for us.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;David Lieberman&lt;/G&gt;</description>
      <pubDate>Mon, 20 Aug 2001 23:01:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuneable-parameters-differ-when-listed-using-sysdef-and-sam/m-p/2567305#M857902</guid>
      <dc:creator>David Lieberman_1</dc:creator>
      <dc:date>2001-08-20T23:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: tuneable parameters differ when listed using sysdef and sam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuneable-parameters-differ-when-listed-using-sysdef-and-sam/m-p/2567306#M857903</link>
      <description>Thanks to everyone for their replies - has cleared some points.&lt;BR /&gt;1: The PATCH listed above is not installed -    but will look into this.&lt;BR /&gt;2: system has 3GB RAM hence the reason for such a low dbc_max_pct value.&lt;BR /&gt;3: I have checked the system config again - &lt;BR /&gt;   According to SAM      value=1&lt;BR /&gt;   According to sysdef   value=2 (default)&lt;BR /&gt;   According to adb      value=2&lt;BR /&gt;   According to Kmtune   value=1&lt;BR /&gt;   Value in /stand/system = 1&lt;BR /&gt;Hence it points to the fact that sysdef and adb seem to be giving the correct value.&lt;BR /&gt;SAM seem to be reading the value off the /stand/system file.&lt;BR /&gt;Is it true to say that the kernel will not configure an unacceptable value (e.g. 1) but will substitute it with the minimum acceptable value. &lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;Surinder&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Sep 2001 15:40:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuneable-parameters-differ-when-listed-using-sysdef-and-sam/m-p/2567306#M857903</guid>
      <dc:creator>SURI  HUNJAN</dc:creator>
      <dc:date>2001-09-03T15:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: tuneable parameters differ when listed using sysdef and sam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuneable-parameters-differ-when-listed-using-sysdef-and-sam/m-p/2567307#M857904</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Both sam and kmtune are getting the information from /stand/system. you can give arguments (-S) to kmtune to look at different system files though.&lt;BR /&gt;&lt;BR /&gt;what is your dbc_min_pct set to?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Ramesh</description>
      <pubDate>Mon, 03 Sep 2001 16:03:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuneable-parameters-differ-when-listed-using-sysdef-and-sam/m-p/2567307#M857904</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-09-03T16:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: tuneable parameters differ when listed using sysdef and sam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuneable-parameters-differ-when-listed-using-sysdef-and-sam/m-p/2567308#M857905</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Also have a look at /var/sam/boot.config This file will display information like this:&lt;BR /&gt;&lt;BR /&gt;KC_PARAM {&lt;BR /&gt;KC_PARAM_NAME = "dbc_min_pct"&lt;BR /&gt;KC_PARAM_STATUS = "5"&lt;BR /&gt;KC_PARAM_DEFAULT = "5"&lt;BR /&gt;KC_PARAM_MAX = ""&lt;BR /&gt;KC_PARAM_MIN = ""&lt;BR /&gt;KC_PARAM_CLASS = "File System"&lt;BR /&gt;KC_PARAM_DESC = "Min Dynamic Buffer Cache Size as Percent of System RAM Size"&lt;BR /&gt;KC_PARAM_IN_MASTER = 1&lt;BR /&gt;KC_PARAM_HELP = "KCparam.DBCminPct.sdl"&lt;BR /&gt;KC_PARAM_MODULE = "-"&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;-Michael</description>
      <pubDate>Tue, 04 Sep 2001 04:46:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuneable-parameters-differ-when-listed-using-sysdef-and-sam/m-p/2567308#M857905</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2001-09-04T04:46:26Z</dc:date>
    </item>
  </channel>
</rss>

