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

How to suppress a Heartbeat resource from starting in failover data center?

I have a pair of CentOS Linux servers in each datacenter. They have failover within each datacenter, managed by heartbeat and DRBD (I know these are outdated tools, but they are stable, so there's no desire to change them). They also have the…
Bill Karwin
  • 206
  • 1
  • 7
5
votes
1 answer

Complete High Availability System

I'm in the process of configuring a LAMP server but want to make sure it'll be ready for expansion for the future. Here's my current setup.. Two physical windows servers clustered with Hyper-V Two virtual machines, one for Apache and another for…
royjr
  • 153
  • 4
5
votes
1 answer

DRBD + corosync + pacemaker - Servers won't connect after failover

I got 2 servers configured with drbd, corosync with pacemaker. It is all working fine, primary server gets secondary if it fails, and secondary gets primary. But if the 1st server comes up again after the failover, drbd won't connect back again and…
Jockel
  • 51
  • 3
5
votes
2 answers

Windows 2012 R2 Hyper-V cluster without shared hardware

I have several servers with local SATA/SAS RAID arrays. I would like to run there virtual machines with some level of automated failover - sync VM to secondary node in 1 minute interval and automated start when primary node died at least. I've…
Jan Zahradník
  • 547
  • 6
  • 14
5
votes
2 answers

Redis/Sentinel cluster failover results in "failover-abort-not-elected master"

I have a 2 node Redis cluster set-up. [master] 192.168.56.102: Redis Master (:6379), Redis Slave (:6380), Sentinel(:26379), Sentinel#2(:26380) [rescue] 192.168.56.103: Redis Master (:6379), Redis Slave (:6380), Sentinel(:26379) Each slave instance…
sm0ke21
  • 53
  • 1
  • 1
  • 5
5
votes
2 answers

Best CNAME TTL strategy for fallover switching

I've recently been thinking about the TTL of our DNS. We have A records for our servers and then CNAME records for the customer facing names. The www.example.com CNAME points to server-01.example.com for example. In the event of a failure we have…
Phil Hannent
  • 665
  • 2
  • 10
  • 21
5
votes
1 answer

vSphere/ESX How to log migration event to guest Windows OS

On a vSphere/ESX environment, how to write (automated) migration events to the eventlog into the hosted Windows VM that has been migrated? So that the hosted OS is aware of the migration event, and thus any resulting issues can be related to that…
SaintNick
  • 111
  • 2
  • 9
5
votes
1 answer

Architecting nginx for redundacy

This may be a stupid question, but after googling a while I can't find the answer or just don't know how to ask it. I have a web app running on a server named 'myserver1'. I've brought up 'myserver2' with an identical instance of the web app, and…
coding_hero
  • 241
  • 3
  • 6
  • 11
5
votes
6 answers

Many ISP's is block port 25, how do I choose an alternative port?

I am building an application that will be acting as a combined MUA/MTA on different networks. However, many of the networks are with ISP's that block port 25 for SMTP. Therefore I would also like to open up a secondary port so that some of the…
Xeoncross
  • 4,449
  • 12
  • 43
  • 56
5
votes
3 answers

AlwaysOn SQL Server 2012 - any option for true active/active?

I'm about to upgrade and consolidate a group of SQL Server 2008R2 to a single SQL Server 2012. I want have high availability and looking for the different options. The number of databases is fairly high (150+) so DBMirroring is out of the…
NicolajB
  • 93
  • 1
  • 1
  • 5
5
votes
1 answer

How could dynamic DNS work if DNS updates take hours to propagate?

Simple Failover markets itself as: continuously monitors your servers to find out which are up and which are down, and then it dynamically updates your DNS records accordingly so that your domain name always points to a functional server. From…
Pacerier
  • 521
  • 16
  • 35
5
votes
5 answers

Websockets Server with Fault-Tolerance and Durable Message Store

I am starting to experiment with websockets. Does anyone know of a websockets server (open source or paid) that provides a durable store of the websocket "channel"? All of the examples that I have found do not address durability -- if a websockets…
smitchell360
  • 61
  • 1
  • 6
5
votes
2 answers

Is rsync a good candidate for failover implementation (very large dataset)?

I have a large a set of data (+100 GB) which can be stored into files. Most of the files would be in the 5k-50k range (80%), then 50k - 500k (15%) and >500k (5%). The maximum expected size of a file is 50 MB. If necessary, large files can be split…
Jérôme Verstrynge
  • 4,787
  • 7
  • 24
  • 35
5
votes
4 answers

Windows Failover Cluster for MSMQ without SAN?

Is it possible to create a 3 node Windows Server 2008 R2 failover cluster without a SAN? Our goal is to create a clustered MSMQ without any single points of failure. Ideally, the stored messages would be persisted on all nodes of the cluster so…
Mike
  • 233
  • 3
  • 8
5
votes
4 answers

SQL Cluster on Hyper V Failover Cluster

We have a VM running SQL Server on a 6 node cluster of blades. The VM's data files are stored a SAN attached using a direct iSCSI connection. As this SQL server will be running a number of important databases we're debating whether we should be…
Chris W
  • 2,670
  • 1
  • 23
  • 32