<?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 Modification with Memory Added in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-modification-with-memory-added/m-p/2709132#M903763</link>
    <description>You will probably want to increase your swap if you are adding memory. Along with this you would want to increase maxswapchunks. &lt;BR /&gt;maxswapchunks &lt;BR /&gt;&lt;BR /&gt;maxswapchuncks &lt;BR /&gt;This (in conjunction with some other parameters) sets the maximum amount of swap space configurable on the system. Maxswapchunks should be set to support sufficient swap space to accommodate all swap anticipated. Also remember, swap space, once configured, is made available for paging (at boot) by specifying it in the file /etc/fstab (/etc/checklist on 9.X). The maximum swap space limit calculated in bytes is: (maxswapchunks * swchunk * DEV_BSIZE). We recommend this parameter be set to 4096. &lt;BR /&gt;&lt;BR /&gt;Hope this helps &lt;BR /&gt;&lt;BR /&gt;nancy&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;</description>
    <pubDate>Tue, 23 Apr 2002 13:07:46 GMT</pubDate>
    <dc:creator>nancy rippey</dc:creator>
    <dc:date>2002-04-23T13:07:46Z</dc:date>
    <item>
      <title>Kernel Modification with Memory Added</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-modification-with-memory-added/m-p/2709128#M903759</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have 1G memory on K260 of hpux11i running Oracle 8i now.   1G more memory will be added and therefore Oracle SGA will be modified too.&lt;BR /&gt;&lt;BR /&gt;I would like to know that on hpux level if any kernel parameters need to to modified so that 2G memory can be used (to overcome kernel fence?).&lt;BR /&gt;&lt;BR /&gt;It will be very appreciated if someone can help.&lt;BR /&gt;&lt;BR /&gt;I would attach a concurrent kernel configuration file for your inspection.   First thing jump to my mind is the maxdsiz.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot.&lt;BR /&gt;&lt;BR /&gt;Steven</description>
      <pubDate>Tue, 23 Apr 2002 12:44:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-modification-with-memory-added/m-p/2709128#M903759</guid>
      <dc:creator>Steven Chen_1</dc:creator>
      <dc:date>2002-04-23T12:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Modification with Memory Added</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-modification-with-memory-added/m-p/2709129#M903760</link>
      <description>Hi Steven,&lt;BR /&gt;&lt;BR /&gt; I don't see any kernel params that MUST be changed, but my caveat would be to make sure that swap *at least* is on a one-to-one ratio with memory. &lt;BR /&gt;And you already have swap_mem_on at 1 so that's alright.&lt;BR /&gt;You'll need to watch the system - particularly Oracle performance &amp;amp; the max*siz &amp;amp; shm* usage to determine if you'll need to tune these after the upgrade &amp;amp; Oracle SGA mod. &lt;BR /&gt;Also watch mem/swap usage closely.&lt;BR /&gt;Use sar over a broad time range across all normal Oracle usage scenarios if possible.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 23 Apr 2002 12:57:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-modification-with-memory-added/m-p/2709129#M903760</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-04-23T12:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Modification with Memory Added</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-modification-with-memory-added/m-p/2709130#M903761</link>
      <description>&lt;A href="http://docs.hp.com/servlets/iknow/iKtypeB?INFO_TYPE=how&amp;amp;Action=upgrading&amp;amp;Item=K-Class+memory&amp;amp;INFO_TYPE_CHANGED=false&amp;amp;Topic_Area=Hardware+Installation+and+Configuration&amp;amp;Sub_Topic=K-Class+Server&amp;amp;MODE_A=SLAVE&amp;amp;MODE_I=MASTER" target="_blank"&gt;http://docs.hp.com/servlets/iknow/iKtypeB?INFO_TYPE=how&amp;amp;Action=upgrading&amp;amp;Item=K-Class+memory&amp;amp;INFO_TYPE_CHANGED=false&amp;amp;Topic_Area=Hardware+Installation+and+Configuration&amp;amp;Sub_Topic=K-Class+Server&amp;amp;MODE_A=SLAVE&amp;amp;MODE_I=MASTER&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;or ask iknow at:&lt;BR /&gt;&lt;A href="http://docs.hp.com/servlets/iknow/iKtypeA" target="_blank"&gt;http://docs.hp.com/servlets/iknow/iKtypeA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Tue, 23 Apr 2002 12:58:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-modification-with-memory-added/m-p/2709130#M903761</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2002-04-23T12:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Modification with Memory Added</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-modification-with-memory-added/m-p/2709131#M903762</link>
      <description>Steven, &lt;BR /&gt;&lt;BR /&gt;One thing to remember when adding memory is that dbc_max_pct and dbc_min_pct are percentages of memory.  By adding another 1GB increment, if you do not change these values, your file system buffer cache will go from a 50MB-150MB range to a 100MB-300MB range.  That is not necessarily bad, but if you do not want your buffer cache that big for an Oracle database machine, you need to lower the percentages.  &lt;BR /&gt;&lt;BR /&gt;It becomes a bigger problem when people have bigger percentages and add more memory...&lt;BR /&gt;&lt;BR /&gt;Hope it helps.&lt;BR /&gt;&lt;BR /&gt;John</description>
      <pubDate>Tue, 23 Apr 2002 13:05:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-modification-with-memory-added/m-p/2709131#M903762</guid>
      <dc:creator>John Payne_2</dc:creator>
      <dc:date>2002-04-23T13:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Modification with Memory Added</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-modification-with-memory-added/m-p/2709132#M903763</link>
      <description>You will probably want to increase your swap if you are adding memory. Along with this you would want to increase maxswapchunks. &lt;BR /&gt;maxswapchunks &lt;BR /&gt;&lt;BR /&gt;maxswapchuncks &lt;BR /&gt;This (in conjunction with some other parameters) sets the maximum amount of swap space configurable on the system. Maxswapchunks should be set to support sufficient swap space to accommodate all swap anticipated. Also remember, swap space, once configured, is made available for paging (at boot) by specifying it in the file /etc/fstab (/etc/checklist on 9.X). The maximum swap space limit calculated in bytes is: (maxswapchunks * swchunk * DEV_BSIZE). We recommend this parameter be set to 4096. &lt;BR /&gt;&lt;BR /&gt;Hope this helps &lt;BR /&gt;&lt;BR /&gt;nancy&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Tue, 23 Apr 2002 13:07:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-modification-with-memory-added/m-p/2709132#M903763</guid>
      <dc:creator>nancy rippey</dc:creator>
      <dc:date>2002-04-23T13:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Modification with Memory Added</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-modification-with-memory-added/m-p/2709133#M903764</link>
      <description>Thanks all for the help.&lt;BR /&gt;&lt;BR /&gt;So we don't have to do anything on maxdsiz, semmni, semmns, shmmni, shmmax....?&lt;BR /&gt;&lt;BR /&gt;Steven</description>
      <pubDate>Tue, 23 Apr 2002 15:04:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-modification-with-memory-added/m-p/2709133#M903764</guid>
      <dc:creator>Steven Chen_1</dc:creator>
      <dc:date>2002-04-23T15:04:57Z</dc:date>
    </item>
  </channel>
</rss>

