<?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: Any RedHat linux command equivalent to HP's ndd command in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/any-redhat-linux-command-equivalent-to-hp-s-ndd-command/m-p/2551167#M89534</link>
    <description>Hello Patrick,&lt;BR /&gt;&lt;BR /&gt;In Linux, using /proc filesystem is the "official" method for advanced tuning.&lt;BR /&gt;&lt;BR /&gt;Tunable networking parameters are located under /proc/sys/net.&lt;BR /&gt;&lt;BR /&gt;2 ways to use this :&lt;BR /&gt;&lt;BR /&gt;  -&amp;gt; You can write something like this :&lt;BR /&gt;&lt;BR /&gt;echo "900" &amp;gt;/proc/sys/net/ipv4/tcp_keepalive_time&lt;BR /&gt;&lt;BR /&gt;   -&amp;gt; You can use the /sbin/sysctl command to do the same thing. Check the syntax of /etc/sysctl.conf, then add your parameters accordingly, and finally call "sysctl -p /etc/sysctl.conf" to apply changes.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Remark : it is not recommended to change parameters on live systems, except if you know the exact meaning of the parameters being changed.&lt;BR /&gt;&lt;BR /&gt;Therefore, the best method is to set these parameters during the system boot process.&lt;BR /&gt;&lt;BR /&gt;Using RedHat Linux, this has already been done for you. The script involved is /etc/rc.d/rc.sysinit, which calls sysctl with /etc/sysctl.conf.&lt;BR /&gt;&lt;BR /&gt;Last thing (but not least) : there is a GTK-frontend (Powertweak) that you can use for browsing the parameters and writing them in /etc/sysctl.conf : in graphical environment, just type /sbin/sysctlconfig.&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Kodjo&lt;BR /&gt;</description>
    <pubDate>Fri, 13 Jul 2001 17:31:55 GMT</pubDate>
    <dc:creator>Kodjo Agbenu</dc:creator>
    <dc:date>2001-07-13T17:31:55Z</dc:date>
    <item>
      <title>Any RedHat linux command equivalent to HP's ndd command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/any-redhat-linux-command-equivalent-to-hp-s-ndd-command/m-p/2551165#M89532</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Does anyone know is there any command in Redhat linux has the same function as HP's ndd command as I want to have some network tuning on Linux.&lt;BR /&gt;&lt;BR /&gt;Many thanks,&lt;BR /&gt;Patrick</description>
      <pubDate>Wed, 11 Jul 2001 05:08:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/any-redhat-linux-command-equivalent-to-hp-s-ndd-command/m-p/2551165#M89532</guid>
      <dc:creator>Patrick Chim</dc:creator>
      <dc:date>2001-07-11T05:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Any RedHat linux command equivalent to HP's ndd command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/any-redhat-linux-command-equivalent-to-hp-s-ndd-command/m-p/2551166#M89533</link>
      <description>Might be nettune available..&lt;BR /&gt;  &lt;BR /&gt;   Check it out&lt;BR /&gt;&lt;BR /&gt;Sundar</description>
      <pubDate>Thu, 12 Jul 2001 11:18:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/any-redhat-linux-command-equivalent-to-hp-s-ndd-command/m-p/2551166#M89533</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2001-07-12T11:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Any RedHat linux command equivalent to HP's ndd command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/any-redhat-linux-command-equivalent-to-hp-s-ndd-command/m-p/2551167#M89534</link>
      <description>Hello Patrick,&lt;BR /&gt;&lt;BR /&gt;In Linux, using /proc filesystem is the "official" method for advanced tuning.&lt;BR /&gt;&lt;BR /&gt;Tunable networking parameters are located under /proc/sys/net.&lt;BR /&gt;&lt;BR /&gt;2 ways to use this :&lt;BR /&gt;&lt;BR /&gt;  -&amp;gt; You can write something like this :&lt;BR /&gt;&lt;BR /&gt;echo "900" &amp;gt;/proc/sys/net/ipv4/tcp_keepalive_time&lt;BR /&gt;&lt;BR /&gt;   -&amp;gt; You can use the /sbin/sysctl command to do the same thing. Check the syntax of /etc/sysctl.conf, then add your parameters accordingly, and finally call "sysctl -p /etc/sysctl.conf" to apply changes.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Remark : it is not recommended to change parameters on live systems, except if you know the exact meaning of the parameters being changed.&lt;BR /&gt;&lt;BR /&gt;Therefore, the best method is to set these parameters during the system boot process.&lt;BR /&gt;&lt;BR /&gt;Using RedHat Linux, this has already been done for you. The script involved is /etc/rc.d/rc.sysinit, which calls sysctl with /etc/sysctl.conf.&lt;BR /&gt;&lt;BR /&gt;Last thing (but not least) : there is a GTK-frontend (Powertweak) that you can use for browsing the parameters and writing them in /etc/sysctl.conf : in graphical environment, just type /sbin/sysctlconfig.&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Kodjo&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Jul 2001 17:31:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/any-redhat-linux-command-equivalent-to-hp-s-ndd-command/m-p/2551167#M89534</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2001-07-13T17:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: Any RedHat linux command equivalent to HP's ndd command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/any-redhat-linux-command-equivalent-to-hp-s-ndd-command/m-p/2551168#M89535</link>
      <description>Hi Kodjo,&lt;BR /&gt;&lt;BR /&gt;Your answer is helpful to me. But I want to know whether the unit of 900 is equal to second or not !&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Patrick</description>
      <pubDate>Mon, 16 Jul 2001 01:49:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/any-redhat-linux-command-equivalent-to-hp-s-ndd-command/m-p/2551168#M89535</guid>
      <dc:creator>Patrick Chim</dc:creator>
      <dc:date>2001-07-16T01:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: Any RedHat linux command equivalent to HP's ndd command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/any-redhat-linux-command-equivalent-to-hp-s-ndd-command/m-p/2551169#M89536</link>
      <description>Hi Patrick,&lt;BR /&gt;&lt;BR /&gt;Sorry for this late answer.&lt;BR /&gt;&lt;BR /&gt;Actually "900" stands for "900 seconds".&lt;BR /&gt;&lt;BR /&gt;To have a detailed list of tunables, if you have kernel sources installed in your system check in /usr/src/linux/Documentation/networking/ip-sysctl.txt.&lt;BR /&gt;&lt;BR /&gt;Otherwise :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.linuxhq.com/kernel/v2.4/doc/networking/ip-sysctl.txt.html" target="_blank"&gt;http://www.linuxhq.com/kernel/v2.4/doc/networking/ip-sysctl.txt.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Kodjo&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jul 2001 21:02:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/any-redhat-linux-command-equivalent-to-hp-s-ndd-command/m-p/2551169#M89536</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2001-07-27T21:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Any RedHat linux command equivalent to HP's ndd command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/any-redhat-linux-command-equivalent-to-hp-s-ndd-command/m-p/2551170#M89537</link>
      <description>Hi Kodjo,&lt;BR /&gt;&lt;BR /&gt;The URL is good for me ! Thanks for your great help !&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Patrick</description>
      <pubDate>Fri, 27 Jul 2001 22:27:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/any-redhat-linux-command-equivalent-to-hp-s-ndd-command/m-p/2551170#M89537</guid>
      <dc:creator>Patrick Chim</dc:creator>
      <dc:date>2001-07-27T22:27:43Z</dc:date>
    </item>
  </channel>
</rss>

