<?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 Need kernel tuning help with Red Hat Linux 7.0 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/need-kernel-tuning-help-with-red-hat-linux-7-0/m-p/2548491#M653</link>
    <description>I'm installing a database application on our first Linux platform, and normally under other flavors of Unix, I need to adjust semaphore kernel parameters for the database.&lt;BR /&gt;&lt;BR /&gt;Does Linux have a comparable command to "sysdef" which will display current kernel settings?&lt;BR /&gt;&lt;BR /&gt;How would I change kernel settings under Linux?</description>
    <pubDate>Tue, 03 Jul 2001 19:00:16 GMT</pubDate>
    <dc:creator>Debbie Fleith</dc:creator>
    <dc:date>2001-07-03T19:00:16Z</dc:date>
    <item>
      <title>Need kernel tuning help with Red Hat Linux 7.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-kernel-tuning-help-with-red-hat-linux-7-0/m-p/2548491#M653</link>
      <description>I'm installing a database application on our first Linux platform, and normally under other flavors of Unix, I need to adjust semaphore kernel parameters for the database.&lt;BR /&gt;&lt;BR /&gt;Does Linux have a comparable command to "sysdef" which will display current kernel settings?&lt;BR /&gt;&lt;BR /&gt;How would I change kernel settings under Linux?</description>
      <pubDate>Tue, 03 Jul 2001 19:00:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-kernel-tuning-help-with-red-hat-linux-7-0/m-p/2548491#M653</guid>
      <dc:creator>Debbie Fleith</dc:creator>
      <dc:date>2001-07-03T19:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Need kernel tuning help with Red Hat Linux 7.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-kernel-tuning-help-with-red-hat-linux-7-0/m-p/2548492#M654</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Read the man page for sysctl. This is a program that can be used to set kernel parameters that are displayed under /proc/sys.&lt;BR /&gt;&lt;BR /&gt;For instance, to get an overview of all tunable parameters:&lt;BR /&gt;&lt;BR /&gt;# sysctl -A&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Vincent</description>
      <pubDate>Wed, 04 Jul 2001 05:54:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-kernel-tuning-help-with-red-hat-linux-7-0/m-p/2548492#M654</guid>
      <dc:creator>Vincent Stedema</dc:creator>
      <dc:date>2001-07-04T05:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Need kernel tuning help with Red Hat Linux 7.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-kernel-tuning-help-with-red-hat-linux-7-0/m-p/2548493#M655</link>
      <description>Hello Debbie,&lt;BR /&gt;&lt;BR /&gt;Kernel parameters are available through /proc filesystem. Some of these kernels are dynamic. Of course, changing parameters on live systems may result in unexpected behaviour. That is why it is better to set them in system start scripts, before launching applications such as databases.&lt;BR /&gt;&lt;BR /&gt;In /etc/rc.d/rc.sysinit, the sysctl program is called to set some dynamic parameters during system boot.&lt;BR /&gt;&lt;BR /&gt;These parameters can be defined in file /etc/sysctl.conf. For example, to set the shmmax parameter, you should add something like this in /etc/sysctl.conf :&lt;BR /&gt;&lt;BR /&gt;kernel.shmmax = value_in_bytes&lt;BR /&gt;&lt;BR /&gt;It stands for :&lt;BR /&gt;&lt;BR /&gt;echo "value_in_bytes" &amp;gt;/proc/sys/kernel/shmmax&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Other remark : if you had the linux kernel source and documentation installed, you would find some useful information in /usr/src/linux/Documentation/sysctl.&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Kodjo&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;P.S. Some database tuning requirements are related to buffer cache. Check /etc/fstab for mount options that disable the buffer cache (man mount -&amp;gt; "sync" option).&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Jul 2001 20:57:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-kernel-tuning-help-with-red-hat-linux-7-0/m-p/2548493#M655</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2001-07-05T20:57:55Z</dc:date>
    </item>
  </channel>
</rss>

