- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: RHEL 4.8 bnx2x drivers with bonding
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
07-16-2010 05:24 AM
07-16-2010 05:24 AM
RHEL 4.8 bnx2x drivers with bonding
BL460c G6 with dual onboard 10Gigabit Broadcom NetXtreme II NICs (NC532i) and dual Intel Gigabit mezzanine card (NC360m), running RHEL 4.8.
I'm trying to bond one of the onboard NICs (eth0) with one of the mezzanine NICs (eth2), however whenever I do so, I fail to get a link on the onboard card.
ethtool eth0 reports "Link detected: no"
If I remove the bonding configuration and just use eth0 the NIC works fine.
The attached output from messages shows what happens when the bond tries to start up. I'm guessing this is indicating a potential firmware/driver issue.
I've trawled through all the Advisories for this kit, but haven't found anything relevant, yet.
Firmware has been upgraded to the latest, (FW DVD 9.0. PSP 8.50 is installed. Switches in the blade chassis are Cisco 3020s in case that's relevant.
Any ideas ?
Cheers,
Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2010 06:58 AM
07-16-2010 06:58 AM
Re: RHEL 4.8 bnx2x drivers with bonding
Sadly I don't think the OS supports bonding this Interface yet.
I have hunted for documentation all over the place and come up empty.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2010 08:41 AM
07-16-2010 08:41 AM
Re: RHEL 4.8 bnx2x drivers with bonding
I hope that isn't the case...
I logged an SR with Red Hat earlier. Hopefully that will turn something up...
Cheers,
Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2010 01:09 AM
07-19-2010 01:09 AM
Re: RHEL 4.8 bnx2x drivers with bonding
Anybody else out there managed to run this configuration ?
I've not got a reply from Red Hat yet so I've also just logged a call with HP...
Cheers,
Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2010 04:31 AM
07-20-2010 04:31 AM
Re: RHEL 4.8 bnx2x drivers with bonding
I had the same issue with SLES10. I had to get different initrd to load in from RDP from HP site and also download the NetXtreme source drivers and compile from source(you will also need kernel-source and kernel-syms). Then add alias ethx bnx2 inside modprobe.conf
I think you will have to change to bnx2x if its a G6 460.
hope that points u in the right direction
regards
Matt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2010 04:47 AM
07-20-2010 04:47 AM
Re: RHEL 4.8 bnx2x drivers with bonding
Grabbing and building the latest drivers from Broadcom was next on my list of things to try... Looking at the release notes, they appear to be pushing out fixes every other day - only a slight exaggeration !
One thing I neglected to mention earlier is that I'm trying to use VLAN tagging on top of the bonded interface, as is quite common in blade servers. I did however find this gem in the Broadcom User guides:
"VLAN support is provided according to IEEE 802.1Q and is supported in a teaming environment as well as on a single adapter. Note that VLANs are supported only with homogeneous teaming and not in a multivendor teaming environment."
This may well be the issue as I have Broadcom and Intel NICs in the team...
Cheers,
Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2010 04:52 AM
07-20-2010 04:52 AM
Re: RHEL 4.8 bnx2x drivers with bonding
I've just been through this pain barrier following a chassis migration because of core network replacement, PCI-DSS and VLAN tagging!! ;-)
are you vlans not working at all?
how have you configured your switches, and are they GbE2c's??
I can send you a dump of my switch config if it would help, although you would have to tailor some of it for your own use.
regards
Matt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2010 05:01 AM
07-20-2010 05:01 AM
Re: RHEL 4.8 bnx2x drivers with bonding
We're using Cisco 3020s.
The VLAN tagging works fine on any non-bonded interfaces, so the switch configuration looks to be OK - I don't have access to the switches myself unfortunately.
If I get rid of the VLAN tagging from the bonded interface, then the link on eth0 does appear to come up. I'm waiting on the network guy to change the switch port configurations to be access ports, rather than trunk ports to see if that will sort things out...
Cheers,
Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2010 05:39 AM
07-20-2010 05:39 AM
Re: RHEL 4.8 bnx2x drivers with bonding
Success.
Getting rid of the VLAN tagging got things working.
Cheers,
Rob