Questions tagged [failover]

In computing, failover is automatic switching to a redundant or standby computer server, system, or network upon the failure or abnormal termination of the previously active application, server, system, or network. Failover and switchover are essentially the same operation, except that failover is automatic and usually operates without warning, while switchover requires human intervention.

In computing, failover is automatic switching to a redundant or standby computer server, system, or network upon the failure or abnormal termination of the previously active application,server, system, or network. Failover and switchover are essentially the same operation, except that failover is automatic and usually operates without warning, while switchover requires human intervention.

Systems designers usually provide failover capability in servers, systems or networks requiring continuous availability and a high degree of reliability. At server level, failover automation usually uses a "heartbeat" cable that connects two servers. As long as a regular "pulse" or "heartbeat" continues between the main server and the second server, the second server will not initiate its systems. There may also be a third "spare parts" server that has running spare components for "hot" switching to prevent downtime. The second server takes over the work of the first as soon as it detects an alteration in the "heartbeat" of the first machine. Some systems have the ability to send a notification of failover.

Some systems, intentionally, do not failover entirely automatically, but require human intervention. This "automated with manual approval" configuration runs automatically once a human has approved the failover.

Source: wikipedia

772 questions
6
votes
2 answers

How to create a high-availability application server?

I am working with some hardware units which uses mobile Internet to communicate to my application server. Initially, the hardware had a hard-coded IP address (load balancer) in the hardware for communication which was used to route the traffic to my…
6
votes
1 answer

How to setup redundancy for AWS Elastic Load Balancers?

In the spirit of redundancy and fail-over, I would like to know some strategies on setting up AWS Elastic Load Balancers for DR, that is, if this is really an issue? (A single ELB would LB traffic to 1..* regions.) I'm asking because in a proposed…
ElHaix
  • 269
  • 3
  • 13
6
votes
10 answers

Is it possible to merge multiple internet connections?

I have two internet connections at my place but the faster one is actually unreliable. :( One is a broadband modem connected to PC via ethernet. The other one is a USB modem. I would want to run both connections simultaneously (or parallel) in a way…
Arpit Tambi
  • 481
  • 3
  • 5
  • 11
6
votes
1 answer

Most VMS refuse to start

Setup: Virtual Host, running server 2012, hosting around 10 production VMs Problem: Last night, 2 VMs stopped with no warning, event log notification, or any information. The rest of the VMs on this host were running fine. We caught this error,…
user78214
6
votes
2 answers

Multiple LDAP servers with mod_authn_alias: failover not working when the first LDAP is down?

I've been trying to setup redundant LDAP servers with Apache 2.2.3. /etc/httpd/conf.d/authn_alias.conf AuthLDAPURL ldap://192.168.5.148:389/dc=domain,dc=vn?cn AuthLDAPBindDN…
quanta
  • 51,413
  • 19
  • 159
  • 217
6
votes
1 answer

Pacemaker Active/Active haproxy load balancing

I am using Haproxy to load balance replicated mysql master servers. I am also using Heartbeat and Pacemaker for Active/Active ip failover with two virtual ips on the two load balancers for web server high availability. I used location in pacemaker…
user53864
  • 1,723
  • 11
  • 37
  • 66
6
votes
2 answers

How good is failover of the iSCSI target on a two-node linux san?

I'm evaluating the possibility to use two off the shelf servers to build a cheap iSCSI redundant SAN. The idea is to run linux, pacemaker, and an iSCSI target - something like the SAN Active-Passive on linux-ha-examples. The same page scares me a…
Luke404
  • 5,826
  • 4
  • 47
  • 58
6
votes
1 answer

DNS Failover with multiple Nginx load balancers

Our application is hosted on EC2, however because the nature of the app, it requires extremely high availability. We have an image of the app running on Linode as a failover. However, doing a DNS flip to Linode would take some time. We came up with…
smathieu
  • 141
  • 2
  • 6
6
votes
3 answers

High Availability for SSL Web Site

One of our web server clusters serves a moderate number of busy e-commerce applications. At present, each site lives on a specific web server and has a hot-spare copy mirrored to another web server in the cluster. If a server fails, there is a…
Justin Scott
  • 8,798
  • 1
  • 28
  • 39
6
votes
4 answers

ISC DHCP+BIND with failover and dynamic updates, can the secondary bind update DDNS?

I'm setting up a failover system for DHCP and DDNS. The software being used are ISC BIND and ISC DHCP, running on Ubuntu 10.04 LTS. serverA runs DNS01 and DHCP01, serverB runs DNS02 and DHCP02. DHCP failover is set to a 128-bit split (half the zone…
pauska
  • 19,620
  • 5
  • 57
  • 75
6
votes
6 answers

How do I set up failover for a single web server using two ISPs?

I have one web server and two WAN connections (1 cable, 1 DSL). DNS is run offsite, and points to the IP address assigned by one of the ISPs. How can I have the second connection take over when the primary one fails? I have seen that it is possible…
Travis
  • 61
  • 1
  • 2
6
votes
2 answers

Hadoop disk fail, what do you do?

I would like to know about your strategies on what to do when one of the Hadoop server disk fails. Let's say, I have multiple (>15) Hadoop servers and 1 namenode, and one from 6 disks on slaves stops working, disks are connected via SAS. I don't…
wlk
  • 1,713
  • 3
  • 14
  • 19
6
votes
2 answers

What happens if my WHS boot disk or other hardware component failes?

I was boasting to some of my co-workers yesterday that my Windows Home Server (WHS) had my entire home network backed up and that is my recovery plan for a failed hard disk on one of the home computers. I was then asked what I'd do if the boot hard…
Guy
  • 1,839
  • 5
  • 22
  • 28
5
votes
1 answer

Redis: read-only slave vs fail-over slave?

I'm reading a lot of documentation around Redis network configurations, and I'm confused about how it seems the requirements in the architecture mental model I had, don't seem to map with the current options. First of all: I don't need sharding,…
knocte
  • 347
  • 1
  • 6
  • 18
5
votes
5 answers

"live" mirror of HA VM cluster?

I'm reading about HA techniques in virtualization but all solutions I see work more or less just like more specialized VRRP - when host gets down, VM is booted up on another virtualization host. If storage is shared (eg. iSCSI) then "the same" VM…
Lapsio
  • 363
  • 1
  • 5
  • 15