<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Channel Bonding Problem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/channel-bonding-problem/m-p/3878218#M84357</link>
    <description>Thanks for the reply.&lt;BR /&gt;how is this mkinitrd command exectuted.&lt;BR /&gt;i did was&lt;BR /&gt;mkinitrd -v -f -preload &lt;MODULE in=""&gt;&lt;BR /&gt;then reboot&lt;BR /&gt;unfortunately bond is still not there.&lt;BR /&gt;&lt;BR /&gt;I have some few questions&lt;BR /&gt;1) does bonding need a driver? How can I check that I have bonding through command line?&lt;BR /&gt;2) Suppose I don't have the driver? Is it free to download&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;/MODULE&gt;</description>
    <pubDate>Thu, 12 Oct 2006 04:14:27 GMT</pubDate>
    <dc:creator>Ferdi Castro</dc:creator>
    <dc:date>2006-10-12T04:14:27Z</dc:date>
    <item>
      <title>Channel Bonding Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/channel-bonding-problem/m-p/3878213#M84352</link>
      <description>Hi,&lt;BR /&gt;I tried to create bond configuration---ifcfg-bond0, then modules.conf.&lt;BR /&gt;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.&lt;BR /&gt;I understand i lack this module. How can I introduce this module in my linux box?&lt;BR /&gt;thanks</description>
      <pubDate>Wed, 11 Oct 2006 06:08:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/channel-bonding-problem/m-p/3878213#M84352</guid>
      <dc:creator>Ferdi Castro</dc:creator>
      <dc:date>2006-10-11T06:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Channel Bonding Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/channel-bonding-problem/m-p/3878214#M84353</link>
      <description>Lets start with which version of linux you're runing.&lt;BR /&gt;&lt;BR /&gt;Then tell us which network devices you're using along with the drivers.&lt;BR /&gt;&lt;BR /&gt;And the hardware platform would help as well.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Oct 2006 07:03:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/channel-bonding-problem/m-p/3878214#M84353</guid>
      <dc:creator>Al Licause</dc:creator>
      <dc:date>2006-10-11T07:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Channel Bonding Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/channel-bonding-problem/m-p/3878215#M84354</link>
      <description>im using RH Linux AS 4.0&lt;BR /&gt;here are the confi i made&lt;BR /&gt;[root@erefillcc1 network-scripts]# more ifcfg-eth0&lt;BR /&gt;# Broadcom Corporation NetXtreme BCM5704 Gigabit Ethernet&lt;BR /&gt;DEVICE=eth0&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;MASTER=bond0&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;USERCTL=no&lt;BR /&gt;HWADDR=00:16:35:04:EE:FD&lt;BR /&gt;TYPE=Ethernet&lt;BR /&gt;[root@erefillcc1 network-scripts]# more ifcfg-eth1&lt;BR /&gt;# Broadcom Corporation NetXtreme BCM5704 Gigabit Ethernet&lt;BR /&gt;DEVICE=eth1&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;MASTER=bond0&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;USERCTL=no&lt;BR /&gt;HWADDR=00:16:35:04:EE:FC&lt;BR /&gt;TYPE=Ethernet&lt;BR /&gt;[root@erefillcc1 network-scripts]# more ifcfg-eth2&lt;BR /&gt;# Broadcom Corporation NetXtreme BCM5703 Gigabit Ethernet&lt;BR /&gt;DEVICE=eth2&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;BOOTPROTO=dhcp&lt;BR /&gt;HWADDR=00:15:60:8A:97:3F&lt;BR /&gt;TYPE=Ethernet&lt;BR /&gt;[root@erefillcc1 network-scripts]# more ifcfg-bond0&lt;BR /&gt;DEVICE=bond0&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;NETWORK=172.29.11.0&lt;BR /&gt;NETMASK=255.255.255.0&lt;BR /&gt;IPADDR=172.29.11.34&lt;BR /&gt;USERCTL=no&lt;BR /&gt;IPV6INIT=no&lt;BR /&gt;PEERDNS=yes&lt;BR /&gt;TYPE=Ethernet&lt;BR /&gt;GATEWAY=172.29.11.254&lt;BR /&gt;&lt;BR /&gt;in lsmod there is no bondo even in the /proc/modules</description>
      <pubDate>Wed, 11 Oct 2006 07:12:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/channel-bonding-problem/m-p/3878215#M84354</guid>
      <dc:creator>Ferdi Castro</dc:creator>
      <dc:date>2006-10-11T07:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Channel Bonding Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/channel-bonding-problem/m-p/3878216#M84355</link>
      <description>These are my bonding files off a Redhat AS 4 server.  If you change /etc/modprobe.conf be sure to run a mkinitrd and reboot.  I'm showing "bonding" as the kernel module that's loaded on Redhat AS 4.0, not "bond0"&lt;BR /&gt;&lt;BR /&gt;Eric&lt;BR /&gt;========================================&lt;BR /&gt;cat /etc/sysconfig/network-scripts/ifcfg-bond0&lt;BR /&gt;DEVICE=bond0&lt;BR /&gt;IPADDR=128.100.1.32&lt;BR /&gt;NETMASK=255.255.0.0&lt;BR /&gt;GATEWAY=128.100.5.6&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;TYPE=Ethernet&lt;BR /&gt;&lt;BR /&gt;cat /etc/sysconfig/network-scripts/ifcfg-eth0&lt;BR /&gt;DEVICE=eth0&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;MASTER=bond0&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;TYPE=Ethernet&lt;BR /&gt;&lt;BR /&gt;cat /etc/sysconfig/network-scripts/ifcfg-eth1&lt;BR /&gt;DEVICE=eth1&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;MASTER=bond0&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;TYPE=Ethernet&lt;BR /&gt;&lt;BR /&gt;cat /etc/modprobe.conf&lt;BR /&gt;alias eth0 tg3&lt;BR /&gt;alias eth1 tg3&lt;BR /&gt;alias scsi_hostadapter cciss&lt;BR /&gt;alias usb-controller uhci-hcd&lt;BR /&gt;alias usb-controller1 ehci-hcd&lt;BR /&gt;alias bond0 bonding&lt;BR /&gt;options bond0 miimon=100&lt;BR /&gt;install bond0 /sbin/modprobe -o bonding0 --ignore-install bonding</description>
      <pubDate>Wed, 11 Oct 2006 13:29:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/channel-bonding-problem/m-p/3878216#M84355</guid>
      <dc:creator>Eric Singer</dc:creator>
      <dc:date>2006-10-11T13:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Channel Bonding Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/channel-bonding-problem/m-p/3878217#M84356</link>
      <description>The module is "bonding", not bond0&lt;BR /&gt;Create an alias in /etc/modprobe.conf</description>
      <pubDate>Thu, 12 Oct 2006 02:15:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/channel-bonding-problem/m-p/3878217#M84356</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2006-10-12T02:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Channel Bonding Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/channel-bonding-problem/m-p/3878218#M84357</link>
      <description>Thanks for the reply.&lt;BR /&gt;how is this mkinitrd command exectuted.&lt;BR /&gt;i did was&lt;BR /&gt;mkinitrd -v -f -preload &lt;MODULE in=""&gt;&lt;BR /&gt;then reboot&lt;BR /&gt;unfortunately bond is still not there.&lt;BR /&gt;&lt;BR /&gt;I have some few questions&lt;BR /&gt;1) does bonding need a driver? How can I check that I have bonding through command line?&lt;BR /&gt;2) Suppose I don't have the driver? Is it free to download&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;/MODULE&gt;</description>
      <pubDate>Thu, 12 Oct 2006 04:14:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/channel-bonding-problem/m-p/3878218#M84357</guid>
      <dc:creator>Ferdi Castro</dc:creator>
      <dc:date>2006-10-12T04:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Channel Bonding Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/channel-bonding-problem/m-p/3878219#M84358</link>
      <description>mkinitrd is executed using the output from the command "uname -r"&lt;BR /&gt;&lt;BR /&gt;Example&lt;BR /&gt;&amp;gt;uname -r&lt;BR /&gt;2.6.9-34.0.1.ELsmp&lt;BR /&gt;&amp;gt;mkinitrd -f /boot/initrd-2.6.9-34.0.1.ELsmp.img 2.6.9-34.0.1.ELsmp&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;&amp;gt;mkinitrd -f /boot/initrd-`uname -r`.img `uname -r`&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Oct 2006 06:57:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/channel-bonding-problem/m-p/3878219#M84358</guid>
      <dc:creator>Eric Singer</dc:creator>
      <dc:date>2006-10-12T06:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: Channel Bonding Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/channel-bonding-problem/m-p/3878220#M84359</link>
      <description>After doing mkinitrd as suggested by Eric. problem still occurs&lt;BR /&gt;Error encountered:&lt;BR /&gt;/sbin/modprobe device bond0 does not seem to be present.&lt;BR /&gt;what could be the problem here? is it a driver?&lt;BR /&gt;when i do lsmod bonding is not there.&lt;BR /&gt;PS. Im using RH 4. thanks.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 14 Oct 2006 09:40:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/channel-bonding-problem/m-p/3878220#M84359</guid>
      <dc:creator>Ferdi Castro</dc:creator>
      <dc:date>2006-10-14T09:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Channel Bonding Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/channel-bonding-problem/m-p/3878221#M84360</link>
      <description>if you do:&lt;BR /&gt;insmod bonding&lt;BR /&gt;lsmod |grep bonding&lt;BR /&gt;&lt;BR /&gt;what's the output?</description>
      <pubDate>Sat, 14 Oct 2006 12:00:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/channel-bonding-problem/m-p/3878221#M84360</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2006-10-14T12:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Channel Bonding Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/channel-bonding-problem/m-p/3878222#M84361</link>
      <description>outout: insmod can't read 'bonding' no such file or directory&lt;BR /&gt;lsmod | grep bonding doesn't have any output</description>
      <pubDate>Sun, 15 Oct 2006 04:44:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/channel-bonding-problem/m-p/3878222#M84361</guid>
      <dc:creator>Ferdi Castro</dc:creator>
      <dc:date>2006-10-15T04:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Channel Bonding Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/channel-bonding-problem/m-p/3878223#M84362</link>
      <description>Do you have a directory called "bonding" when you perform this command&lt;BR /&gt;&lt;BR /&gt;ls -l /lib/modules/`uname -r`/kernel/drivers/net</description>
      <pubDate>Tue, 17 Oct 2006 15:01:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/channel-bonding-problem/m-p/3878223#M84362</guid>
      <dc:creator>Eric Singer</dc:creator>
      <dc:date>2006-10-17T15:01:28Z</dc:date>
    </item>
  </channel>
</rss>

