<?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 Parameter SHMMIN in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-shmmin/m-p/2579720#M31645</link>
    <description>SHMMIN does not exist on HP-UX.  If Oracle is telling you that it does, then they are full of bull****.  &lt;BR /&gt;&lt;BR /&gt;Oracle seems to be very Sun Solaris-centric on a lot of their stuff.  HP-UX seems to be an afterthought sometimes.&lt;BR /&gt;&lt;BR /&gt;They need to get with the program.</description>
    <pubDate>Fri, 14 Sep 2001 17:43:24 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2001-09-14T17:43:24Z</dc:date>
    <item>
      <title>Kernel Parameter SHMMIN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-shmmin/m-p/2579713#M31638</link>
      <description>Please anybody's help is appreciated.&lt;BR /&gt;How to set the kernel parameter SHMMIN?&lt;BR /&gt;Thanks a lot.</description>
      <pubDate>Fri, 14 Sep 2001 16:03:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-shmmin/m-p/2579713#M31638</guid>
      <dc:creator>Chris Xu</dc:creator>
      <dc:date>2001-09-14T16:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Parameter SHMMIN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-shmmin/m-p/2579714#M31639</link>
      <description>Easy way ..use SAM to change it.&lt;BR /&gt;&lt;BR /&gt;Or&lt;BR /&gt;use kmtune -s &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;GK&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Sep 2001 16:09:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-shmmin/m-p/2579714#M31639</guid>
      <dc:creator>G.Kumar</dc:creator>
      <dc:date>2001-09-14T16:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Parameter SHMMIN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-shmmin/m-p/2579715#M31640</link>
      <description>Hi Chris:&lt;BR /&gt;&lt;BR /&gt;I'm going to assume your spelling is correct.  If this is true, this query surfaced once before.  See here, please:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xa76a37f45ef7d4118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xa76a37f45ef7d4118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 14 Sep 2001 16:11:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-shmmin/m-p/2579715#M31640</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-09-14T16:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Parameter SHMMIN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-shmmin/m-p/2579716#M31641</link>
      <description>Any configurable kernel parameters can be set by going into SAM, then  "Kernel Configuration" then "Configurable Parameters".  Once you make the change SAM can recompile the kernel and reboot your box.&lt;BR /&gt;&lt;BR /&gt;THe thing is, I do not see a parameter called SHMMIN.  There is a SHMMNI.&lt;BR /&gt;&lt;BR /&gt;Here are the configurable parameters for 11.0:&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/os/KCparams.OverviewAll.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/os/KCparams.OverviewAll.html&lt;/A&gt;</description>
      <pubDate>Fri, 14 Sep 2001 16:11:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-shmmin/m-p/2579716#M31641</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-09-14T16:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Parameter SHMMIN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-shmmin/m-p/2579717#M31642</link>
      <description>"shmmni"  - Max number of shared memory segments that the system can have.&lt;BR /&gt;&lt;BR /&gt;You can use different ways&lt;BR /&gt;&lt;BR /&gt;-SAM&lt;BR /&gt;-kmtune -s&lt;BR /&gt; mk_kernel -o /stand/vmunix&lt;BR /&gt; shutdown -r y 0&lt;BR /&gt;-/usr/lbin/sysadm/system_prep -s /stand/system&lt;BR /&gt; vi /stand/system, modify shmmni&lt;BR /&gt; mk_kernel -o /stand/vmunix&lt;BR /&gt; shutdown -r y 0&lt;BR /&gt;&lt;BR /&gt;You can use SAM to do the above for you.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Fri, 14 Sep 2001 16:33:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-shmmin/m-p/2579717#M31642</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-09-14T16:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Parameter SHMMIN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-shmmin/m-p/2579718#M31643</link>
      <description>Hi Chris,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you are talking about the kernel parameter SHMMNI (then you can increase it in any of the ways mentioned by other people)&lt;BR /&gt;&lt;BR /&gt;But if you are talking about the parameter mentioned in the Oracle docs then this parameter only exists on Sun Machines, there is no equivalent parameter in HP&lt;BR /&gt;&lt;BR /&gt;-HTH&lt;BR /&gt;Ramesh</description>
      <pubDate>Fri, 14 Sep 2001 16:38:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-shmmin/m-p/2579718#M31643</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-09-14T16:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Parameter SHMMIN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-shmmin/m-p/2579719#M31644</link>
      <description>Thanks a lot for all replies. &lt;BR /&gt;&lt;BR /&gt;The conclusion seems the SHMMIN parameter is not available in kernel parameter listing and it is implied without actually setting it, though Oracle support told me it is SHMMIN, not SHMMNI. Please correct me if anybody thinks different. &lt;BR /&gt;&lt;BR /&gt;Again, thanks.</description>
      <pubDate>Fri, 14 Sep 2001 17:35:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-shmmin/m-p/2579719#M31644</guid>
      <dc:creator>Chris Xu</dc:creator>
      <dc:date>2001-09-14T17:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Parameter SHMMIN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-shmmin/m-p/2579720#M31645</link>
      <description>SHMMIN does not exist on HP-UX.  If Oracle is telling you that it does, then they are full of bull****.  &lt;BR /&gt;&lt;BR /&gt;Oracle seems to be very Sun Solaris-centric on a lot of their stuff.  HP-UX seems to be an afterthought sometimes.&lt;BR /&gt;&lt;BR /&gt;They need to get with the program.</description>
      <pubDate>Fri, 14 Sep 2001 17:43:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-shmmin/m-p/2579720#M31645</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-09-14T17:43:24Z</dc:date>
    </item>
  </channel>
</rss>

