<?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: Not configuring Bond0 but appears in ifconfig report? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/not-configuring-bond0-but-appears-in-ifconfig-report/m-p/4574366#M39510</link>
    <description>Mk or Any Gurus,&lt;BR /&gt;&lt;BR /&gt;Thank you for the response. I am not sure the type of card Infiniband uses. Even I am new to this place and Infiniband. &lt;BR /&gt;&lt;BR /&gt;Is there a way to remove unconfigured bond0? Even though bond0 definition doesn't exist in network-scripts or modprobe, is there any command to remove bond0? &lt;BR /&gt;&lt;BR /&gt;Thank you in advance!</description>
    <pubDate>Tue, 02 Feb 2010 19:18:22 GMT</pubDate>
    <dc:creator>Qcheck</dc:creator>
    <dc:date>2010-02-02T19:18:22Z</dc:date>
    <item>
      <title>Not configuring Bond0 but appears in ifconfig report?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/not-configuring-bond0-but-appears-in-ifconfig-report/m-p/4574360#M39504</link>
      <description>Hello, I am configuring only bond1 and bond2 in kickstart. But how come bond0 appears in "ifconfig -a" even though it is not up. I don't want to see the bond0 in my ifconfig output. Any ideas are greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;Thank you.....</description>
      <pubDate>Fri, 29 Jan 2010 19:15:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/not-configuring-bond0-but-appears-in-ifconfig-report/m-p/4574360#M39504</guid>
      <dc:creator>Qcheck</dc:creator>
      <dc:date>2010-01-29T19:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Not configuring Bond0 but appears in ifconfig report?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/not-configuring-bond0-but-appears-in-ifconfig-report/m-p/4574361#M39505</link>
      <description>you can configure your ip manually as follows and let me know the status&lt;BR /&gt;&lt;BR /&gt; /etc/sysconfig/network-scripts/ifcfg-bond0&lt;BR /&gt;&lt;BR /&gt;and  &lt;BR /&gt;/etc/sysconfig/network-scripts/ifcfg-bond1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and do&lt;BR /&gt;&lt;BR /&gt;service network stop&lt;BR /&gt;srvice network start&lt;BR /&gt;&lt;BR /&gt;and than check&lt;BR /&gt;&lt;BR /&gt;also you can do it by using &lt;BR /&gt;&lt;BR /&gt;#neat&lt;BR /&gt;</description>
      <pubDate>Sat, 30 Jan 2010 10:09:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/not-configuring-bond0-but-appears-in-ifconfig-report/m-p/4574361#M39505</guid>
      <dc:creator>Jupinder Bedi</dc:creator>
      <dc:date>2010-01-30T10:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Not configuring Bond0 but appears in ifconfig report?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/not-configuring-bond0-but-appears-in-ifconfig-report/m-p/4574362#M39506</link>
      <description>ifcfg-bond0 is not at all configured, but still appears in the ifconfig -a output. I only configured bond1 and bond2 in the /etc/sysconfig/network-scripts as ifcfg-bond1 and ifcfg-bond2. Reserved ifcfg-bond0 for infiniband configuration. I don't see anything for bond0 in /etc/sysconfig/network-scripts, but how come once the server is up and running I see unconfigured bond0, but I don't want to see bond0 in the ifconfig -a output. &lt;BR /&gt;&lt;BR /&gt;When server boots where does it looks for bonding information other than in /etc/sysconfig/network-scripts?&lt;BR /&gt;&lt;BR /&gt;Advance thank you for the help.</description>
      <pubDate>Sat, 30 Jan 2010 17:22:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/not-configuring-bond0-but-appears-in-ifconfig-report/m-p/4574362#M39506</guid>
      <dc:creator>Qcheck</dc:creator>
      <dc:date>2010-01-30T17:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: Not configuring Bond0 but appears in ifconfig report?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/not-configuring-bond0-but-appears-in-ifconfig-report/m-p/4574363#M39507</link>
      <description>When the "bonding" kernel module is loaded, it will always provide at least one bonding interface, i.e. bond0. &lt;BR /&gt;&lt;BR /&gt;There is a max_bonds=N option for the bonding module. If you specify you want to create N bonds, the module would auto-create bonding interfaces from bond0 to bond(N-1), inclusive. So bond1 cannot exist before bond0 does, and bond2 cannot exist before bond1.&lt;BR /&gt;&lt;BR /&gt;When you configure network interfaces with RedHat configuration tools (kickstart, system-config-network, etc.), those tools will automatically insert the proper option lines for the bonding module to /etc/modprobe.conf for you.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The same naming algorithm is used by the kernel to assign default names for real NICs: the first NIC detected will always be eth0, the next eth1, and so on. However, the "nameif" command can be used to change these names. &lt;BR /&gt;&lt;BR /&gt;Most modern distributions include built-in scripting (either udev-based or included in the network configuration scripts) to save the MAC addresses of each detected NIC and keep the same ethX name assigned to it persistently. &lt;BR /&gt;&lt;BR /&gt;In theory, you could set max_bonds=2 to allocate just bond0 and bond1, then re-name them to bond1 and bond2 before using them... but the nameif command requires you to identify the interface to be renamed by the MAC address, and an unconfigured bonding interface does not *have* a unique MAC address. Also, an interface must not be configured while it's being renamed. Making such a configuration work might be more trouble than it's worth.&lt;BR /&gt;&lt;BR /&gt;If you have a 4-port Ethernet card, and you use only 3 ports of it, the remaining 4th port will also be visible in the "ifconfig -a" listing, and you cannot easily remove it. If some hardware monitoring application sees an unconfigured bond/NIC as an error, a better solution would be to find out how to configure that application to ignore the unconfigured NIC.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Sun, 31 Jan 2010 11:15:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/not-configuring-bond0-but-appears-in-ifconfig-report/m-p/4574363#M39507</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-01-31T11:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Not configuring Bond0 but appears in ifconfig report?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/not-configuring-bond0-but-appears-in-ifconfig-report/m-p/4574364#M39508</link>
      <description>Thank you Mk for your response and time. So what you are saying is, bond0 appears no matter what when I try to configure bond1 and bond2, even if I specify max_bonds=2. I didn't try max_bonds=2 yet though.....&lt;BR /&gt;&lt;BR /&gt;My question to you is, so if unconfigured bond0 definition appears in ifconfig -a output, can that be used for infiniband bonding?&lt;BR /&gt;&lt;BR /&gt;Thank you...</description>
      <pubDate>Sun, 31 Jan 2010 14:46:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/not-configuring-bond0-but-appears-in-ifconfig-report/m-p/4574364#M39508</guid>
      <dc:creator>Qcheck</dc:creator>
      <dc:date>2010-01-31T14:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: Not configuring Bond0 but appears in ifconfig report?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/not-configuring-bond0-but-appears-in-ifconfig-report/m-p/4574365#M39509</link>
      <description>Sorry, I don't have any experience with Infiniband.&lt;BR /&gt;&lt;BR /&gt;However, the bonding.txt in Linux kernel documentation seems to say that basic Infiniband failover support is there:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.mjmwired.net/kernel/Documentation/networking/bonding.txt" target="_blank"&gt;http://www.mjmwired.net/kernel/Documentation/networking/bonding.txt&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-----&lt;BR /&gt;2.  What type of cards will work with it?&lt;BR /&gt;&lt;BR /&gt;[...]&lt;BR /&gt;&lt;BR /&gt;Starting with version 3.2.1, bonding also supports Infiniband slaves in active-backup mode.&lt;BR /&gt;-----&lt;BR /&gt;&lt;BR /&gt;Use "modinfo bonding | grep version" to see the version number of the bonding driver.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Sun, 31 Jan 2010 17:11:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/not-configuring-bond0-but-appears-in-ifconfig-report/m-p/4574365#M39509</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-01-31T17:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Not configuring Bond0 but appears in ifconfig report?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/not-configuring-bond0-but-appears-in-ifconfig-report/m-p/4574366#M39510</link>
      <description>Mk or Any Gurus,&lt;BR /&gt;&lt;BR /&gt;Thank you for the response. I am not sure the type of card Infiniband uses. Even I am new to this place and Infiniband. &lt;BR /&gt;&lt;BR /&gt;Is there a way to remove unconfigured bond0? Even though bond0 definition doesn't exist in network-scripts or modprobe, is there any command to remove bond0? &lt;BR /&gt;&lt;BR /&gt;Thank you in advance!</description>
      <pubDate>Tue, 02 Feb 2010 19:18:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/not-configuring-bond0-but-appears-in-ifconfig-report/m-p/4574366#M39510</guid>
      <dc:creator>Qcheck</dc:creator>
      <dc:date>2010-02-02T19:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Not configuring Bond0 but appears in ifconfig report?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/not-configuring-bond0-but-appears-in-ifconfig-report/m-p/4574367#M39511</link>
      <description>Pratibha&lt;BR /&gt;did you have any luck with this bond0?&lt;BR /&gt;&lt;BR /&gt;I'm in the same situation I remove the ifcfg-bond0 and the entry on modprobe.conf &lt;BR /&gt;&lt;BR /&gt;and network restart but&lt;BR /&gt;&lt;BR /&gt;bond0 is still there&lt;BR /&gt;&lt;BR /&gt;any way to remove it?</description>
      <pubDate>Thu, 15 Apr 2010 20:36:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/not-configuring-bond0-but-appears-in-ifconfig-report/m-p/4574367#M39511</guid>
      <dc:creator>KarloChacon</dc:creator>
      <dc:date>2010-04-15T20:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Not configuring Bond0 but appears in ifconfig report?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/not-configuring-bond0-but-appears-in-ifconfig-report/m-p/4574368#M39512</link>
      <description>Pratibha&lt;BR /&gt;&lt;BR /&gt;I just fixed it&lt;BR /&gt;&lt;BR /&gt;you know I removed ifcfg-bond0 and the entry on modprobe.conf and restarted network services which did not remove the bond on ifconfig command neither ip addr list&lt;BR /&gt;&lt;BR /&gt;since I had ifcfg-eth3&lt;BR /&gt;&lt;BR /&gt;I copied cp ifcfg-eth3 ifcfg-bond0&lt;BR /&gt;&lt;BR /&gt;after that nano ifcfg-bond0&lt;BR /&gt;DEVICE=bond0&lt;BR /&gt;and remove any MAC address assigned to eth3&lt;BR /&gt;&lt;BR /&gt;save changes&lt;BR /&gt;&lt;BR /&gt;restart network services and DONE :)&lt;BR /&gt;&lt;BR /&gt;I hope it works for you</description>
      <pubDate>Thu, 15 Apr 2010 20:46:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/not-configuring-bond0-but-appears-in-ifconfig-report/m-p/4574368#M39512</guid>
      <dc:creator>KarloChacon</dc:creator>
      <dc:date>2010-04-15T20:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Not configuring Bond0 but appears in ifconfig report?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/not-configuring-bond0-but-appears-in-ifconfig-report/m-p/4574369#M39513</link>
      <description>Karlo,&lt;BR /&gt;&lt;BR /&gt;Thank you for the update, sorry I didn't check my emails yesterday. Anyways, the work around for me is as follows:&lt;BR /&gt;&lt;BR /&gt;echo -bond0 &amp;gt; /sys/class/net/bonding_masters&lt;BR /&gt;&lt;BR /&gt;That worked for me.&lt;BR /&gt;&lt;BR /&gt;Thank you</description>
      <pubDate>Fri, 16 Apr 2010 11:35:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/not-configuring-bond0-but-appears-in-ifconfig-report/m-p/4574369#M39513</guid>
      <dc:creator>Qcheck</dc:creator>
      <dc:date>2010-04-16T11:35:41Z</dc:date>
    </item>
  </channel>
</rss>

