<?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: Post upgrade Kernel modifications in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/post-upgrade-kernel-modifications/m-p/3872790#M278680</link>
    <description>In order to use all of your RAM, you need to 1 of 2 things.&lt;BR /&gt;&lt;BR /&gt;1) You need to have at least as much swap as you have RAM.  &lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;2) You need to set swapmemon=1 in the kernel (it requires a reboot if not set) and then have  swap space equal to 25% of your RAM.&lt;BR /&gt;&lt;BR /&gt;The reason for this is because when a process starts is reserves an amount of swap space just in case it needs it.  If a process can't reserve the space it needs, then it will fail.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 02 Oct 2006 16:45:24 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2006-10-02T16:45:24Z</dc:date>
    <item>
      <title>Post upgrade Kernel modifications</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/post-upgrade-kernel-modifications/m-p/3872785#M278675</link>
      <description>Dear all&lt;BR /&gt;&lt;BR /&gt;rp5470 was 3 x 875Mhz proc and 12Gb of RAM&lt;BR /&gt;now 4 x 857Mhz and 16Gb of RAM&lt;BR /&gt;&lt;BR /&gt;rp7410 was 4 x 750Mhz proc and 8GB of RAM&lt;BR /&gt;now 8 x 750Mhz proc and 16Gb&lt;BR /&gt;&lt;BR /&gt;Any suggestions for which Kernel parameters should be being tuned to make best use of this extra hardware&lt;BR /&gt;&lt;BR /&gt;Thank you</description>
      <pubDate>Sun, 01 Oct 2006 09:11:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/post-upgrade-kernel-modifications/m-p/3872785#M278675</guid>
      <dc:creator>Andrew Moody_1</dc:creator>
      <dc:date>2006-10-01T09:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: Post upgrade Kernel modifications</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/post-upgrade-kernel-modifications/m-p/3872786#M278676</link>
      <description>I just been something like this and I found this document very usefull:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/TKP-90202/TKP-90202.pdf" target="_blank"&gt;http://docs.hp.com/en/TKP-90202/TKP-90202.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This was recommended by HP:&lt;BR /&gt;kctune -B dbc_min_pct=1&lt;BR /&gt;kctune -B dbc_max_pct=1&lt;BR /&gt;&lt;BR /&gt;but also have a look at the following:&lt;BR /&gt;vx_ninode, nproc, nkthread, nproc, maxuprc, maxssiz_64bit, maxssiz, maxuprc, msgtql, msgmap, msgseg, semmni, shmmni, vps_ceiling, ksi_alloc_max, msgmni, ncsize, semmns, semmnu.&lt;BR /&gt;&lt;BR /&gt;At least you should max the shmmax to the memory 16*1024*1024*1024 - 20% = 13GB.&lt;BR /&gt;&lt;BR /&gt;But all in all it depends on the application. and the after you take it live with the application monitor it with glance and tune it as you go.&lt;BR /&gt;</description>
      <pubDate>Sun, 01 Oct 2006 15:18:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/post-upgrade-kernel-modifications/m-p/3872786#M278676</guid>
      <dc:creator>Jannik</dc:creator>
      <dc:date>2006-10-01T15:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Post upgrade Kernel modifications</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/post-upgrade-kernel-modifications/m-p/3872787#M278677</link>
      <description>Hi Andrew,&lt;BR /&gt;&lt;BR /&gt;Look at increasing swap since you have doubled the memory on your rp7410. Only caveat is that swap needs to be contiguous. You'll have to take a look at your configuration to find out if this can be done with the exisitng disks or if you need to purchase disks bigger than the current.&lt;BR /&gt;&lt;BR /&gt;~hope it helps</description>
      <pubDate>Sun, 01 Oct 2006 15:52:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/post-upgrade-kernel-modifications/m-p/3872787#M278677</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2006-10-01T15:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Post upgrade Kernel modifications</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/post-upgrade-kernel-modifications/m-p/3872788#M278678</link>
      <description>Those dbc_min_pct and dbc_max_pct setting don't make much sense on a 16GB system.&lt;BR /&gt;&lt;BR /&gt;A setting of 1 (meaning 1 percent of RAM) would set a static buffer cache of 163 MB on a system with 16GB of RAM.  That is woefully low.&lt;BR /&gt;&lt;BR /&gt;I would probably set dbc_min_pct to 5 and dbc_max_pct to 10.  This would give a minimum buffer cache size of 800MB and a maximum size of 1600MB.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 01 Oct 2006 15:54:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/post-upgrade-kernel-modifications/m-p/3872788#M278678</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-10-01T15:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Post upgrade Kernel modifications</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/post-upgrade-kernel-modifications/m-p/3872789#M278679</link>
      <description>&lt;BR /&gt;Maybe I'm being daft and revealing my inexperience but I've no idea why I'd need to increase swap on a machine that has doubled it's memory and that wasn't swapping out an alarming amount to start with. (You could ask at this point if it wasn't swapping out why add more memory, and you may well have a point)&lt;BR /&gt;&lt;BR /&gt;As for application specific, the rp7410 and rp5470 are the database and apps tiers respectively of an Oracle E-Business Suite (11.5.10, OS is 11iv1.</description>
      <pubDate>Mon, 02 Oct 2006 03:01:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/post-upgrade-kernel-modifications/m-p/3872789#M278679</guid>
      <dc:creator>Andrew Moody_1</dc:creator>
      <dc:date>2006-10-02T03:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Post upgrade Kernel modifications</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/post-upgrade-kernel-modifications/m-p/3872790#M278680</link>
      <description>In order to use all of your RAM, you need to 1 of 2 things.&lt;BR /&gt;&lt;BR /&gt;1) You need to have at least as much swap as you have RAM.  &lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;2) You need to set swapmemon=1 in the kernel (it requires a reboot if not set) and then have  swap space equal to 25% of your RAM.&lt;BR /&gt;&lt;BR /&gt;The reason for this is because when a process starts is reserves an amount of swap space just in case it needs it.  If a process can't reserve the space it needs, then it will fail.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Oct 2006 16:45:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/post-upgrade-kernel-modifications/m-p/3872790#M278680</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-10-02T16:45:24Z</dc:date>
    </item>
  </channel>
</rss>

