<?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: Kernel parameters 64 bit v. 32 bit in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters-64-bit-v-32-bit/m-p/3321324#M187445</link>
    <description>Thanks Muthukumar.&lt;BR /&gt;&lt;BR /&gt;I already know what the parameters are - it's just a case of knowing which are the correct ones.&lt;BR /&gt;&lt;BR /&gt;I'm not awarding points to the other suggestions yet as I don't want to award a rabbit too soon - people might think it's resolved and not make any more suggestions. I have no objection to giving more than two rabbits!&lt;BR /&gt;&lt;BR /&gt;Mark</description>
    <pubDate>Fri, 02 Jul 2004 05:58:27 GMT</pubDate>
    <dc:creator>MarkSyder</dc:creator>
    <dc:date>2004-07-02T05:58:27Z</dc:date>
    <item>
      <title>Kernel parameters 64 bit v. 32 bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters-64-bit-v-32-bit/m-p/3321320#M187441</link>
      <description>Hi everybody.&lt;BR /&gt;&lt;BR /&gt;I've been asked to compare the kernel parameters on two servers and correct any discrepancies. Unfortunately, one server is 64 bit and the other is 32 bit, so it's possible that some differences are appropriate and should not be corrected.&lt;BR /&gt;&lt;BR /&gt;There are many parameters which are different - too many to post here. I would be grateful if someone could give me a list, even a partial list, of parameters which are supposed to be different between the two systems.&lt;BR /&gt;&lt;BR /&gt;Mark Syder (like the drink but spelt different)</description>
      <pubDate>Fri, 02 Jul 2004 04:58:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters-64-bit-v-32-bit/m-p/3321320#M187441</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2004-07-02T04:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel parameters 64 bit v. 32 bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters-64-bit-v-32-bit/m-p/3321321#M187442</link>
      <description>I can give you a list what is remember&lt;BR /&gt;&lt;BR /&gt;maxdsiz&lt;BR /&gt;maxtsiz&lt;BR /&gt;maxssiz&lt;BR /&gt;&lt;BR /&gt;are parameters for 32 bit.For 64 bit you have maxdsiz_64 and their equ.&lt;BR /&gt;&lt;BR /&gt;shmmax&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;take a look at&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/939/KCParms/KCparams.OverviewAll.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/939/KCParms/KCparams.OverviewAll.html&lt;/A&gt;</description>
      <pubDate>Fri, 02 Jul 2004 05:14:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters-64-bit-v-32-bit/m-p/3321321#M187442</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2004-07-02T05:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel parameters 64 bit v. 32 bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters-64-bit-v-32-bit/m-p/3321322#M187443</link>
      <description>You could go back and ask if they rely want the  kernel parameters the same as one is 32 and the other is 64 bit.&lt;BR /&gt;On the other hand you could assume the application is 32 bit. So it shouldn't matter. Then again there is the problem of knowing which system is correct...&lt;BR /&gt;And are the same SW and patches installed on both?&lt;BR /&gt;It seems to me you have been given a simple task. That turns out to be not so simple. Quite common I would say.  :-)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Trond</description>
      <pubDate>Fri, 02 Jul 2004 05:23:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters-64-bit-v-32-bit/m-p/3321322#M187443</guid>
      <dc:creator>Trond Haugen</dc:creator>
      <dc:date>2004-07-02T05:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel parameters 64 bit v. 32 bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters-64-bit-v-32-bit/m-p/3321323#M187444</link>
      <description>Hai,&lt;BR /&gt;&lt;BR /&gt; We can get the kenerl parameters with the kmtune or kctune command. Execute on the both machine and check difference.&lt;BR /&gt;&lt;BR /&gt; On 11.23 using kctune&lt;BR /&gt; =========&lt;BR /&gt; maxdsiz_64bit         4396972765184  4396972765184  Immed&lt;BR /&gt;maxrsessiz_64bit            8388608  Default&lt;BR /&gt;maxssiz_64bit            0x40000000  0x40000000     Immed&lt;BR /&gt;maxtsiz_64bit            1073741824  Default        Immed&lt;BR /&gt;nsysmap64                      8400  Default&lt;BR /&gt;pa_maxssiz_32bit           83648512  Default&lt;BR /&gt;pa_maxssiz_64bit          536870912  Default&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; I have searched on the 64 bit machines. But i don't have 32 bit machine here.  You can get the kernel parameter description with -d option.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Muthukumar.</description>
      <pubDate>Fri, 02 Jul 2004 05:25:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters-64-bit-v-32-bit/m-p/3321323#M187444</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-07-02T05:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel parameters 64 bit v. 32 bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters-64-bit-v-32-bit/m-p/3321324#M187445</link>
      <description>Thanks Muthukumar.&lt;BR /&gt;&lt;BR /&gt;I already know what the parameters are - it's just a case of knowing which are the correct ones.&lt;BR /&gt;&lt;BR /&gt;I'm not awarding points to the other suggestions yet as I don't want to award a rabbit too soon - people might think it's resolved and not make any more suggestions. I have no objection to giving more than two rabbits!&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Fri, 02 Jul 2004 05:58:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters-64-bit-v-32-bit/m-p/3321324#M187445</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2004-07-02T05:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel parameters 64 bit v. 32 bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters-64-bit-v-32-bit/m-p/3321325#M187446</link>
      <description>well knowing which are the correct ones is the tricky part indeed.&lt;BR /&gt;If you have certain application running on both systems like Oracle, SAP etc. They will have some parameter values documented. If that is not the case you have to go by common sense or go for the biggest value.. Or a combination. But don't do the misstake of setting dbc_max_pct to 50 unless there is a good reason for it. &lt;BR /&gt;If there are certain parameters you are in bupt about, post them.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Trond</description>
      <pubDate>Fri, 02 Jul 2004 06:14:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters-64-bit-v-32-bit/m-p/3321325#M187446</guid>
      <dc:creator>Trond Haugen</dc:creator>
      <dc:date>2004-07-02T06:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel parameters 64 bit v. 32 bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters-64-bit-v-32-bit/m-p/3321326#M187447</link>
      <description>Thanks everybody - parameters set without any obvious problems (i.e. the server came back up!).&lt;BR /&gt;&lt;BR /&gt;Trond - dbc_max_pct is already set to 50 on both servers. Why is this a bad thing?&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Mon, 05 Jul 2004 05:35:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters-64-bit-v-32-bit/m-p/3321326#M187447</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2004-07-05T05:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel parameters 64 bit v. 32 bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters-64-bit-v-32-bit/m-p/3321327#M187448</link>
      <description>The dbc_max_pct is the parameter which defines the buffer cache on the system.&lt;BR /&gt;This parameter gets enabled when your nbuf and bufpages are set to zero.&lt;BR /&gt;&lt;BR /&gt;These parameters&lt;BR /&gt;dbc_max_pct&lt;BR /&gt;dbc_min_pct&lt;BR /&gt; defines the dynamic buffer cache on the &lt;BR /&gt;system&lt;BR /&gt;&lt;BR /&gt;By default the value is 50% of the memory on the system.&lt;BR /&gt;If you are running machine with huge memory resources then you can bring them down to make the programs use the real memory for their purpose instead of locking them for buffer cache.&lt;BR /&gt;&lt;BR /&gt;For ex, if your system runs with 2Gb ram you can bring down the dbc_max_pct to 20% which would equate to 400MB.</description>
      <pubDate>Mon, 05 Jul 2004 06:21:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters-64-bit-v-32-bit/m-p/3321327#M187448</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2004-07-05T06:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel parameters 64 bit v. 32 bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters-64-bit-v-32-bit/m-p/3321328#M187449</link>
      <description>The recommendation on buffer cache is somewhere between 300-500Mb. This is quite normal. Having this any higher hinders on both performance and the best use of the memory of your system.&lt;BR /&gt;&lt;BR /&gt;dbc_max_pct 300-500Mb&lt;BR /&gt;dbc_min_pct no less than 200mb</description>
      <pubDate>Mon, 05 Jul 2004 06:29:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters-64-bit-v-32-bit/m-p/3321328#M187449</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-07-05T06:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel parameters 64 bit v. 32 bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters-64-bit-v-32-bit/m-p/3321329#M187450</link>
      <description>The recommendation on buffer cache is somewhere between 300-500Mb. This is quite normal. Having this any higher hinders on both performance and the best use of the memory of your system.&lt;BR /&gt;&lt;BR /&gt;dbc_max_pct 300-500Mb&lt;BR /&gt;dbc_min_pct not to be less than 200mb</description>
      <pubDate>Mon, 05 Jul 2004 06:29:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters-64-bit-v-32-bit/m-p/3321329#M187450</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-07-05T06:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel parameters 64 bit v. 32 bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters-64-bit-v-32-bit/m-p/3321330#M187451</link>
      <description>Sorry Michael - I can't give you points for the same answer twice ;-). But thanks for the help anyway!&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Mon, 05 Jul 2004 07:00:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters-64-bit-v-32-bit/m-p/3321330#M187451</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2004-07-05T07:00:56Z</dc:date>
    </item>
  </channel>
</rss>

