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
-1
votes
1 answer

Rapid failover from one data center to another when the first goes down?

I'm building a global CDN and have a DNS service that will direct customers to the closest server. However I need rapid failover if one of the data centers e.g. Germany goes down users need to be instantly served from London. The DNS service I'm…
Mark172
  • 217
  • 1
  • 5
-1
votes
1 answer

Configure Jenkins for LDAP failover

I was wondering if anyone has successfully configured Jenkins with two LDAP servers so if one server fails, it will query the other server?
Hank
  • 171
  • 1
  • 6
-1
votes
1 answer

How to set up always on server that directs between two URLs?

I have two urls: myurl.co.za myurl.net And a 3rd url: myurl.com Depending on different times of the day, I want users to be redirected to either myurl.co.za or myurl.net. I have a program that I can easily set to redirect to either based on the…
-1
votes
2 answers

Is a virtual IP assigned by a hosting provider?

I'm going to be setting up HA proxy with 2 physical servers, using heartbeatd. I'm going to have clients point domains to an IP address which can't change after doing so. My hosting provider has provided me with 6 IP addresses. Will I need to use…
orokusaki
  • 2,763
  • 4
  • 32
  • 43
-1
votes
1 answer

Relying on shared disks for heartbeat

I read somewhere that using shared disks for heartbeats is reliable even if network totally fails. I read it in the context of remedy from split-brain. Is this correct? But I can not understand this. If network fails, doesn't this also affect shared…
user76678
  • 349
  • 3
  • 5
  • 16
-1
votes
1 answer

Redundant Connection Issue

I'm trying to set up a redundant connection for our web hosting servers. I have a BGP-capable router connecting two lines from two separate ISP's, one fiber (primary), one DSL (failover). I've already confirmed that I can push routes into the DSL…
Adam
  • 3
  • 1
-1
votes
1 answer

Windows Server 2008 R2 Cluster with just two nodes

May be this question was already made, but I dont find an exact answer to my dilema. I have a consulting IT job, my client have only 2 servers (16GB RAM, 2 Xeon 5160 and 500GB HDD) and him want to do a SQL Server R2 failover cluster, the Windows…
ElMangau
  • 31
  • 2
-1
votes
1 answer

Active node stops resources when pasive node is shutdown

2 nodes, active/pasive. 2 resources, a virtual ip, openLdap, and the nfs mount where openldap saves the data. When both nodes are up, things worked fine. You could move resources away and put the active in stanby. But when i rebooted the passive…
Wakaru44
  • 193
  • 1
  • 10
-1
votes
1 answer

ActiveMQ Pure Master / Slave - Out of sync

What i have : 1 master broker and 1 slave broker both in ActiveMQ 5.4.0 What i use : waitForSlave on master side and failover uri on slave side (in the master connector URI) What i want to do : I want to wait some delay (like 5 seconds) in case of…
pico
  • 19
  • 2
-1
votes
1 answer

Firewall failover internal ip

I have multiple servers at my data center and i want to switch to pfsense, but i don't know if it can automatically fall over to the second server that is a mirror from the first server. So if the first server crashed or is shut off pfsense must…
Lennard K
  • 1
  • 2
-1
votes
1 answer

Virtual IP in Single Server

I want to setup as below I have two ISP with different static IP, terminated in single server with two NIC, make virtual IP for this NIC, want to bind my local web serve to this Virtual IP, so that if any ISP will fail will not affect to my…
SDhimar
  • 1
  • 1
-2
votes
1 answer

Adjusting spare sectors on SATA drive?

As far as I know, hard drives usually have a number of spare sectors to which data is remapped/reallocated from faulty sectors. Is it possible to increase the number of these spare sectors (at the expense of usable data capacity) to make the drive…
jotik
  • 159
  • 6
-2
votes
3 answers

Is it possible to have multiple storage servers in a failover cluster?

I'm familiar with setting up RAID arrays and am running a few in my home environment. I was wondering if it's possible to have multiple storage servers in a failover configuration. What I hope to achieve with this is to have a certain redundancy…
Mephy
  • 1
  • 2
-2
votes
1 answer

Is MOSIX the easiest way to build a redundant system?

I'm trying to figure out the easiest way to build a server with HA. I looked into Linux-HA, Heartbeat, Mesos. I then found MOSIX. I don't know if it's a thing from the past that no one uses, but wouldn't make it a no-brainer to create a…
F. Ronati
  • 1
  • 2
-2
votes
1 answer

database cluster fail over

I planed to develop a customized HA program for MSSQL, but I got a question when reading some articles about cluster. When master is down, then slaves vote for a new master, and the new master will take over virtual IP address of the old one. What…
Teddy
  • 103
  • 2
1 2 3
51
52