- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- hp Tested and Approved Linux Bonding Driver proble...
Operating System - Linux
1823125
Members
3259
Online
109646
Solutions
Forums
Categories
Company
Local Language
юдл
back
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
Forums
Discussions
юдл
back
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
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
тАО06-21-2003 07:58 PM
тАО06-21-2003 07:58 PM
hp Tested and Approved Linux Bonding Driver problem for bcm5700
Hello,
I have installed Redhat 8.0 (default kernel) on DL380 G3 and have successfully replaced the tg3 NIC driver with HP tested bcm5700 latest driver version 6.0.2A-1 23 Apr 03) and both integerated NICs are working. Now I am trying to install the HP tested bonding driver for this system to team the card up but after installation of bonding driver and creation of bond0 interface the bonding driver loads but ifconfig shows only bond0 and a MAC address with 00 values. The other interfaces eth0 and eth1 do not show up as mentioned in the bonding driver mini-HOWTO. I have followed all instructions as per the HOWTO and used options for bonding driver in the modules.conf. Can somebody help me configure the bonding driver with the active-backup mode? Thanks.
I have installed Redhat 8.0 (default kernel) on DL380 G3 and have successfully replaced the tg3 NIC driver with HP tested bcm5700 latest driver version 6.0.2A-1 23 Apr 03) and both integerated NICs are working. Now I am trying to install the HP tested bonding driver for this system to team the card up but after installation of bonding driver and creation of bond0 interface the bonding driver loads but ifconfig shows only bond0 and a MAC address with 00 values. The other interfaces eth0 and eth1 do not show up as mentioned in the bonding driver mini-HOWTO. I have followed all instructions as per the HOWTO and used options for bonding driver in the modules.conf. Can somebody help me configure the bonding driver with the active-backup mode? Thanks.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2003 01:53 AM
тАО06-25-2003 01:53 AM
Re: hp Tested and Approved Linux Bonding Driver problem for bcm5700
I haven't try bonding on bcm5700, but Intel EtherPro100 with e100 driver.
I used Linux Kernel's boning driver (module),not Intel's.
Are you doing bcm5700 driver AND bonding driver?
or bcm5700 driver AND basplnx driver for bond?
And how about ifenslave command?
Did you compile the command from linux/Documentations/networking/ifenslave.c ?
Good luck
I used Linux Kernel's boning driver (module),not Intel's.
Are you doing bcm5700 driver AND bonding driver?
or bcm5700 driver AND basplnx driver for bond?
And how about ifenslave command?
Did you compile the command from linux/Documentations/networking/ifenslave.c ?
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-11-2003 03:17 AM
тАО07-11-2003 03:17 AM
Re: hp Tested and Approved Linux Bonding Driver problem for bcm5700
Here are the working configuration files for Redhat Linux 9.0 on a ProLiant DL380:
/etc/sysconfig/network-scripts/ifcfg-bond0:
-------------------------------------------
DEVICE=bond0
USERCTL=no
ONBOOT=yes
BOOTPROTO=static
IPADDR=192.168.1.10
NETMASK=255.255.255.0
NETWORK=192.168.1.0
BROADCAST=192.168.1.255
GATEWAY=192.168..254
MACADDR="xx:xx:xx:xx:xx:xx"
Use the MAC Address of the first Ethernet Card!
/etc/sysconfig/network-scripts/ifcfg-eth0:
------------------------------------------
DEVICE=eth0
USERCTL=no
ONBOOT=yes
MASTER=bond0
SLAVE=yes
BOOTPROTO=none
/etc/sysconfig/network-scripts/ifcfg-eth1:
------------------------------------------
DEVICE=eth1
USERCTL=no
ONBOOT=yes
MASTER=bond0
SLAVE=yes
BOOTPROTO=none
/etc/modules.conf:
------------------
alias eth0 bcm5700
alias eth1 bcm5700
alias bond0 bonding
options bond0 miimon=100 mode=1
mode=1 for Active-backup
/etc/sysconfig/network-scripts/ifcfg-bond0:
-------------------------------------------
DEVICE=bond0
USERCTL=no
ONBOOT=yes
BOOTPROTO=static
IPADDR=192.168.1.10
NETMASK=255.255.255.0
NETWORK=192.168.1.0
BROADCAST=192.168.1.255
GATEWAY=192.168..254
MACADDR="xx:xx:xx:xx:xx:xx"
Use the MAC Address of the first Ethernet Card!
/etc/sysconfig/network-scripts/ifcfg-eth0:
------------------------------------------
DEVICE=eth0
USERCTL=no
ONBOOT=yes
MASTER=bond0
SLAVE=yes
BOOTPROTO=none
/etc/sysconfig/network-scripts/ifcfg-eth1:
------------------------------------------
DEVICE=eth1
USERCTL=no
ONBOOT=yes
MASTER=bond0
SLAVE=yes
BOOTPROTO=none
/etc/modules.conf:
------------------
alias eth0 bcm5700
alias eth1 bcm5700
alias bond0 bonding
options bond0 miimon=100 mode=1
mode=1 for Active-backup
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP