<?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: shmmax value in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/shmmax-value/m-p/4368474#M346997</link>
    <description>oh wait, I guess I was reading the last question wrong (shouldn't visit forums before first coffee). I read it as 'for a single user', but surely it was 'with the system in single user mode'. &lt;BR /&gt;Yes, you can do that. But you can just set the parameters to chance (kctune) on the running system, for the next reboot.&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
    <pubDate>Fri, 06 Mar 2009 13:22:57 GMT</pubDate>
    <dc:creator>Hein van den Heuvel</dc:creator>
    <dc:date>2009-03-06T13:22:57Z</dc:date>
    <item>
      <title>shmmax value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shmmax-value/m-p/4368459#M346982</link>
      <description>I have a HP system OS version is 11.0 for &lt;BR /&gt;shmmax value is as follows:&lt;BR /&gt;kmtune -l -q shmmax&lt;BR /&gt;Parameter:      shmmax&lt;BR /&gt;Value:          0XC0000000&lt;BR /&gt;Default:        0X4000000&lt;BR /&gt;Minimum:        -&lt;BR /&gt;Module:         -&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Total VM :  1012mb   Sys Mem  : 244.7mb   User Mem:  2.78gb   Phys Mem:  4.00gb&lt;BR /&gt;Active VM: 257.9mb   Buf Cache: 614.4mb   Free Mem: 386.2mb   &lt;BR /&gt;&lt;BR /&gt;We are planning to upgrade the physical memory from 4 GB to 6 GB. &lt;BR /&gt;&lt;BR /&gt;Do we need to increase the shmmax value and if yes to what value&lt;BR /&gt;&lt;BR /&gt;What would be procedure for increasing it&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;many thanks in advance</description>
      <pubDate>Fri, 27 Feb 2009 17:06:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shmmax-value/m-p/4368459#M346982</guid>
      <dc:creator>Amit Manna_5</dc:creator>
      <dc:date>2009-02-27T17:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: shmmax value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shmmax-value/m-p/4368460#M346983</link>
      <description>Hi Amit,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;We are planning to upgrade the physical memory from 4 GB to 6 GB.&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Your swap space should be double the size of your Pshyical RAM&lt;BR /&gt;&lt;BR /&gt;if total Pshyical RAM 6GB you need have totol swap space of 12GB&lt;BR /&gt;&lt;BR /&gt;# swapinfo -tam (Can check current size of you swap)&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;Do we need to increase the shmmax value and if yes to what value&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;NO NEED&lt;BR /&gt;&lt;BR /&gt;what Application are you running.?&lt;BR /&gt;do you have any perfromance issue?&lt;BR /&gt;&lt;BR /&gt;Please below Thread for more Inforamtion&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1272448" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1272448&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Feb 2009 17:38:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shmmax-value/m-p/4368460#M346983</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-02-27T17:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: shmmax value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shmmax-value/m-p/4368461#M346984</link>
      <description>&amp;gt;We are planning to upgrade the physical &lt;BR /&gt;&amp;gt;memory from 4 GB to 6 GB.&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt;Do we need to increase the shmmax value and &lt;BR /&gt;&amp;gt;if yes to what value&lt;BR /&gt;&lt;BR /&gt;The answe is it depends, but more than likely it will be to your benefit to increase this value. &lt;BR /&gt;&lt;BR /&gt;Most java-heavy applications running on hpux (and what is not java-heavy nowadays) wants you to set shmmax value to value which is equal to the amount of physical memory. Right now, you are saying you have 4GB physical memory on the system but your shmmax is set to 3GB. If it is configured like this for a reason, you need to figure out why it is that way and adjust the value according to the requirements of the person/vendor who wanted it that way. This will help you avoid headaches down the road. &lt;BR /&gt;&lt;BR /&gt;If you are running Oracle, SAP, or any other java written application, in the lack of finding out what shmmax value needs to be, it is a safe bet to set it to the amount of physical memory, which will be 6GB in your case. SO the command to modify it should be as follows:&lt;BR /&gt;&lt;BR /&gt;kmtune -s shmmax=6442450944&lt;BR /&gt;&lt;BR /&gt;ans it is a dynamically configurable parameter, not needing a reboot.&lt;BR /&gt;&lt;BR /&gt;Hope this helps</description>
      <pubDate>Fri, 27 Feb 2009 17:40:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shmmax-value/m-p/4368461#M346984</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2009-02-27T17:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: shmmax value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shmmax-value/m-p/4368462#M346985</link>
      <description>I think in oracle, the shmmax should be larger than the largest sga.</description>
      <pubDate>Fri, 27 Feb 2009 18:42:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shmmax-value/m-p/4368462#M346985</guid>
      <dc:creator>Tingli</dc:creator>
      <dc:date>2009-02-27T18:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: shmmax value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shmmax-value/m-p/4368463#M346986</link>
      <description>shmmax is the size of the largest shared memory segement that a program can create.  A program can attach to multiple shared memory segments but this parameter is the largest size of a single shared memory segment.&lt;BR /&gt;&lt;BR /&gt;Defer to your applications kernel parameter requirements.</description>
      <pubDate>Sat, 28 Feb 2009 00:56:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shmmax-value/m-p/4368463#M346986</guid>
      <dc:creator>Emil Velez</dc:creator>
      <dc:date>2009-02-28T00:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: shmmax value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shmmax-value/m-p/4368464#M346987</link>
      <description>Does this parameter increase dont need reboot/</description>
      <pubDate>Wed, 04 Mar 2009 15:00:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shmmax-value/m-p/4368464#M346987</guid>
      <dc:creator>Amit Manna_5</dc:creator>
      <dc:date>2009-03-04T15:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: shmmax value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shmmax-value/m-p/4368465#M346988</link>
      <description>Hi Amit,&lt;BR /&gt;&lt;BR /&gt;Changes to this tunable take effect immediately and does not need reboot.&lt;BR /&gt;&lt;BR /&gt;Check this..&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60127/shmmax.5.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60127/shmmax.5.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Mar 2009 15:06:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shmmax-value/m-p/4368465#M346988</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-03-04T15:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: shmmax value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shmmax-value/m-p/4368466#M346989</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Do you need to increase shmmax? No.&lt;BR /&gt;&lt;BR /&gt;It might improve performance of applications like Oracle.&lt;BR /&gt;&lt;BR /&gt;In this case I would do as follows:&lt;BR /&gt;sam&lt;BR /&gt;Kernel&lt;BR /&gt;Configurable parameters&lt;BR /&gt;Change shmmax&lt;BR /&gt;&lt;BR /&gt;Compile kernel and boot via the menu.&lt;BR /&gt;&lt;BR /&gt;Note: HP-UX 11.00 is out of support. I strongly urge a make_tape_recovery or make_net_recovery backup be done before any changes.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 04 Mar 2009 15:16:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shmmax-value/m-p/4368466#M346989</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-03-04T15:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: shmmax value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shmmax-value/m-p/4368467#M346990</link>
      <description>Hi Amit&lt;BR /&gt;&lt;BR /&gt;Its not required to increase the value of shmmax after upgrade of memory but you can always increase it.&lt;BR /&gt;&lt;BR /&gt;Its a Static value and requires reboot in 11.00&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sanjeev</description>
      <pubDate>Wed, 04 Mar 2009 15:34:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shmmax-value/m-p/4368467#M346990</guid>
      <dc:creator>Sharma Sanjeev</dc:creator>
      <dc:date>2009-03-04T15:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: shmmax value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shmmax-value/m-p/4368468#M346991</link>
      <description>Hi Amit&lt;BR /&gt;&lt;BR /&gt;As you mentioned hp-ux version is 11.00 and in this version shmmax is static&lt;BR /&gt;&lt;BR /&gt; shmmax                 3221225472   3221225472   Static    N/A  &lt;BR /&gt;&lt;BR /&gt;but not in 11.23&lt;BR /&gt;&lt;BR /&gt;so it will require reboot after changing the value&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sanjeev</description>
      <pubDate>Wed, 04 Mar 2009 15:39:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shmmax-value/m-p/4368468#M346991</guid>
      <dc:creator>Sharma Sanjeev</dc:creator>
      <dc:date>2009-03-04T15:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: shmmax value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shmmax-value/m-p/4368469#M346992</link>
      <description>&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Just for the reason of upgrading physical memory, you don't need to increase Shmmax. Check with you application vendor what should be you shmmax. When you upgrade your physical memory, the good prachtice is to alter your swap and dump. Again it is not a hard and fast rule, it's all depending on your requirement.&lt;BR /&gt;&lt;BR /&gt;Good Luck&lt;BR /&gt;Shahul</description>
      <pubDate>Wed, 04 Mar 2009 15:50:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shmmax-value/m-p/4368469#M346992</guid>
      <dc:creator>Shahul</dc:creator>
      <dc:date>2009-03-04T15:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: shmmax value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shmmax-value/m-p/4368470#M346993</link>
      <description>Hi Amit,&lt;BR /&gt;&lt;BR /&gt;I didn't noticed that your OS version is 11.0. I though it is higher version. In all higher versions, shmmax can be increased dynamically.&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Mar 2009 16:01:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shmmax-value/m-p/4368470#M346993</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-03-04T16:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: shmmax value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shmmax-value/m-p/4368471#M346994</link>
      <description>hi&lt;BR /&gt;Can we increase the kernel paramter in single user mode. If yes please let me know the process.</description>
      <pubDate>Fri, 06 Mar 2009 11:52:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shmmax-value/m-p/4368471#M346994</guid>
      <dc:creator>Amit Manna_5</dc:creator>
      <dc:date>2009-03-06T11:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: shmmax value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shmmax-value/m-p/4368472#M346995</link>
      <description>&amp;gt;&amp;gt; Can we increase the kernel paramter in single user mode. If yes please let me know the process.&lt;BR /&gt;&lt;BR /&gt;Noop. &lt;BR /&gt;That's why it is called 'kernel' param.&lt;BR /&gt;One setting for all.&lt;BR /&gt;&lt;BR /&gt;Hein.</description>
      <pubDate>Fri, 06 Mar 2009 12:05:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shmmax-value/m-p/4368472#M346995</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2009-03-06T12:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: shmmax value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shmmax-value/m-p/4368473#M346996</link>
      <description>Hi Amit&lt;BR /&gt;&lt;BR /&gt;You can not change/increase in Single User mode :-)&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sanjeev</description>
      <pubDate>Fri, 06 Mar 2009 12:23:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shmmax-value/m-p/4368473#M346996</guid>
      <dc:creator>Sharma Sanjeev</dc:creator>
      <dc:date>2009-03-06T12:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: shmmax value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shmmax-value/m-p/4368474#M346997</link>
      <description>oh wait, I guess I was reading the last question wrong (shouldn't visit forums before first coffee). I read it as 'for a single user', but surely it was 'with the system in single user mode'. &lt;BR /&gt;Yes, you can do that. But you can just set the parameters to chance (kctune) on the running system, for the next reboot.&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Mar 2009 13:22:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shmmax-value/m-p/4368474#M346997</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2009-03-06T13:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: shmmax value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shmmax-value/m-p/4368475#M346998</link>
      <description>On a running server&lt;BR /&gt;&lt;BR /&gt;# kctune shmnax=&lt;VALUE&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;&amp;lt; Above could be run without a reboot&amp;gt;&lt;BR /&gt;&lt;BR /&gt;When you are ready with the downtime&lt;BR /&gt;&lt;BR /&gt;# kmupdate&lt;BR /&gt;&amp;gt; Reboot the server&lt;BR /&gt;&lt;BR /&gt;All the best&lt;/VALUE&gt;</description>
      <pubDate>Fri, 06 Mar 2009 13:38:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shmmax-value/m-p/4368475#M346998</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-03-06T13:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: shmmax value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shmmax-value/m-p/4368476#M346999</link>
      <description>Wow; what an entertainingly contradictory thread!&lt;BR /&gt;&lt;BR /&gt;First, lets verify the environment:&lt;BR /&gt;&lt;BR /&gt;It's an 11.00 system on which he's upgrading ram for 4 gigs to 6 gigs. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;A couple of the more entertainingly incorrect answers:&lt;BR /&gt;&lt;BR /&gt;1.  kctune is 11.23 and 11.31; not 11.00.  kmtune is the right command.&lt;BR /&gt;&lt;BR /&gt;2.  swap does not have to be 2x ram.  That is archaic thinking - although, in this particular case, since it's an archaic operating system with an archaic amount of ram, the 2x ram may be right.&lt;BR /&gt;&lt;BR /&gt;The right answer for the shmmax parameter is it doesn't have to be upgraded and you should check with the vendor.  If you're running oracle, it probably should be.  *That* being said, you're also probably running an antiquated version of oracle.  Versions prior to 8.1.6 (I believe?) couldn't access more than 4 gigs of shared memory in one swell foop anyway, so updating the shmmax beyond that point doesn't get you much - and, may, in fact, prevent oracle from starting.&lt;BR /&gt;&lt;BR /&gt;Should you decide to do the kernel upgrade, it will require a reboot.  If you ever upgrade to 11.23 there are significantly more dynamic kernel parameters.  Yet more in 11.31.  Those two OSes make kernel updates a breeze, though.  Run the appropriate kctune commands, then run kctune -D to find out if you need a reboot.  &lt;BR /&gt;&lt;BR /&gt;Here's a checklist for command line kernel creation that I always use:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.olearycomputers.com/ll/hpkernel.html" target="_blank"&gt;http://www.olearycomputers.com/ll/hpkernel.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This applies to 11.11 and prior; as I said, the 11.23/11.31 kernel process is so easy it doesn't require a checklist.&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;&lt;BR /&gt;Doug O'Leary&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Mar 2009 17:19:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shmmax-value/m-p/4368476#M346999</guid>
      <dc:creator>Doug O'Leary</dc:creator>
      <dc:date>2009-03-06T17:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: shmmax value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shmmax-value/m-p/4368477#M347000</link>
      <description>"kctune in 11.11"&lt;BR /&gt;&lt;BR /&gt;Oops.. Need good sleep before replying to number of thread.&lt;BR /&gt;Will make a habit of reading the complete thread bfor answering.&lt;BR /&gt;&lt;BR /&gt;Thanks Doug for catching it ..</description>
      <pubDate>Fri, 06 Mar 2009 17:23:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shmmax-value/m-p/4368477#M347000</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-03-06T17:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: shmmax value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shmmax-value/m-p/4368478#M347001</link>
      <description>&amp;gt;Avinash: "kctune in 11.11"  Need good sleep before replying to number of thread.&lt;BR /&gt;&lt;BR /&gt;There is nothing wrong with mentioning kctune(1m) provided you put the right marketing spin on it. :-)&lt;BR /&gt;I.e. You can use kctune on 11.23 and shmmax is dynamic tunable so you don't have to reboot.</description>
      <pubDate>Fri, 06 Mar 2009 21:17:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shmmax-value/m-p/4368478#M347001</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-03-06T21:17:42Z</dc:date>
    </item>
  </channel>
</rss>

