<?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: Redhat linux ES 5 Nic speed problem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/redhat-linux-es-5-nic-speed-problem/m-p/4313137#M34543</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;see mii-tool&lt;BR /&gt;&lt;BR /&gt;I would surmise if the ETHTOOL_OPTS you have defined fail to work, you have a problem on the switch, with hard coded configuration at a speed other than 1000 BaseT full duplex.&lt;BR /&gt;&lt;BR /&gt;Have the switch checked.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Wed, 26 Nov 2008 11:44:23 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2008-11-26T11:44:23Z</dc:date>
    <item>
      <title>Redhat linux ES 5 Nic speed problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-linux-es-5-nic-speed-problem/m-p/4313136#M34542</link>
      <description>By default i have ethtool installed.&lt;BR /&gt;when i run the command ethtool&lt;BR /&gt;&lt;BR /&gt;Settings for eth0:&lt;BR /&gt;        Current message level: 0x00000007 (7)&lt;BR /&gt;        Link detected: yes&lt;BR /&gt;but its not showing duplex speed why??&lt;BR /&gt;i need to set 1000 duplex speed on interface eth0.&lt;BR /&gt;i have add the entry in the ifcfg-eth0 file&lt;BR /&gt;ETHTOOL_OPTS="speed 100 duplex full autoneg off"&lt;BR /&gt;&lt;BR /&gt;but still i am not able to see the speed of NIC eth0.&lt;BR /&gt;eth0 is build-in DL380 G5.&lt;BR /&gt;&lt;BR /&gt;Can any one help me????</description>
      <pubDate>Wed, 26 Nov 2008 06:55:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-linux-es-5-nic-speed-problem/m-p/4313136#M34542</guid>
      <dc:creator>shabash</dc:creator>
      <dc:date>2008-11-26T06:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: Redhat linux ES 5 Nic speed problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-linux-es-5-nic-speed-problem/m-p/4313137#M34543</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;see mii-tool&lt;BR /&gt;&lt;BR /&gt;I would surmise if the ETHTOOL_OPTS you have defined fail to work, you have a problem on the switch, with hard coded configuration at a speed other than 1000 BaseT full duplex.&lt;BR /&gt;&lt;BR /&gt;Have the switch checked.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 26 Nov 2008 11:44:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-linux-es-5-nic-speed-problem/m-p/4313137#M34543</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-11-26T11:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Redhat linux ES 5 Nic speed problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-linux-es-5-nic-speed-problem/m-p/4313138#M34544</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;If it is showing autonegotiataion on , it wil automatically change according to your  switch speed.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;reagrds&lt;BR /&gt;Prasu</description>
      <pubDate>Wed, 26 Nov 2008 12:39:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-linux-es-5-nic-speed-problem/m-p/4313138#M34544</guid>
      <dc:creator>Prasu</dc:creator>
      <dc:date>2008-11-26T12:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: Redhat linux ES 5 Nic speed problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-linux-es-5-nic-speed-problem/m-p/4313139#M34545</link>
      <description>If everything is OK at the hardware level, you could try and hardcode the speed and duplex for that card: -&lt;BR /&gt;&lt;BR /&gt;# vi /etc/sysconfig/networking-scripts/ifcfg-eth0&lt;BR /&gt;ETHTOOL_OPTS="speed 100 duplex full autoneg off"&lt;BR /&gt;&lt;BR /&gt;# service network restart&lt;BR /&gt;# ethtool eth0&lt;BR /&gt;   OR&lt;BR /&gt;# mii-tool eth0&lt;BR /&gt;&lt;BR /&gt;Sime.&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Nov 2008 10:05:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-linux-es-5-nic-speed-problem/m-p/4313139#M34545</guid>
      <dc:creator>Simeon Harwood</dc:creator>
      <dc:date>2008-11-27T10:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Redhat linux ES 5 Nic speed problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-linux-es-5-nic-speed-problem/m-p/4313140#M34546</link>
      <description>i want to check on my os side the speed on linux machine lan interface.&lt;BR /&gt;the ethtool only show me &lt;BR /&gt;link connected nothing else.&lt;BR /&gt;&lt;BR /&gt;As in other version of linux they show all the duplex speed but in redhat linux 5 which command should i use to check duplex speed.&lt;BR /&gt;&lt;BR /&gt;mii-tool is necessary to install?&lt;BR /&gt;Can we check without installing it?&lt;BR /&gt;&lt;BR /&gt;Any help????</description>
      <pubDate>Sun, 30 Nov 2008 08:10:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-linux-es-5-nic-speed-problem/m-p/4313140#M34546</guid>
      <dc:creator>shabash</dc:creator>
      <dc:date>2008-11-30T08:10:26Z</dc:date>
    </item>
  </channel>
</rss>

