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

SQL Server fails over while vmware virtual machine backup

Recently we moved clustered SQL Server 2017 running on Windows Server 2016 from physical to VMWare, since then everyday it started failing over at same time. No Error in SQL Server logs but Windows Event log shows SQL Server not being able to access…
0
votes
2 answers

Send Email on failover in Sql Server 2005

I have two instances of Sql Server 2005 running two copies of a database in a Principal and Mirror configuration. I want to send an email to someone whenever there is a failover, by which I mean the Principal DB goes down (for whatever reason) and…
MGOwen
  • 307
  • 2
  • 4
  • 11
0
votes
0 answers

2 Node -- KeepaliveD -- network break

I have a two node ( VMs ) setup running keepaliveD. The problem is that due to only ability of managing the VMs from command line, I can't demonstrate how the network break between both node-A and node-B will behave ( if I would have a control, I…
0
votes
1 answer

Exchange 2007 two node cluster setup on Windows 2008 Enterprise, install error

I am installing Microsoft Exchange 2007 x64 in a two node environment using Microsoft Windows 2008 Enterprise x64. The Failover Cluster is all setup properly and following best practices for setting up the windows clustering for use with Exchange…
0
votes
1 answer

Failover cluster of 2+ servers for disasters with only 2+ physical machines

TL;DR: Question in bold below Here http://www.howto-expert.com/how-to-create-a-server-failover-solution/ is an (I assume) old blog post, explaining how to setup 2 server machines (one master and one slave), each located at different geographical…
0
votes
2 answers

1 Storage with 1 "big" partition + 2 servers

I need to setup an "cold fail over" to our database server. Since we cannot run an real HA because an software issue, I'm planning to connect 2 server to a single storage. If main server fails, I just need to start database service in second, as…
Zote
  • 473
  • 1
  • 7
  • 12
0
votes
1 answer

Cost reasonable failover architecture between 2 datacenters

I would like to get your thoughts on an architecture to handle failover between 2 application servers hosting multiple applications (.NET based websites, SQL Server) in Switzerland. The goal is to have a limited downtime in case of failure to switch…
Gilles F
  • 19
  • 3
0
votes
1 answer

Gateway failover

I have an Ubuntu server acting as a gateway for inbound internet connections. This server shut down unexpectedly because of overheating and lost all internet connections during business hours. How can I implement a fail-over on a back-up server that…
Drgmrsc
  • 1
  • 1
-1
votes
2 answers

How does loadbalancers like haproxy and keepalived implement failover/high-availability for themselves, in case the machine they are running dies?

I'm trying to understand how my load balance software does not become a single-point-of-failure. Do load-balancing software usually support failover/ha for themselves?
-1
votes
1 answer

Azure VM Failover

Do Azure VM's have built in failover or is it necessary to spin up additional appliances to deal with failover? I have also been looking at Site Recovery as a service in Azure - is it common to use Site Recovery instead? Thanks.
-1
votes
1 answer

Load balance two ADSL connections Centos 7

I have centos 7 server working as a gateway for my network with three LAN cards and two internet connections from different ISPs , i want to combine the two connections and balance the network load between them .. I've tried bonding and it didn't…
MTita
  • 25
  • 8
-1
votes
1 answer

Need some clarification on a NIC functionality on a Dell Poweredge r610

Quick question. I'm trying to understand the NIC functionality of this server. NIC specs from manual: My question is, do the two broadcom controller chips provide fail-over redundancy? For example, is it design intention that if a controller chip…
user1330287
  • 197
  • 1
  • 2
  • 7
-1
votes
2 answers

VM migration and IP address

When a VM offering a service is migrated to a different server is it an important requirement from the client applications point of view to retain the same IP the VM had before ? For long lived TCP sessions it won't make a difference because the…
Manohar
  • 229
  • 5
  • 10
-1
votes
3 answers

How does HA / failover work?

Let's say we have ten servers, each one has a copy of stateless application. user enters address in a browser / client program. dns server returns a list of ip (however many people say that dns should not be used to provide HA, especially for…
-1
votes
2 answers

Is going to work this failover scheme?

I have two replicated LAMP servers, one as slave and the other as master: Master: Name = master.kimsufi.com - IP = 5.5.5.1 Slave: Name = slave.kimsufi.com - IP = 5.5.5.2 (as you can see, both are registered with kimsufi) With these servers and…
Ivan
  • 192
  • 2
  • 11