- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- server failover with nics
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-15-2004 02:58 AM
10-15-2004 02:58 AM
i want to team two nics (one from each machine) in a way where if one machine fails, then the other will pick up.
Any suggestions on how to do this?
Someone suggested ultramonkey.org but I thought i would ask about it here since its an HP product.
thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2004 03:23 AM
10-15-2004 03:23 AM
SolutionThere are other alternatives.
Red Hat Enterprise Edition has a clustering technology built in. That costs less.
There is also a low/no cost alternative called ha-linux. http://www.ha-linux.org
I'm working with this latter product to increase the availability of my web servers.
If you've got the budget and want HP to support you, I'd go for ServiceGuard.
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
10-15-2004 04:35 AM
10-15-2004 04:35 AM
Re: server failover with nics
i noticed redhat's clustering service but it needs a san connection and stuff like that.
i'm looking into ha-linux as i type this to find a free solution that doesn't need me to have two server that are san attached.
thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2004 05:57 AM
10-15-2004 05:57 AM
Re: server failover with nics
I want to use two machines that will broadcast a virtual ip and have serverB take over if serverA does for some reason.
is this possible? This would reduce for one thing but it increases the difficulty of this project.
thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2004 06:38 AM
10-15-2004 06:38 AM
Re: server failover with nics
No matter what solution u use your going to have to have a shared storage device, be it SCSI, or SAN, because the cluster will have to have a quorum disk. This quorum, shared disk, is used for node uptime integrity.
cheers!
ds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2004 06:45 AM
10-15-2004 06:45 AM
Re: server failover with nics
The feature that should be of interest is the ip failover.
Example
host1 is 192.168.0.41
host2 is 192.168.0.42
The two hosts are connected by a heatbeat lan. I use a dedicated hub.
If host1 fails this is detected by the ha-linux configuration and host2 takes over the ip address 192.168.0.41. The individual services or appliations taht you want to fail over need to be configured to work correctly on host2 with the newly failed over IP address.
Is it virtual ip address or network card teaming? No. Does it maintain high availablity? Yes.
With Intel NIC card's I've been able to add an additional feature to Red Hat ES 3 and Fedora.
I've been able to take two of these cards and bond them to one single ip address. This does not effect ha-linux, but it does improve the chances of the server staying on the network in the even of a single card failure.
I've got this feature activated on a little NAS device I designed for my Enterprise. It works well and improves bandwidth when both cards are up.
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
10-15-2004 06:54 AM
10-15-2004 06:54 AM
Re: server failover with nics
However, I'm wondering if i need the private network at all.
each of these machines has 2 nics and I'd like to team them and then use the linux-ha heartbeat on the virtual ip and have them determine if one is down or up over the virtual ip.
does this sound plausible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2004 06:55 AM
10-15-2004 06:55 AM
Re: server failover with nics
Linux-HA has no special shared disk requirements.
so this is probably what your looking for.
ds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2004 07:01 AM
10-15-2004 07:01 AM
Re: server failover with nics
Do you need to do it?
Yes.
The way HA works is that you set applications to fail over between nodes. It there is significant congestion on your network failover or TOC crash could be triggered in your cluster.
That is bad.
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
10-15-2004 07:01 AM
10-15-2004 07:01 AM
Re: server failover with nics
Basic Configurations
A Basic Single IP Address Configuration (newbies start here)
A Two IP address Active/Active Configuration
A Basic Apache Web Server Configuration
Two Apache Web Servers in an Active/Active Configuration
http://linuxha.trick.ca/GettingStartedWithHeartbeat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2004 12:19 PM
10-15-2004 12:19 PM
Re: server failover with nics
Red hat clustering is subscription, so you pay for it every year.
Serviceguard can be implemented without shared storage. Any reasonable cluster must have a quorum mechanism. When heartbeats are not received, you need to determine if its because of networking issues or problems with the other server. When shared storage is available, there are algorithms that can use that shared storage and account for networking problems.
Serviceguard has two options. One is this disk based mechanism. It also implements a "quorum service" running on another system (can be a PC). This way if your apps don't require shared storage, you don't have to spend the $$s.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 03:43 AM
10-19-2004 03:43 AM
Re: server failover with nics
I've implemented the heartbeat package and thus far i'm pretty satisfied with it.
I haven't had to pay for any extra hardware.
Currently, I've got two dual homed 360 G3's and the heartbeat runs over the bonded nics.
It fails over quite well.
However, in the case where i down eth0 and up it again, the heartbeat just fails entirely.
any ideas why? technically eth1 does pick up the heartbeat if eth0 is down but if i up eth0 again, the virtual ip for the heartbeat just craps out and i'm not certain why.
thanks