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

SQL Failover Cluster Management -- dealing with the "cluster network name is not online"

Viewing a failover configuration in the SQL Failover Cluster Management tool, I can see via a succinct warning message that "The cluster network name is not online". Everything about the cluster checks out though. What can I do to debug this? I…
Matt
  • 1,571
  • 4
  • 15
  • 16
0
votes
1 answer

How can I figure out where a connection is dying?

We have a MSSQL database configured in a cluster (fail-over). It's working fine for its intended purpose, but we can't seem to monitor availability via OpsView: check_tcp -H $HOSTADDRESS$ -p 1433 The opsview status for this is Critical: Connection…
jldugger
  • 14,342
  • 20
  • 77
  • 129
0
votes
1 answer

Change OpenVZ route to pass through ip failover

I have one dedicaced server with its own IP and another IP (failover) who refer to the first. I will wish to change the gateway of a Proxmox virtual machine (openvz) who runs on this dedicaced server to go through the failover IP rather than the ip…
Kevin Campion
  • 437
  • 2
  • 7
  • 15
0
votes
1 answer

How to enable WMI Provider MSCluster on MS Server 2008 R2

I have successfully set up a failover cluster on Microsoft Server 2008 R2 Enterprise Edition. Now I want to talk to the MSCluster WMI Provider on said server. WMI Queries to e.g. CIMV2 successed. But queries like select * from…
Tobias Hertkorn
  • 359
  • 5
  • 12
0
votes
1 answer

Istio: How do I exclude unhealthy destination from a VirtualService?

I'm trying to configure load balancing and failover for external services. Each HTTP endpoint for the service needs its own specific headers. I created a virtual service with two destinations: apiVersion: networking.istio.io/v1beta1 kind:…
hylowaker
  • 101
  • 3
0
votes
0 answers

effect of fail_timeout and max_fails in upstream in nginx

I have a public facing nginx server acting as reverse proxy for an on-premises upstream server. I have two ISP providers so I want nginx to failover to the backup ISP whenever primary ISP fails. Criteria: I want to failover to backup line at the…
Piyush B
  • 103
  • 4
0
votes
1 answer

Oracle on windows cluster with online/offline IPs

I have a windows cluster (on windows 2008 server) with nodes in different subnets. So cluster has two IPs, one for each node (I'm talking not about node IP, but about cluster IP). One is online, the other is offline. Is it possible to run Oracle…
yzador
0
votes
0 answers

Linux Router Fu for failover?

I have some OpenWRT boxes and some other Linux boards... including a Software Defined Networking board (that I haven't used yet). I have AT&T fiber with its own DHCP & WiFi (& cat5) and I can link to a Cat5 connection to go out over a slower network…
Thor
  • 5
  • 1
0
votes
0 answers

zabbix connection to external database

0 I am trying to setup zabbix with two database , one on localhost and another on diffrent machine. zabbix server: 192.168.0.100 external database :192.168.0.154 I setup zabbix with localhostdatabaase and its working perfectly,Then I created sql…
biplab
  • 5
  • 2
0
votes
0 answers

Simulate Outage on primary SQL Server in Azure Failover Group

I have a SQL Server with SQL Database in Azure that is replicated to a secondary SQL Server with a Failover Group. We have some functionality in code to redirect failed read requests to the secondary in cases where the primary is inaccessible but…
0
votes
0 answers

Simple redundant "clone" of a linux server?

My current setup involves a small Linux server that runs a few services (LoRaWAN server, some visualization dashboards, and VPN allowing external access to devices on that network). I want to make it more robust so there is no (or little) downtime…
Gloomy
  • 109
  • 1
0
votes
2 answers

Unable to access web service with floating IP address assigned to my machine

I have a machine for which I have assigned a floating IP address. That machine is also my load balancer. I can access my service easily using the IP address of load balancer. However I am unable to access it using the floating IP address which was…
Himanshuman
  • 113
  • 7
0
votes
1 answer

Automatic redirection to static error site if web server is unavailable

I was reading an article about warm recoverable web server with Compute Engine and Cloud Storage. Normal scenario: Failover: Documentation states that: In an outage, you update the external HTTP(S) Load Balancing configuration and fail over to a…
Mark
  • 101
  • 2
0
votes
2 answers

How to implement backup link via VPN

I have a PTP wireless network from one location to another and it is working well. I would like to have a VPN backup in case it should ever go down. How can I make this happen automatically? I am using MikroTik routers and I already set up the VPN,…
0
votes
1 answer

DHCP server failover with dynamic bootp range declaration

I am trying to configure a failover for a ISC dhcp server running on Linux that has dynamic-bootp range declaration. The configuration file looks like this (I am trying it locally first, therefore private ranges): authoritative; log-facility…
Yakup
  • 3
  • 2