<?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: Changing Linux Kernel Parameter without rebooting box. in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/changing-linux-kernel-parameter-without-rebooting-box/m-p/4096506#M30596</link>
    <description>cat /proc/sys/kernel/sem</description>
    <pubDate>Fri, 02 Nov 2007 10:34:01 GMT</pubDate>
    <dc:creator>Court Campbell</dc:creator>
    <dc:date>2007-11-02T10:34:01Z</dc:date>
    <item>
      <title>Changing Linux Kernel Parameter without rebooting box.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/changing-linux-kernel-parameter-without-rebooting-box/m-p/4096505#M30595</link>
      <description>I did following commands to change Linux (RHEL AS 4.0 32-bit) Kernel Parameters to take effect without rebooting the Server.&lt;BR /&gt;&lt;BR /&gt;echo "kernel.sem=1250 256000 128 1024" &amp;gt;&amp;gt; /etc/sysctl.conf&lt;BR /&gt;sysctl -p /etc/sysctl.conf&lt;BR /&gt;&lt;BR /&gt;Is it correct?&lt;BR /&gt;&lt;BR /&gt;How to make sure those changes are in effect?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Gulam.&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Nov 2007 10:30:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/changing-linux-kernel-parameter-without-rebooting-box/m-p/4096505#M30595</guid>
      <dc:creator>Gulam Mohiuddin</dc:creator>
      <dc:date>2007-11-02T10:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Linux Kernel Parameter without rebooting box.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/changing-linux-kernel-parameter-without-rebooting-box/m-p/4096506#M30596</link>
      <description>cat /proc/sys/kernel/sem</description>
      <pubDate>Fri, 02 Nov 2007 10:34:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/changing-linux-kernel-parameter-without-rebooting-box/m-p/4096506#M30596</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-11-02T10:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Linux Kernel Parameter without rebooting box.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/changing-linux-kernel-parameter-without-rebooting-box/m-p/4096507#M30597</link>
      <description># sysctl -a|grep -i sem&lt;BR /&gt;kernel.sem = 250        32000   32      128&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Nov 2007 12:41:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/changing-linux-kernel-parameter-without-rebooting-box/m-p/4096507#M30597</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-11-02T12:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Linux Kernel Parameter without rebooting box.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/changing-linux-kernel-parameter-without-rebooting-box/m-p/4096508#M30598</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What you did is correct, its working in my system. &lt;BR /&gt;&lt;BR /&gt;Try to put the values directly to /proc/sys/kernel/sem&lt;BR /&gt;&lt;BR /&gt;echo "1250 256000 128 1024" &amp;gt; /proc/sys/kernel/sem&lt;BR /&gt;[ but this will not survive a reboot !!]&lt;BR /&gt;&lt;BR /&gt;then check&lt;BR /&gt;sysctl -a |grep sem&lt;BR /&gt;&lt;BR /&gt;if the value is still old, then there is some other issues.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;RD</description>
      <pubDate>Fri, 02 Nov 2007 23:39:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/changing-linux-kernel-parameter-without-rebooting-box/m-p/4096508#M30598</guid>
      <dc:creator>rajdev</dc:creator>
      <dc:date>2007-11-02T23:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Linux Kernel Parameter without rebooting box.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/changing-linux-kernel-parameter-without-rebooting-box/m-p/4096509#M30599</link>
      <description>The easiest way to survive a reboot is to add the value to "/etc/sysctl.conf" or to add the statement to "/etc/rc.local".</description>
      <pubDate>Sat, 03 Nov 2007 11:55:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/changing-linux-kernel-parameter-without-rebooting-box/m-p/4096509#M30599</guid>
      <dc:creator>Andrew Cowan</dc:creator>
      <dc:date>2007-11-03T11:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Linux Kernel Parameter without rebooting box.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/changing-linux-kernel-parameter-without-rebooting-box/m-p/4096510#M30600</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;All current kernel values are written to the /proc/sys/kernel directory.&lt;BR /&gt;&lt;BR /&gt;To see if an in the fly change has been effected check there.&lt;BR /&gt;&lt;BR /&gt;sysctl -a&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 04 Nov 2007 03:01:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/changing-linux-kernel-parameter-without-rebooting-box/m-p/4096510#M30600</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-11-04T03:01:00Z</dc:date>
    </item>
  </channel>
</rss>

