- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - Linux
 - >
 - Re: Channel Bonding Problem
 
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
 
10-10-2006 11:08 PM
10-10-2006 11:08 PM
			
				
					
						
							Channel Bonding Problem
						
					
					
				
			
		
	
			
	
	
	
	
	
I tried to create bond configuration---ifcfg-bond0, then modules.conf.
i tried to check if the module using lsmod but it was not there. I tried to do insmod bond0 and gives me the error... it says no such file or directory and when i command rmmod bond0 Module bond0 does not exist in /proc/modules.
I understand i lack this module. How can I introduce this module in my linux box?
thanks
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
10-11-2006 12:03 AM
10-11-2006 12:03 AM
			
				
					
						
							Re: Channel Bonding Problem
						
					
					
				
			
		
	
			
	
	
	
	
	
Then tell us which network devices you're using along with the drivers.
And the hardware platform would help as well.
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
10-11-2006 12:12 AM
10-11-2006 12:12 AM
			
				
					
						
							Re: Channel Bonding Problem
						
					
					
				
			
		
	
			
	
	
	
	
	
here are the confi i made
[root@erefillcc1 network-scripts]# more ifcfg-eth0
# Broadcom Corporation NetXtreme BCM5704 Gigabit Ethernet
DEVICE=eth0
ONBOOT=yes
BOOTPROTO=none
MASTER=bond0
SLAVE=yes
USERCTL=no
HWADDR=00:16:35:04:EE:FD
TYPE=Ethernet
[root@erefillcc1 network-scripts]# more ifcfg-eth1
# Broadcom Corporation NetXtreme BCM5704 Gigabit Ethernet
DEVICE=eth1
ONBOOT=yes
BOOTPROTO=none
MASTER=bond0
SLAVE=yes
USERCTL=no
HWADDR=00:16:35:04:EE:FC
TYPE=Ethernet
[root@erefillcc1 network-scripts]# more ifcfg-eth2
# Broadcom Corporation NetXtreme BCM5703 Gigabit Ethernet
DEVICE=eth2
ONBOOT=yes
BOOTPROTO=dhcp
HWADDR=00:15:60:8A:97:3F
TYPE=Ethernet
[root@erefillcc1 network-scripts]# more ifcfg-bond0
DEVICE=bond0
BOOTPROTO=none
ONBOOT=yes
NETWORK=172.29.11.0
NETMASK=255.255.255.0
IPADDR=172.29.11.34
USERCTL=no
IPV6INIT=no
PEERDNS=yes
TYPE=Ethernet
GATEWAY=172.29.11.254
in lsmod there is no bondo even in the /proc/modules
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
10-11-2006 06:29 AM
10-11-2006 06:29 AM
			
				
					
						
							Re: Channel Bonding Problem
						
					
					
				
			
		
	
			
	
	
	
	
	
Eric
========================================
cat /etc/sysconfig/network-scripts/ifcfg-bond0
DEVICE=bond0
IPADDR=128.100.1.32
NETMASK=255.255.0.0
GATEWAY=128.100.5.6
ONBOOT=yes
BOOTPROTO=none
TYPE=Ethernet
cat /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BOOTPROTO=none
ONBOOT=yes
MASTER=bond0
SLAVE=yes
TYPE=Ethernet
cat /etc/sysconfig/network-scripts/ifcfg-eth1
DEVICE=eth1
BOOTPROTO=none
ONBOOT=yes
MASTER=bond0
SLAVE=yes
TYPE=Ethernet
cat /etc/modprobe.conf
alias eth0 tg3
alias eth1 tg3
alias scsi_hostadapter cciss
alias usb-controller uhci-hcd
alias usb-controller1 ehci-hcd
alias bond0 bonding
options bond0 miimon=100
install bond0 /sbin/modprobe -o bonding0 --ignore-install bonding
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
10-11-2006 07:15 PM
10-11-2006 07:15 PM
			
				
					
						
							Re: Channel Bonding Problem
						
					
					
				
			
		
	
			
	
	
	
	
	
Create an alias in /etc/modprobe.conf
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
10-11-2006 09:14 PM
10-11-2006 09:14 PM
			
				
					
						
							Re: Channel Bonding Problem
						
					
					
				
			
		
	
			
	
	
	
	
	
how is this mkinitrd command exectuted.
i did was
mkinitrd -v -f -preload
then reboot
unfortunately bond is still not there.
I have some few questions
1) does bonding need a driver? How can I check that I have bonding through command line?
2) Suppose I don't have the driver? Is it free to download
Thanks.
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
10-11-2006 11:57 PM
10-11-2006 11:57 PM
			
				
					
						
							Re: Channel Bonding Problem
						
					
					
				
			
		
	
			
	
	
	
	
	
Example
>uname -r
2.6.9-34.0.1.ELsmp
>mkinitrd -f /boot/initrd-2.6.9-34.0.1.ELsmp.img 2.6.9-34.0.1.ELsmp
or
>mkinitrd -f /boot/initrd-`uname -r`.img `uname -r`
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
10-14-2006 02:40 AM
10-14-2006 02:40 AM
			
				
					
						
							Re: Channel Bonding Problem
						
					
					
				
			
		
	
			
	
	
	
	
	
Error encountered:
/sbin/modprobe device bond0 does not seem to be present.
what could be the problem here? is it a driver?
when i do lsmod bonding is not there.
PS. Im using RH 4. thanks.
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
10-14-2006 05:00 AM
10-14-2006 05:00 AM
			
				
					
						
							Re: Channel Bonding Problem
						
					
					
				
			
		
	
			
	
	
	
	
	
insmod bonding
lsmod |grep bonding
what's the output?
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
10-14-2006 09:44 PM
10-14-2006 09:44 PM
			
				
					
						
							Re: Channel Bonding Problem
						
					
					
				
			
		
	
			
	
	
	
	
	
lsmod | grep bonding doesn't have any output
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
10-17-2006 08:01 AM
10-17-2006 08:01 AM
			
				
					
						
							Re: Channel Bonding Problem
						
					
					
				
			
		
	
			
	
	
	
	
	
ls -l /lib/modules/`uname -r`/kernel/drivers/net