<?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 DL360G5 network speed issue in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/dl360g5-network-speed-issue/m-p/5150358#M81920</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am having hard time getting HP360G5 Broadcom nic to negotiate 1000MB/sec FD while on RHEL 5.2 latest kernel/patches. I flashed the latest nic firmware and use the 1.81c HP bnx2 kernel driver without success. On the other end are CISCO 45xx switches set to auto negotiate. &lt;BR /&gt;&lt;BR /&gt;Tried to set &lt;BR /&gt;ETHTOOL_OPTS="autoneg off speed 1000 duplex full" and &lt;BR /&gt;ETHTOOL_OPTS="autoneg on" in ifcfg-eth0 without success the server nic coming as 100 BaseTx-FD.&lt;BR /&gt;&lt;BR /&gt;Is anyone able to get nic to 1GB-FD working on RHEL 5.2 x86_64?&lt;BR /&gt;&lt;BR /&gt;Please help.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
    <pubDate>Tue, 13 Jan 2009 21:29:32 GMT</pubDate>
    <dc:creator>DLuser_1</dc:creator>
    <dc:date>2009-01-13T21:29:32Z</dc:date>
    <item>
      <title>DL360G5 network speed issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dl360g5-network-speed-issue/m-p/5150358#M81920</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am having hard time getting HP360G5 Broadcom nic to negotiate 1000MB/sec FD while on RHEL 5.2 latest kernel/patches. I flashed the latest nic firmware and use the 1.81c HP bnx2 kernel driver without success. On the other end are CISCO 45xx switches set to auto negotiate. &lt;BR /&gt;&lt;BR /&gt;Tried to set &lt;BR /&gt;ETHTOOL_OPTS="autoneg off speed 1000 duplex full" and &lt;BR /&gt;ETHTOOL_OPTS="autoneg on" in ifcfg-eth0 without success the server nic coming as 100 BaseTx-FD.&lt;BR /&gt;&lt;BR /&gt;Is anyone able to get nic to 1GB-FD working on RHEL 5.2 x86_64?&lt;BR /&gt;&lt;BR /&gt;Please help.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Tue, 13 Jan 2009 21:29:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dl360g5-network-speed-issue/m-p/5150358#M81920</guid>
      <dc:creator>DLuser_1</dc:creator>
      <dc:date>2009-01-13T21:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: DL360G5 network speed issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dl360g5-network-speed-issue/m-p/5150359#M81921</link>
      <description>Try with:&lt;BR /&gt;&lt;BR /&gt;ETHTOOL_OPTS="autoneg on speed 1000 duplex full"&lt;BR /&gt;&lt;BR /&gt;This will advertise 1000 FD leaving the required autoneg on.</description>
      <pubDate>Tue, 13 Jan 2009 21:38:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dl360g5-network-speed-issue/m-p/5150359#M81921</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-01-13T21:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: DL360G5 network speed issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dl360g5-network-speed-issue/m-p/5150360#M81922</link>
      <description>This is partially working as after I do:&lt;BR /&gt;/etc/init.d/network restart both nics come as 100 Mbit, full duples, link ok.&lt;BR /&gt;&lt;BR /&gt;However if I do an ifdown eth0;ifup eth0 it is working.&lt;BR /&gt;&lt;BR /&gt;How do I make sure that this 1000 MB speed is the one that come after each reboot?&lt;BR /&gt;&lt;BR /&gt;should I use rc.local with ifdown/ifup?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Tue, 13 Jan 2009 21:58:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dl360g5-network-speed-issue/m-p/5150360#M81922</guid>
      <dc:creator>DLuser_1</dc:creator>
      <dc:date>2009-01-13T21:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: DL360G5 network speed issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dl360g5-network-speed-issue/m-p/5150361#M81923</link>
      <description>What if you use the ethtool after network initialization, maybe that command you could run in rc.local.</description>
      <pubDate>Wed, 14 Jan 2009 01:08:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dl360g5-network-speed-issue/m-p/5150361#M81923</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-01-14T01:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: DL360G5 network speed issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dl360g5-network-speed-issue/m-p/5150362#M81924</link>
      <description>Hi,&lt;BR /&gt;if yuo set in the configuration file of your NIC the option:&lt;BR /&gt;&lt;BR /&gt;ETHTOOL_OPTS="autoneg off speed 1000 duplex full"&lt;BR /&gt;&lt;BR /&gt;you need to set the speed and duplex value in the interface configuration parameter, because the auto negotiate in CISCO switch cause problem, you set in the interface parameter the values like in this example:&lt;BR /&gt;&lt;BR /&gt;interface GigabitEthernet y/xx&lt;BR /&gt; ...&lt;BR /&gt; speed 1000&lt;BR /&gt; duplex full&lt;BR /&gt;&lt;BR /&gt;This set the speed ad duplex to 1000/full and  eliminate the auto negotiate default option.&lt;BR /&gt;&lt;BR /&gt;I hope this suggestion resolve your problem.&lt;BR /&gt;&lt;BR /&gt;Hi, Nicola.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Jan 2009 07:58:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dl360g5-network-speed-issue/m-p/5150362#M81924</guid>
      <dc:creator>niki67</dc:creator>
      <dc:date>2009-01-14T07:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: DL360G5 network speed issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dl360g5-network-speed-issue/m-p/5150363#M81925</link>
      <description>That's how it started my problem niki67. I had autonegotiaton turned off on Cisco and DL360G5 and both were forced to 1000 FD - it did not worked!!??? at 1000-FD. The only way to made this work was to turn CISCO autonegotiations on and on server side the same like was suggested&lt;BR /&gt;&lt;BR /&gt;ETHTOOL_OPTS="autoneg on speed 1000 duplex full" and that would only work after ifdown/ifup ethX...&lt;BR /&gt;&lt;BR /&gt;Not sure if this is a problem with this new chipset, firmware, bnx2 driver but is not something that I like. I will switch to Intel Pro cards for any GB servers.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Jan 2009 16:39:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dl360g5-network-speed-issue/m-p/5150363#M81925</guid>
      <dc:creator>DLuser_1</dc:creator>
      <dc:date>2009-01-14T16:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: DL360G5 network speed issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dl360g5-network-speed-issue/m-p/5150364#M81926</link>
      <description>It seems that DL360G5 nics have problems under RHEL 5.2 when trying to get 1000-FD and using Cisco switches.  &lt;BR /&gt;&lt;BR /&gt;It seems that every time when vendors use Broadcom chipsets in their on-board servers and clients have CISCO gears there are lots of problems with speed negotiation. I believe that HP, IBM, Dell should have serious talks with Cisco and Broadcom to make sure that they talk to each other and implement the same layer two specifications...</description>
      <pubDate>Wed, 14 Jan 2009 16:43:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dl360g5-network-speed-issue/m-p/5150364#M81926</guid>
      <dc:creator>DLuser_1</dc:creator>
      <dc:date>2009-01-14T16:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: DL360G5 network speed issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dl360g5-network-speed-issue/m-p/5150365#M81927</link>
      <description>DLuser:&lt;BR /&gt;&lt;BR /&gt;Did you get around this somehow?&lt;BR /&gt;&lt;BR /&gt;Where did you find this info:&lt;BR /&gt;&lt;BR /&gt;"It seems that every time when vendors use Broadcom chipsets in their on-board servers and clients have CISCO gears there are lots of problems with speed negotiation."&lt;BR /&gt;&lt;BR /&gt;Thx&lt;BR /&gt;Morgan&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Feb 2009 12:14:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dl360g5-network-speed-issue/m-p/5150365#M81927</guid>
      <dc:creator>Morgan Johansson</dc:creator>
      <dc:date>2009-02-16T12:14:09Z</dc:date>
    </item>
  </channel>
</rss>

