<?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: Network Bonding in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/network-bonding/m-p/5247243#M80963</link>
    <description>Hmm,&lt;BR /&gt;did you also copy the HWADDR or IPADDR fields in the configuration files?&lt;BR /&gt;&lt;BR /&gt;Those fields must be unique.</description>
    <pubDate>Sun, 11 Jul 2010 09:45:53 GMT</pubDate>
    <dc:creator>Alexander Chuzhoy</dc:creator>
    <dc:date>2010-07-11T09:45:53Z</dc:date>
    <item>
      <title>Network Bonding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/network-bonding/m-p/5247241#M80961</link>
      <description>I have two DL380 G6 Server. Operating System is RHEL 4.7. Both servers have 2 quad port NICs installed in them. I have configured network bonding on these 2 servers.&lt;BR /&gt;&lt;BR /&gt;Bonding is working just fine on Server1 but its not working on Server2.&lt;BR /&gt;&lt;BR /&gt;All configurations have been copied from Server 1 to Server2.&lt;BR /&gt;&lt;BR /&gt;Can any body tell me what could possibly wrong ?</description>
      <pubDate>Sat, 10 Jul 2010 06:55:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/network-bonding/m-p/5247241#M80961</guid>
      <dc:creator>faisal chaudry</dc:creator>
      <dc:date>2010-07-10T06:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Network Bonding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/network-bonding/m-p/5247242#M80962</link>
      <description>What is "not working". Can you describe your tests and if possible, post the output of your configuration, ifconfig, ethtool, cat /proc/net/bonding/bondX... etc.</description>
      <pubDate>Sat, 10 Jul 2010 13:00:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/network-bonding/m-p/5247242#M80962</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2010-07-10T13:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Network Bonding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/network-bonding/m-p/5247243#M80963</link>
      <description>Hmm,&lt;BR /&gt;did you also copy the HWADDR or IPADDR fields in the configuration files?&lt;BR /&gt;&lt;BR /&gt;Those fields must be unique.</description>
      <pubDate>Sun, 11 Jul 2010 09:45:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/network-bonding/m-p/5247243#M80963</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2010-07-11T09:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: Network Bonding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/network-bonding/m-p/5247244#M80964</link>
      <description>Thanks for your response,&lt;BR /&gt;&lt;BR /&gt;Actually when I assign IP Address directly to Ethernet interfaces, Every thing works fine. I can ping Servers, Switches &amp;amp; other network devices but when I configure bonding on servers, 1st Server is working fine, 2nd server is unable to ping 1st server &amp;amp; other network devices. 2nd server cannot even ping gateway.&lt;BR /&gt;&lt;BR /&gt;I have copied all configuration script from 1st server on which everything is working fine.&lt;BR /&gt;&lt;BR /&gt;[root@otasrv2 network-scripts]# cat /proc/net/bonding/bond1&lt;BR /&gt;Ethernet Channel Bonding Driver: v2.6.3-rh (June 8, 2005)&lt;BR /&gt;Bonding Mode: fault-tolerance (active-backup)&lt;BR /&gt;Primary Slave: None&lt;BR /&gt;Currently Active Slave: None&lt;BR /&gt;MII Status: up&lt;BR /&gt;MII Polling Interval (ms): 0&lt;BR /&gt;Up Delay (ms): 0&lt;BR /&gt;Down Delay (ms): 0&lt;BR /&gt;Slave Interface: eth5&lt;BR /&gt;MII Status: up&lt;BR /&gt;Link Failure Count: 0&lt;BR /&gt;Permanent HW addr: 00:26:55:da:f7:9c&lt;BR /&gt;Slave Interface: eth9&lt;BR /&gt;MII Status: up&lt;BR /&gt;Link Failure Count: 0&lt;BR /&gt;Permanent HW addr: 00:26:55:da:f7:dc&lt;BR /&gt;---------------------------------------------&lt;BR /&gt;[root@otasrv2 network-scripts]# ethtool eth5&lt;BR /&gt;Settings for eth5:&lt;BR /&gt;        Supported ports: [ TP ]&lt;BR /&gt;        Supported link modes:   10baseT/Half 10baseT/Full&lt;BR /&gt;100baseT/Half 100baseT/Full&lt;BR /&gt;1000baseT/Full&lt;BR /&gt;       Supports auto-negotiation: Yes&lt;BR /&gt;       Advertised link modes:  10baseT/Half 10baseT/Full&lt;BR /&gt;100baseT/Half 100baseT/Full&lt;BR /&gt;1000baseT/Full&lt;BR /&gt;        Advertised auto-negotiation: Yes&lt;BR /&gt;        Speed: 1000Mb/s&lt;BR /&gt;        Duplex: Full&lt;BR /&gt;        Port: Twisted Pair&lt;BR /&gt;        PHYAD: 0&lt;BR /&gt;        Transceiver: internal&lt;BR /&gt;        Auto-negotiation: on&lt;BR /&gt;        Supports Wake-on: d&lt;BR /&gt;        Wake-on: d&lt;BR /&gt;        Current message level: 0x00000007 (7)&lt;BR /&gt;        Link detected: yes&lt;BR /&gt;&lt;BR /&gt;Bond1 is configured with eth5 and eth9&lt;BR /&gt;&lt;BR /&gt;When itâ  s trying to get up in /var/log/messages we have:&lt;BR /&gt;&lt;BR /&gt;Jul  9 18:04:19 otasrv2 kernel: bonding: Warning: failed to get speed/duplex from eth5, speed forced to 100Mbps, duplex forced to Full.&lt;BR /&gt;&lt;BR /&gt;Jul  9 18:04:19 otasrv2 kernel: bonding: bond1: enslaving eth5 as a backup interface with an up link.&lt;BR /&gt;&lt;BR /&gt;Jul  9 18:04:20 otasrv2 kernel: bonding: Warning: failed to get speed/duplex from eth9, speed forced to 100Mbps, duplex forced to Full.&lt;BR /&gt;&lt;BR /&gt;Jul  9 18:04:20 otasrv2 kernel: bonding: bond1: enslaving eth9 as a backup interface with an up link.&lt;BR /&gt;&lt;BR /&gt;When I try make eth5 active in bonding by following command:&lt;BR /&gt;&lt;BR /&gt;[root@otasrv2 network-scripts]# ifenslave -c bond1 eth5&lt;BR /&gt;&lt;BR /&gt;I got following error:&lt;BR /&gt;Master 'bond1', Slave 'eth5': Error: Change active failed</description>
      <pubDate>Mon, 12 Jul 2010 04:36:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/network-bonding/m-p/5247244#M80964</guid>
      <dc:creator>faisal chaudry</dc:creator>
      <dc:date>2010-07-12T04:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: Network Bonding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/network-bonding/m-p/5247245#M80965</link>
      <description>To permanently set the speed/duplex option -Append a line like the following in the NIC configuration file(s).&lt;BR /&gt;&lt;BR /&gt;ETHTOOL_OPTS="speed 100 duplex full autoneg off"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;BTW, It would help if you could attach the conf files for the bond/nics.</description>
      <pubDate>Mon, 12 Jul 2010 10:51:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/network-bonding/m-p/5247245#M80965</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2010-07-12T10:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Network Bonding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/network-bonding/m-p/5247246#M80966</link>
      <description>[root@otasrv2 network-scripts]# cat ifcfg-bond0&lt;BR /&gt;DEVICE=bond0&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;BOOTPROTO=static&lt;BR /&gt;IPADDR=172.16.33.57&lt;BR /&gt;NETMASK=255.255.255.0&lt;BR /&gt;GATEWAY=172.16.33.253&lt;BR /&gt;&lt;BR /&gt;[root@otasrv2 network-scripts]# cat ifcfg-eth7&lt;BR /&gt;DEVICE=eth7&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;MASTER=bond0&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;USERCTL=no&lt;BR /&gt;&lt;BR /&gt;[root@otasrv2 network-scripts]# cat ifcfg-eth11&lt;BR /&gt;DEVICE=eth11&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;MASTER=bond0&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;USERCTL=no&lt;BR /&gt;&lt;BR /&gt;[root@otasrv2 network-scripts]# cat ifcfg-bond1&lt;BR /&gt;DEVICE=bond1&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;IPADDR=172.16.171.221&lt;BR /&gt;NETMASK=255.255.255.0&lt;BR /&gt;&lt;BR /&gt;[root@otasrv2 network-scripts]# cat ifcfg-eth5&lt;BR /&gt;DEVICE=eth5&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;MASTER=bond1&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;USERCTL=no&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;&lt;BR /&gt;[root@otasrv2 network-scripts]# cat ifcfg-eth9&lt;BR /&gt;DEVICE=eth9&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;MASTER=bond1&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;USERCTL=no&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;&lt;BR /&gt;[root@otasrv2 network-scripts]# cat /etc/modprobe.conf&lt;BR /&gt;alias eth0 bnx2&lt;BR /&gt;alias eth1 bnx2&lt;BR /&gt;alias eth2 bnx2&lt;BR /&gt;alias eth3 bnx2&lt;BR /&gt;alias eth4 e1000&lt;BR /&gt;alias eth5 e1000&lt;BR /&gt;alias eth6 e1000&lt;BR /&gt;alias eth7 e1000&lt;BR /&gt;alias eth8 e1000&lt;BR /&gt;alias eth9 e1000&lt;BR /&gt;alias eth10 e1000&lt;BR /&gt;alias eth11 e1000&lt;BR /&gt;alias scsi_hostadapter qla2xxx&lt;BR /&gt;alias scsi_hostadapter1 cciss&lt;BR /&gt;alias scsi_hostadapter2 ata_piix&lt;BR /&gt;alias scsi_hostadapter3 qla2400&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;alias bond1 bonding&lt;BR /&gt;options bonding max_bonds=2 mode=1 miimon=100 primary=eth9&lt;BR /&gt;install vxportal /sbin/modprobe --ignore-install vxportal; /sbin/start_udev&lt;BR /&gt;alias char-major-10-32 vxportal&lt;BR /&gt;&lt;BR /&gt;[root@otasrv2 network-scripts]# cat /proc/net/bonding/bond0&lt;BR /&gt;Ethernet Channel Bonding Driver: v2.6.3-rh (June 8, 2005)&lt;BR /&gt;&lt;BR /&gt;Bonding Mode: fault-tolerance (active-backup)&lt;BR /&gt;Primary Slave: None&lt;BR /&gt;Currently Active Slave: None&lt;BR /&gt;MII Status: down&lt;BR /&gt;MII Polling Interval (ms): 0&lt;BR /&gt;Up Delay (ms): 0&lt;BR /&gt;Down Delay (ms): 0&lt;BR /&gt;&lt;BR /&gt;[root@otasrv2 network-scripts]# cat /proc/net/bonding/bond1&lt;BR /&gt;Ethernet Channel Bonding Driver: v2.6.3-rh (June 8, 2005)&lt;BR /&gt;&lt;BR /&gt;Bonding Mode: fault-tolerance (active-backup)&lt;BR /&gt;Primary Slave: None&lt;BR /&gt;Currently Active Slave: None&lt;BR /&gt;MII Status: up&lt;BR /&gt;MII Polling Interval (ms): 0&lt;BR /&gt;Up Delay (ms): 0&lt;BR /&gt;Down Delay (ms): 0&lt;BR /&gt;&lt;BR /&gt;Slave Interface: eth5&lt;BR /&gt;MII Status: up&lt;BR /&gt;Link Failure Count: 0&lt;BR /&gt;Permanent HW addr: 00:26:55:da:f7:9c&lt;BR /&gt;&lt;BR /&gt;Slave Interface: eth9&lt;BR /&gt;MII Status: up&lt;BR /&gt;Link Failure Count: 0&lt;BR /&gt;Permanent HW addr: 00:26:55:da:f7:dc&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root@otasrv2 network-scripts]#tail -f /var/logs/messages&lt;BR /&gt;Jul 10 14:45:22 otasrv2 kernel: bonding: Warning: the permanent HWaddr of eth5 - 00:26:55:DA:F7:9C - is still in use by bond1. Set the HWaddr of eth5 to a different address to avoid conflicts.&lt;BR /&gt;Jul 10 14:45:22 otasrv2 kernel: bonding: bond1: releasing backup interface eth5&lt;BR /&gt;Jul 10 14:45:22 otasrv2 kernel: bonding: bond1: releasing backup interface eth9&lt;BR /&gt;Jul 10 14:45:23 otasrv2 network: Shutting down interface bond1:  succeeded&lt;BR /&gt;Jul 10 14:45:23 otasrv2 network: Shutting down interface eth6:  succeeded&lt;BR /&gt;Jul 10 14:45:23 otasrv2 network: Shutting down interface eth7:  succeeded&lt;BR /&gt;Jul 10 14:45:23 otasrv2 network: Shutting down interface eth10:  succeeded&lt;BR /&gt;Jul 10 14:45:23 otasrv2 network: Shutting down loopback interface:  succeeded&lt;BR /&gt;Jul 10 14:45:23 otasrv2 sysctl: net.ipv4.ip_forward = 0&lt;BR /&gt;Jul 10 14:45:23 otasrv2 sysctl: net.ipv4.ip_local_port_range = 32768 61000&lt;BR /&gt;Jul 10 14:45:23 otasrv2 sysctl: net.ipv4.tcp_keepalive_time = 300&lt;BR /&gt;Jul 10 14:45:23 otasrv2 sysctl: net.ipv4.conf.default.rp_filter = 1&lt;BR /&gt;Jul 10 14:45:23 otasrv2 sysctl: net.ipv4.conf.default.accept_source_route = 0&lt;BR /&gt;Jul 10 14:45:23 otasrv2 sysctl: kernel.sysrq = 0&lt;BR /&gt;Jul 10 14:45:23 otasrv2 sysctl: fs.file-max = 327679&lt;BR /&gt;Jul 10 14:45:23 otasrv2 sysctl: kernel.core_uses_pid = 1&lt;BR /&gt;Jul 10 14:45:23 otasrv2 network: Setting network parameters:  succeeded&lt;BR /&gt;Jul 10 14:45:23 otasrv2 network: Bringing up loopback interface:  succeeded&lt;BR /&gt;Jul 10 14:45:24 otasrv2 kernel: ADDRCONF(NETDEV_UP): bond1: link is not ready&lt;BR /&gt;Jul 10 14:45:24 otasrv2 kernel: LLT INFO V-14-1-10205 link 1 (eth6) node 0 in trouble&lt;BR /&gt;Jul 10 14:45:25 otasrv2 kernel: LLT INFO V-14-1-10205 link 0 (eth10) node 0 in trouble&lt;BR /&gt;Jul 10 14:45:29 otasrv2 ifup: Enslaving eth5 to bond1&lt;BR /&gt;Jul 10 14:45:29 otasrv2 kernel: bonding: Warning: failed to get speed/duplex from eth5, speed forced to 100Mbps, duplex forced to Full.&lt;BR /&gt;Jul 10 14:45:29 otasrv2 kernel: bonding: bond1: enslaving eth5 as a backup interface with an up link.&lt;BR /&gt;Jul 10 14:45:29 otasrv2 kernel: ADDRCONF(NETDEV_CHANGE): bond1: link becomes ready&lt;BR /&gt;Jul 10 14:45:29 otasrv2 ifup: Enslaving eth9 to bond1&lt;BR /&gt;Jul 10 14:45:29 otasrv2 kernel: bonding: Warning: failed to get speed/duplex from eth9, speed forced to 100Mbps, duplex forced to Full.&lt;BR /&gt;Jul 10 14:45:29 otasrv2 kernel: bonding: bond1: enslaving eth9 as a backup interface with an up link.&lt;BR /&gt;Jul 10 14:45:29 otasrv2 network: Bringing up interface bond1:  succeeded&lt;BR /&gt;Jul 10 14:45:29 otasrv2 kernel: ADDRCONF(NETDEV_UP): eth6: link is not ready&lt;BR /&gt;Jul 10 14:45:31 otasrv2 kernel: e1000: eth5: e1000_watchdog_task: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX&lt;BR /&gt;Jul 10 14:45:31 otasrv2 kernel: LLT INFO V-14-1-10032 link 1 (eth6) node 0 inactive 8 sec (520900)&lt;BR /&gt;Jul 10 14:45:31 otasrv2 kernel: e1000: eth9: e1000_watchdog_task: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX&lt;BR /&gt;Jul 10 14:45:31 otasrv2 kernel: e1000: eth6: e1000_watchdog_task: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX&lt;BR /&gt;Jul 10 14:45:31 otasrv2 kernel: ADDRCONF(NETDEV_CHANGE): eth6: link becomes ready&lt;BR /&gt;Jul 10 14:45:32 otasrv2 kernel: LLT INFO V-14-1-10032 link 0 (eth10) node 0 inactive 8 sec (979821)&lt;BR /&gt;Jul 10 14:45:32 otasrv2 kernel: LLT INFO V-14-1-10032 link 1 (eth6) node 0 inactive 9 sec (520900)&lt;BR /&gt;Jul 10 14:45:33 otasrv2 kernel: LLT INFO V-14-1-10032 link 0 (eth10) node 0 inactive 9 sec (979821)&lt;BR /&gt;Jul 10 14:45:33 otasrv2 kernel: LLT INFO V-14-1-10024 link 1 (eth6) node 0 active&lt;BR /&gt;Jul 10 14:45:34 otasrv2 kernel: LLT INFO V-14-1-10032 link 0 (eth10) node 0 inactive 10 sec (979821)&lt;BR /&gt;Jul 10 14:45:34 otasrv2 network: Bringing up interface eth6:  succeeded&lt;BR /&gt;Jul 10 14:45:34 otasrv2 kernel: ADDRCONF(NETDEV_UP): eth7: link is not ready&lt;BR /&gt;Jul 10 14:45:35 otasrv2 kernel: LLT INFO V-14-1-10032 link 0 (eth10) node 0 inactive 11 sec (979821)&lt;BR /&gt;Jul 10 14:45:36 otasrv2 kernel: LLT INFO V-14-1-10032 link 0 (eth10) node 0 inactive 12 sec (979821)&lt;BR /&gt;Jul 10 14:45:36 otasrv2 kernel: e1000: eth7: e1000_watchdog_task: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX&lt;BR /&gt;Jul 10 14:45:36 otasrv2 kernel: ADDRCONF(NETDEV_CHANGE): eth7: link becomes ready&lt;BR /&gt;Jul 10 14:45:37 otasrv2 kernel: LLT INFO V-14-1-10032 link 0 (eth10) node 0 inactive 13 sec (979821)&lt;BR /&gt;Jul 10 14:45:37 otasrv2 kernel: LLT INFO V-14-1-10510 sent hbreq (NULL) on link 0 (eth10) node 0. 4 more to go.&lt;BR /&gt;Jul 10 14:45:37 otasrv2 kernel: LLT INFO V-14-1-10510 sent hbreq (NULL) on link 0 (eth10) node 0. 3 more to go.&lt;BR /&gt;Jul 10 14:45:38 otasrv2 kernel: LLT INFO V-14-1-10510 sent hbreq (NULL) on link 0 (eth10) node 0. 2 more to go.&lt;BR /&gt;Jul 10 14:45:38 otasrv2 kernel: LLT INFO V-14-1-10032 link 0 (eth10) node 0 inactive 14 sec (979821)&lt;BR /&gt;Jul 10 14:45:38 otasrv2 kernel: LLT INFO V-14-1-10510 sent hbreq (NULL) on link 0 (eth10) node 0. 1 more to go.&lt;BR /&gt;Jul 10 14:45:38 otasrv2 kernel: LLT INFO V-14-1-10510 sent hbreq (NULL) on link 0 (eth10) node 0. 0 more to go.&lt;BR /&gt;Jul 10 14:45:39 otasrv2 kernel: LLT INFO V-14-1-10032 link 0 (eth10) node 0 inactive 15 sec (979821)&lt;BR /&gt;Jul 10 14:45:39 otasrv2 kernel: LLT INFO V-14-1-10509 link 0 (eth10) node 0 expired&lt;BR /&gt;Jul 10 14:45:39 otasrv2 network: Bringing up interface eth7:  succeeded&lt;BR /&gt;Jul 10 14:45:39 otasrv2 kernel: ADDRCONF(NETDEV_UP): eth10: link is not ready&lt;BR /&gt;Jul 10 14:45:41 otasrv2 kernel: e1000: eth10: e1000_watchdog_task: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX&lt;BR /&gt;Jul 10 14:45:41 otasrv2 kernel: ADDRCONF(NETDEV_CHANGE): eth10: link becomes ready&lt;BR /&gt;Jul 10 14:45:43 otasrv2 kernel: GAB INFO V-15-1-20036 Port h gen   deeb25 membership 01&lt;BR /&gt;Jul 10 14:45:43 otasrv2 kernel: GAB INFO V-15-1-20037 Port h gen   deeb25   jeopardy ;1&lt;BR /&gt;Jul 10 14:45:43 otasrv2 kernel: GAB INFO V-15-1-20036 Port a gen   deeb28 membership 01&lt;BR /&gt;Jul 10 14:45:43 otasrv2 kernel: GAB INFO V-15-1-20037 Port a gen   deeb28   jeopardy ;1&lt;BR /&gt;Jul 10 14:45:43 otasrv2 Had[29005]: VCS INFO V-16-1-10077 Received new cluster membership&lt;BR /&gt;Jul 10 14:45:43 otasrv2 Had[29005]: VCS ERROR V-16-1-10111 System otasrv2 (Node '1') is in Regular and Jeopardy Memberships - Membership: 0x3, Jeopardy: 0x2&lt;BR /&gt;Jul 10 14:45:44 otasrv2 network: Bringing up interface eth10:  succeeded&lt;BR /&gt;Jul 10 14:45:46 otasrv2 kernel: LLT INFO V-14-1-10024 link 0 (eth10) node 0 active&lt;BR /&gt;Jul 10 14:45:51 otasrv2 kernel: GAB INFO V-15-1-20036 Port a gen   deeb28 membership 01&lt;BR /&gt;Jul 10 14:45:51 otasrv2 kernel: GAB INFO V-15-1-20036 Port h gen   deeb25 membership 01&lt;BR /&gt;Jul 10 14:45:51 otasrv2 Had[29005]: VCS INFO V-16-1-10077 Received new cluster membership&lt;BR /&gt;Jul 10 14:45:51 otasrv2 Had[29005]: VCS NOTICE V-16-1-10086 System otasrv2 (Node '1') is in Regular Membership - Membership: 0x3&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Jul 2010 11:18:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/network-bonding/m-p/5247246#M80966</guid>
      <dc:creator>faisal chaudry</dc:creator>
      <dc:date>2010-07-12T11:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Network Bonding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/network-bonding/m-p/5247247#M80967</link>
      <description>Hmm, note this message:&lt;BR /&gt;Jul 10 14:45:22 otasrv2 kernel: bonding: Warning: the permanent HWaddr of eth5 - 00:26:55:DA:F7:9C - is still in use by bond1. Set the HWaddr of eth5 to a different address to avoid conflicts.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Try to create a fake MAC address for eth5 or bond1.</description>
      <pubDate>Mon, 12 Jul 2010 11:30:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/network-bonding/m-p/5247247#M80967</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2010-07-12T11:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Network Bonding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/network-bonding/m-p/5247248#M80968</link>
      <description>ok so if I enter fake HW in the configuration file of bond1 then it can resolve the issue ??</description>
      <pubDate>Mon, 12 Jul 2010 12:15:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/network-bonding/m-p/5247248#M80968</guid>
      <dc:creator>faisal chaudry</dc:creator>
      <dc:date>2010-07-12T12:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Network Bonding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/network-bonding/m-p/5247249#M80969</link>
      <description>Sure hope so. :)</description>
      <pubDate>Mon, 12 Jul 2010 12:22:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/network-bonding/m-p/5247249#M80969</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2010-07-12T12:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: Network Bonding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/network-bonding/m-p/5247250#M80970</link>
      <description>Hi Guys,&lt;BR /&gt;&lt;BR /&gt;Thanks to all of you for support,&lt;BR /&gt;&lt;BR /&gt;I just removed all configuration from srv2 then copied bonding configuration from srv1(which is working fine), then restarted network service but that did'nt resolve the issue, after that I just rebooted the srv2 &amp;amp; issue is resolved now.</description>
      <pubDate>Wed, 14 Jul 2010 05:15:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/network-bonding/m-p/5247250#M80970</guid>
      <dc:creator>faisal chaudry</dc:creator>
      <dc:date>2010-07-14T05:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Network Bonding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/network-bonding/m-p/5247251#M80971</link>
      <description>Problem solved after reconfiguring bonding &amp;amp; reboot.</description>
      <pubDate>Wed, 14 Jul 2010 05:17:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/network-bonding/m-p/5247251#M80971</guid>
      <dc:creator>faisal chaudry</dc:creator>
      <dc:date>2010-07-14T05:17:04Z</dc:date>
    </item>
  </channel>
</rss>

