HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- bonding on SLES10
Operating System - Linux
1829752
Members
1608
Online
109992
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
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
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
04-24-2007 03:07 AM
04-24-2007 03:07 AM
bonding on SLES10
Guys,
I am trying to configure the bonding on SLES 10, I am referring the doc available on Novell site and the /usr/src/linux/Documentation/networking/bonding.txt.
My bond0 interface is up and running , but when I try to stop one of the slave interface, the entire bond0 interface also disables.
I used ifdown eth1 command , and after I try the ifconfig command displays no bond0 interface.
So actually speaking if I fail any of the slave interfaces the bond0 interface also gets disabled.
What could be wrong here?
Sush
I am trying to configure the bonding on SLES 10, I am referring the doc available on Novell site and the /usr/src/linux/Documentation/networking/bonding.txt.
My bond0 interface is up and running , but when I try to stop one of the slave interface, the entire bond0 interface also disables.
I used ifdown eth1 command , and after I try the ifconfig command displays no bond0 interface.
So actually speaking if I fail any of the slave interfaces the bond0 interface also gets disabled.
What could be wrong here?
Sush
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2007 05:31 AM
04-24-2007 05:31 AM
Re: bonding on SLES10
Shalom Sush,
Four things too look at.
ifcfg-bond0
ifcfg-eth0
ifcfg-eth1
modprobe.conf
Improper settings in any of the above can lead to this behavior.
It could also be due to the switch settings on the network. Check with your network admin.
For further assistance from me, you'll need to show me the contents of the files above.
Also take a look at /var/log/messages for any clues when this happens.
This is not normal behavior. I've run tests like this in my RH boxes and bond0 stays up so long as one Ethernet card is working.
SEP
Four things too look at.
ifcfg-bond0
ifcfg-eth0
ifcfg-eth1
modprobe.conf
Improper settings in any of the above can lead to this behavior.
It could also be due to the switch settings on the network. Check with your network admin.
For further assistance from me, you'll need to show me the contents of the files above.
Also take a look at /var/log/messages for any clues when this happens.
This is not normal behavior. I've run tests like this in my RH boxes and bond0 stays up so long as one Ethernet card is working.
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
04-24-2007 05:18 PM
04-24-2007 05:18 PM
Re: bonding on SLES10
Hi ,
Thanx for the reply...
Ya I can show u all the file contents...
ifcfg-bond0------------------
BOOTPROTO='static'
BROADCAST="10.73.70.255"
IPADDR='10.73.70.155'
NETMASK='255.255.255.0'
NETWORK='10.73.70.0'
REMOTE_IPADDR=''
STARTMODE='onboot'
BONDING_MASTER=yes
BONDING_MODULE_OPTS='mode=active-backup miimon=100 use_carrier=1'
BONDING_SLAVE0='eth1'
BONDING_SLAVE1='eth3'
ifcfg-eth-id-00:14:5e:41:e9:63----------
BOOTPROTO='none'
STARTMODE='off'
UNIQUE='JNkJ.sYfDnw5ZpnE'
_nm_name='bus-pci-0000:04:03.0'
ifcfg-eth-id-00:02:b3:f0:e0:b2------------
BOOTPROTO='none'
STARTMODE='off'
UNIQUE='DkES.CgxtdIf5fNE'
_nm_name='bus-pci-0000:03:01.0'
/etc/modprobe.conf--------------
alias bond0 bonding
options bond0 mode=1
/var/log/messages--------------
Apr 25 16:28:34 btc-srv2 ifdown: eth3 is still used from interfaces bond0
Apr 25 16:28:34 btc-srv2 ifdown: bond0
Apr 25 16:28:35 btc-srv2 kernel: bonding: bond0: released all slaves
Apr 25 16:28:35 btc-srv2 kernel: bonding: bond0 is being deleted...
Apr 25 16:28:35 btc-srv2 ifdown: eth3 now going down itself
Apr 25 16:28:35 btc-srv2 ifdown: eth3 device: Intel Corporation 82544EI Gigabit Ethernet Controller (Copper) (rev 02)
Apr 25 16:28:35 btc-srv2 ifdown: eth3 configuration: eth-id-00:14:5e:41:e9:63
Please help me....
Sush
Thanx for the reply...
Ya I can show u all the file contents...
ifcfg-bond0------------------
BOOTPROTO='static'
BROADCAST="10.73.70.255"
IPADDR='10.73.70.155'
NETMASK='255.255.255.0'
NETWORK='10.73.70.0'
REMOTE_IPADDR=''
STARTMODE='onboot'
BONDING_MASTER=yes
BONDING_MODULE_OPTS='mode=active-backup miimon=100 use_carrier=1'
BONDING_SLAVE0='eth1'
BONDING_SLAVE1='eth3'
ifcfg-eth-id-00:14:5e:41:e9:63----------
BOOTPROTO='none'
STARTMODE='off'
UNIQUE='JNkJ.sYfDnw5ZpnE'
_nm_name='bus-pci-0000:04:03.0'
ifcfg-eth-id-00:02:b3:f0:e0:b2------------
BOOTPROTO='none'
STARTMODE='off'
UNIQUE='DkES.CgxtdIf5fNE'
_nm_name='bus-pci-0000:03:01.0'
/etc/modprobe.conf--------------
alias bond0 bonding
options bond0 mode=1
/var/log/messages--------------
Apr 25 16:28:34 btc-srv2 ifdown: eth3 is still used from interfaces bond0
Apr 25 16:28:34 btc-srv2 ifdown: bond0
Apr 25 16:28:35 btc-srv2 kernel: bonding: bond0: released all slaves
Apr 25 16:28:35 btc-srv2 kernel: bonding: bond0 is being deleted...
Apr 25 16:28:35 btc-srv2 ifdown: eth3 now going down itself
Apr 25 16:28:35 btc-srv2 ifdown: eth3 device: Intel Corporation 82544EI Gigabit Ethernet Controller (Copper) (rev 02)
Apr 25 16:28:35 btc-srv2 ifdown: eth3 configuration: eth-id-00:14:5e:41:e9:63
Please help me....
Sush
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP