- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: DL360G5 network speed issue
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2009 01:29 PM
01-13-2009 01:29 PM
DL360G5 network speed issue
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.
Tried to set
ETHTOOL_OPTS="autoneg off speed 1000 duplex full" and
ETHTOOL_OPTS="autoneg on" in ifcfg-eth0 without success the server nic coming as 100 BaseTx-FD.
Is anyone able to get nic to 1GB-FD working on RHEL 5.2 x86_64?
Please help.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2009 01:38 PM
01-13-2009 01:38 PM
Re: DL360G5 network speed issue
ETHTOOL_OPTS="autoneg on speed 1000 duplex full"
This will advertise 1000 FD leaving the required autoneg on.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2009 01:58 PM
01-13-2009 01:58 PM
Re: DL360G5 network speed issue
/etc/init.d/network restart both nics come as 100 Mbit, full duples, link ok.
However if I do an ifdown eth0;ifup eth0 it is working.
How do I make sure that this 1000 MB speed is the one that come after each reboot?
should I use rc.local with ifdown/ifup?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2009 05:08 PM
01-13-2009 05:08 PM
Re: DL360G5 network speed issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2009 11:58 PM
01-13-2009 11:58 PM
Re: DL360G5 network speed issue
if yuo set in the configuration file of your NIC the option:
ETHTOOL_OPTS="autoneg off speed 1000 duplex full"
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:
interface GigabitEthernet y/xx
...
speed 1000
duplex full
This set the speed ad duplex to 1000/full and eliminate the auto negotiate default option.
I hope this suggestion resolve your problem.
Hi, Nicola.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2009 08:39 AM
01-14-2009 08:39 AM
Re: DL360G5 network speed issue
ETHTOOL_OPTS="autoneg on speed 1000 duplex full" and that would only work after ifdown/ifup ethX...
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2009 08:43 AM
01-14-2009 08:43 AM
Re: DL360G5 network speed issue
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...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2009 04:14 AM
02-16-2009 04:14 AM
Re: DL360G5 network speed issue
Did you get around this somehow?
Where did you find this info:
"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."
Thx
Morgan