<?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 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/kernel-parameter/m-p/3495768#M16499</link>
    <description>After changing parameters in /etc/sysctl.conf,just using the command&lt;BR /&gt;sysctl -p will update all parameters to kernel.</description>
    <pubDate>Wed, 02 Mar 2005 13:39:55 GMT</pubDate>
    <dc:creator>Durgaprasad Ala</dc:creator>
    <dc:date>2005-03-02T13:39:55Z</dc:date>
    <item>
      <title>kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-parameter/m-p/3495765#M16496</link>
      <description>Dear All&lt;BR /&gt;in my Redhat9 linux system I have change some kernel parameters using the command line like the shmmax,&lt;BR /&gt;&lt;BR /&gt;echo `expr 1024 \* 1024 \* 1024` &amp;gt; /proc/sys/kernel/shmmax&lt;BR /&gt;&lt;BR /&gt;and when i reboot the system the parameter return it's old value,so what should i do to keep the new value even after reboot&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Fadia</description>
      <pubDate>Wed, 02 Mar 2005 05:03:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-parameter/m-p/3495765#M16496</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2005-03-02T05:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-parameter/m-p/3495766#M16497</link>
      <description>You have to add the following line to the /etc/sysctl.conf file which is used during the boot process:&lt;BR /&gt;&lt;BR /&gt;kernel.shmmax=1073741824&lt;BR /&gt;&lt;BR /&gt;Adding this line to the /etc/sysctl.conf file will cause the system to change these kernel parameters after each boot using the /etc/rc.d/rc.sysinit script which is invoked by /etc/inittab. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs</description>
      <pubDate>Wed, 02 Mar 2005 06:11:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-parameter/m-p/3495766#M16497</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2005-03-02T06:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-parameter/m-p/3495767#M16498</link>
      <description>edit the file /etc/sysctl.conf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;append a line to it:&lt;BR /&gt;kernel.shmmax = 1073741824&lt;BR /&gt;then save and reboot-you should have this setting after reboot.&lt;BR /&gt;Regards.</description>
      <pubDate>Wed, 02 Mar 2005 06:11:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-parameter/m-p/3495767#M16498</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2005-03-02T06:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-parameter/m-p/3495768#M16499</link>
      <description>After changing parameters in /etc/sysctl.conf,just using the command&lt;BR /&gt;sysctl -p will update all parameters to kernel.</description>
      <pubDate>Wed, 02 Mar 2005 13:39:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-parameter/m-p/3495768#M16499</guid>
      <dc:creator>Durgaprasad Ala</dc:creator>
      <dc:date>2005-03-02T13:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-parameter/m-p/3495769#M16500</link>
      <description>Hi Almarei,&lt;BR /&gt;&lt;BR /&gt;   Append "echo `expr 1024 \* 1024 \* 1024` &amp;gt; /proc/sys/kernel/shmmax" to /etc/rc.local.&lt;BR /&gt;&lt;BR /&gt;NiCK</description>
      <pubDate>Wed, 02 Mar 2005 21:26:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-parameter/m-p/3495769#M16500</guid>
      <dc:creator>NiCK_76</dc:creator>
      <dc:date>2005-03-02T21:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-parameter/m-p/3495770#M16501</link>
      <description>i wouldn't go for nick's approach, the others have it right, use the sysctl config file.&lt;BR /&gt;in fact i never write directly to /proc anymore, but use sysctl instead which is agruably(?) safer.</description>
      <pubDate>Thu, 03 Mar 2005 02:04:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-parameter/m-p/3495770#M16501</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2005-03-03T02:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-parameter/m-p/3495771#M16502</link>
      <description>This explains it.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.redhat.com/docs/manuals/linux/RHL-7.3-Manual/ref-guide/s1-proc-sysctl.html" target="_blank"&gt;http://www.redhat.com/docs/manuals/linux/RHL-7.3-Manual/ref-guide/s1-proc-sysctl.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Thu, 03 Mar 2005 03:16:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-parameter/m-p/3495771#M16502</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-03-03T03:16:09Z</dc:date>
    </item>
  </channel>
</rss>

