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
-2
votes
2 answers

Hyper-V File Server Clustering - at my wit’s end

I am at my wit’s end with File Server clustering under Hyper-V. I am hoping that someone might be able to help me figure out this Gordian Knot of a technology that seems to have dead ends (like forcing cluster VMs to use iSCSI drives where…
-2
votes
2 answers

Single Static Public IP FAILOVER to Other PUBLIC IP Address

We have a customer that has a windows server located behind a dual wan router that has two static IP addresses from each ISP. They have staff out in the field that have laptops with applications that can only point to one Public IP address. They…
Garrett
  • 11
  • 1
  • 3
-3
votes
1 answer

BIND give DNS record only from alive web server

I want to configure failover dns records for my web service. I want configure something like geo dns, I want check alive web server and BIND must give only alive DNS record For example if host A with ip 1.1.1.1 down, BIND must give DNS record for…
darkw1nd
  • 137
  • 1
  • 8
-3
votes
2 answers

What is the best way to setup a heartbeat agent for failover between two VMs?

I have two VMs in VirtualBox that use NAT for their network adapters. They are both getting the same IP address, so I will need to reconfigure that; but knowing that, is it possible to set up a heartbeat agent to failover an apache server if one of…
EGr
  • 609
  • 4
  • 14
  • 29
-3
votes
3 answers

How to failover to another web service automatically?

I've got a 3rd party off-the-shelf windows application that needs to connect to a Web Service (IP address or URL) installed onto another server (actually running on Windows 7 Professional). My user wants me to implement a fail-over solution in which…
Joshua Lim
  • 251
  • 1
  • 3
  • 14
-3
votes
1 answer

Are self Self-healing Cloud and Traditional Failover Boxes basically the same?

Does it still make sense to setup your own failover system (HAproxy + 2 or more servers for example) when self healing cloud seems like a practical solution? They seem to do the same job or am I missing something?
IMB
  • 511
  • 2
  • 7
  • 13
-4
votes
2 answers

Hardware failover of linux server without clusters or vm?

Any ideas on how to provide complete failover for a SLES11 installation without implementing clusters or vm? The applications that are running are not (and will never be) cluster aware. There are no incoming client connections - this is not a…
steve
  • 5
1 2 3
51
52