<?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 tuning RHEL3 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/kernel-tuning-rhel3/m-p/4983243#M47253</link>
    <description>Well, after some googling I understand that shmmin &amp;amp; shmseg isn't a type as I suspected (sorry for that!).&lt;BR /&gt;&lt;BR /&gt;But, according to &lt;A href="http://www.puschitz.com/InstallingOracle10g.shtml," target="_blank"&gt;http://www.puschitz.com/InstallingOracle10g.shtml,&lt;/A&gt; shmmin isn't a kernel parameter and shmseg is hardcoded, but default is enough:&lt;BR /&gt;&lt;BR /&gt;shmmin  = 1              (To verify, execute: ipcs -lm |grep "min seg size")&lt;BR /&gt;shmseg  = 10             (It's hardcoded in the kernel - the default is much higher)&lt;BR /&gt;</description>
    <pubDate>Wed, 07 Jun 2006 01:20:36 GMT</pubDate>
    <dc:creator>Vitaly Karasik_1</dc:creator>
    <dc:date>2006-06-07T01:20:36Z</dc:date>
    <item>
      <title>kernel tuning RHEL3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-tuning-rhel3/m-p/4983240#M47250</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I'm tuning kernel parameters of a Red Hat Enterprise Linux AS release 3 (Taroon Update 7).&lt;BR /&gt;I tuned parameters with "sysctl" command, but i'm not able to modify the value of shmseg and shmmin, because there are not files &lt;BR /&gt;/proc/sys/kernel/shmseg and /proc/sys/kernel/shmmin and &lt;BR /&gt;# sysctl -w kernel.shmseg=10&lt;BR /&gt;error: 'kernel.shmseg' is an unknown key.&lt;BR /&gt;&lt;BR /&gt;I don't have kernel source, because I'm using the installation kernel 2.4.21-40.ELsmp.&lt;BR /&gt;&lt;BR /&gt;How can I enable these parameters and change their value without rebuilt a new kernel?&lt;BR /&gt;&lt;BR /&gt;Thanks a lot!&lt;BR /&gt;&lt;BR /&gt;Manuela&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Jun 2006 08:44:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-tuning-rhel3/m-p/4983240#M47250</guid>
      <dc:creator>Manuela Italia</dc:creator>
      <dc:date>2006-06-06T08:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: kernel tuning RHEL3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-tuning-rhel3/m-p/4983241#M47251</link>
      <description>which parameters exactly do you need to tune? there is no shmmin, there is shmmni:&lt;BR /&gt;&lt;BR /&gt;kernel.shmmni = 4096&lt;BR /&gt;kernel.shmall = 2097152&lt;BR /&gt;kernel.shmmax = 33554432&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Jun 2006 09:31:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-tuning-rhel3/m-p/4983241#M47251</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2006-06-06T09:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: kernel tuning RHEL3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-tuning-rhel3/m-p/4983242#M47252</link>
      <description>Hi &lt;BR /&gt;I'm not able to tune parameters "shmmin" and "shmseg".&lt;BR /&gt;I tuned without problem the other parameters.&lt;BR /&gt;I got these parameters from "Oracle Enterprise Manager Grid Control requirements guide"&lt;BR /&gt;&lt;BR /&gt;thank you!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manuela</description>
      <pubDate>Tue, 06 Jun 2006 09:53:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-tuning-rhel3/m-p/4983242#M47252</guid>
      <dc:creator>Manuela Italia</dc:creator>
      <dc:date>2006-06-06T09:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: kernel tuning RHEL3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-tuning-rhel3/m-p/4983243#M47253</link>
      <description>Well, after some googling I understand that shmmin &amp;amp; shmseg isn't a type as I suspected (sorry for that!).&lt;BR /&gt;&lt;BR /&gt;But, according to &lt;A href="http://www.puschitz.com/InstallingOracle10g.shtml," target="_blank"&gt;http://www.puschitz.com/InstallingOracle10g.shtml,&lt;/A&gt; shmmin isn't a kernel parameter and shmseg is hardcoded, but default is enough:&lt;BR /&gt;&lt;BR /&gt;shmmin  = 1              (To verify, execute: ipcs -lm |grep "min seg size")&lt;BR /&gt;shmseg  = 10             (It's hardcoded in the kernel - the default is much higher)&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Jun 2006 01:20:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-tuning-rhel3/m-p/4983243#M47253</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2006-06-07T01:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: kernel tuning RHEL3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-tuning-rhel3/m-p/4983244#M47254</link>
      <description>thanks a lot!</description>
      <pubDate>Wed, 07 Jun 2006 02:48:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-tuning-rhel3/m-p/4983244#M47254</guid>
      <dc:creator>Manuela Italia</dc:creator>
      <dc:date>2006-06-07T02:48:31Z</dc:date>
    </item>
  </channel>
</rss>

