- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- MCSG LAN fail over issue.
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
04-13-2006 07:56 AM
04-13-2006 07:56 AM
MCSG LAN fail over issue.
I have configured bonding for 2 of 3 NICs on each server, the third NIC is being used for dedicated heartbeat on a dedicated network.
With the package up and running on the promary server, I tested bonding by unplugging a NIC. The bond worked, and no fail over occured. however, when I unplugged the second NIC in the bond (only 2 NICs bonded) again no failover occurred. On HP-UX this would have triggered a failover of the package. When I completely disconnected all NICs on the primary server, the alternate server crashed and rebooted, but did not take the package.
Is this normal behavior on LINUX, or did I miss something? If so, what might I have missed?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2006 12:11 AM
04-14-2006 12:11 AM
Re: MCSG LAN fail over issue.
You slightly misunderstand bonding in Linux. Unplugging one of the two bond cables does not result in a failure. Bonding defaults to active-passive on Linux and you can't force active-active except on intel nics.
So: If you unplug both cables, you should trigger a failover.
SEP
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-14-2006 01:10 AM
04-14-2006 01:10 AM
Re: MCSG LAN fail over issue.
That is my exact issue. Unplugging both cables does not trigger a failover. Based on my experience building clusters on HP-UX, I expected it would, but it did not. I am wondering if perhaps I am missing something, or there is another issue here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2006 01:15 AM
04-14-2006 01:15 AM
Re: MCSG LAN fail over issue.
Both cables and no failover.
What do the serviceguard logs say?
I would tend to think the failover LAN configuration is wrong or the NIC is bad or the card is plugged into the wrong lan.
My question now is can a NIC card be a failover LAN and a heartbeat LAN. My understanding of SG is that its either or, not both.
Please clarify.
SEP
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-14-2006 01:29 AM
04-14-2006 01:29 AM
Re: MCSG LAN fail over issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2006 01:30 AM
04-14-2006 01:30 AM
Re: MCSG LAN fail over issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2006 03:38 AM
04-14-2006 03:38 AM
Re: MCSG LAN fail over issue.
In /etc/modprobe.conf there is an options entry for the bond. it should read as follows
options bond0 miimon=100 mode=1
My was incorrect it read
options bond0 miimon=100 mode=0
Mode 1 is failover mode
Mode 0 is load balancing mode.