- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- linux bonding modes and procurve switches
Operating System - Linux
1823967
Members
4126
Online
109667
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
тАО12-15-2008 01:27 AM
тАО12-15-2008 01:27 AM
linux bonding modes and procurve switches
Hi all,
I want to change the active-backup mode (mode=1) of my linux bonding device connected to a hp procurve switch to a method including load-balancing. What bonding-mode is preferred and what have I to configure at the procurve-side? The interfaces eth0 as well as eth1 are working with 1000MB/FD.
Thanks and regards,
Stephan
I want to change the active-backup mode (mode=1) of my linux bonding device connected to a hp procurve switch to a method including load-balancing. What bonding-mode is preferred and what have I to configure at the procurve-side? The interfaces eth0 as well as eth1 are working with 1000MB/FD.
Thanks and regards,
Stephan
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-15-2008 03:43 AM
тАО12-15-2008 03:43 AM
Re: linux bonding modes and procurve switches
Shalom Sephan,
This will not work with all NIC cards. I've tried to go active-active with HP DL class servers and the broadcom built in NIC cards. No matter what I did with the configuration it would not go active at boot time active-active. Network switch configuration was standard and Intel NIC bonding worked active-active.
So as you see success depends on the driver and type of NIC card.
For further assistance please post your /etc/modprobe.conf configuration. Also the ifcfg configuration you plan to use for the bonding.
Diagnostics with mii-tool and ethtool ??
If possible at all, active active should not require special configuration on the HP procurve switch, since both ports now provide 1000 BaseT speeds.
SEP
This will not work with all NIC cards. I've tried to go active-active with HP DL class servers and the broadcom built in NIC cards. No matter what I did with the configuration it would not go active at boot time active-active. Network switch configuration was standard and Intel NIC bonding worked active-active.
So as you see success depends on the driver and type of NIC card.
For further assistance please post your /etc/modprobe.conf configuration. Also the ifcfg configuration you plan to use for the bonding.
Diagnostics with mii-tool and ethtool ??
If possible at all, active active should not require special configuration on the HP procurve switch, since both ports now provide 1000 BaseT speeds.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
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
тАО12-15-2008 04:43 AM
тАО12-15-2008 04:43 AM
Re: linux bonding modes and procurve switches
Thanks for answering! Here is my /etc/modprobe.conf:
alias eth0 tg3
alias eth1 tg3
alias bond0 bonding
options bond0 miimon=100 mode=1
alias scsi_hostadapter cciss
alias scsi_hostadapter1 qla2xxx_conf
alias scsi_hostadapter2 qla2xxx
alias net-pf-10 off
alias ipv6 off
options qla2xxx qlport_down_retry=5 ql2xfailover=0
remove qla2xxx /sbin/modprobe -r --first-time --ignore-remove qla2xxx && { /sbin/modprobe -r --ignore-remove qla2xxx_conf; }
and here the /etc/sysconfig/network-scripts/ifcfg-bond0:
# bonding interface
DEVICE=bond0
IPADDR=10.142.224.19
NETMASK=255.255.254.0
NETWORK=10.142.224.0
BROADCAST=10.142.225.255
ONBOOT=yes
BOOTPROTO=none
USERCTL=no
The NICs are in fact that from Broadcom. Would it be helpful to use the HP driver (NIC as well as bonding) rather than the driver provided by the standard redhat kernel?
alias eth0 tg3
alias eth1 tg3
alias bond0 bonding
options bond0 miimon=100 mode=1
alias scsi_hostadapter cciss
alias scsi_hostadapter1 qla2xxx_conf
alias scsi_hostadapter2 qla2xxx
alias net-pf-10 off
alias ipv6 off
options qla2xxx qlport_down_retry=5 ql2xfailover=0
remove qla2xxx /sbin/modprobe -r --first-time --ignore-remove qla2xxx && { /sbin/modprobe -r --ignore-remove qla2xxx_conf; }
and here the /etc/sysconfig/network-scripts/ifcfg-bond0:
# bonding interface
DEVICE=bond0
IPADDR=10.142.224.19
NETMASK=255.255.254.0
NETWORK=10.142.224.0
BROADCAST=10.142.225.255
ONBOOT=yes
BOOTPROTO=none
USERCTL=no
The NICs are in fact that from Broadcom. Would it be helpful to use the HP driver (NIC as well as bonding) rather than the driver provided by the standard redhat kernel?
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