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

Windows Server Failover Cluster (File Server)

I am planning to create a windows server failover cluster for file server. However, I do not have any shared storage available which I can connect to the cluster. Is there anyway to use the local disk instead as a storage?
0
votes
1 answer

A CNAME pointing to 2 different A Records set up with Primary/Secondary Failover Routing?

Considering records like: host.example.com as a CNAME to: host01.example.com and host02.example.com (on two separate records). I want to set up those A records to be with a Failover routing policy. Record Name Type Routing Differentiator …
0
votes
1 answer

2x Windows Server for 2 labs in different parts of a building - what kind of failover to use

I have two servers and two labs in different parts of the building with Hyper-V 2019 with VMs for Windows Server Standard (2012 R2, will be upgrading in a few years). I want to: configure ServerA for Lab1 and ServerB for Lab2 (I don't need help…
0
votes
2 answers

How to replicate apache mod_jk session data

is it possible to replicate the mod_jk sticky session information to another apache for an failover setup? the idea behind the question is to setup two apaches with sticky sessions in front off some tomcats. when one apaches fails, the other one…
Christian
  • 4,703
  • 2
  • 24
  • 27
0
votes
2 answers

moving ip of one VM to another VM

I've hosted two VMs on the same machine, one is active in nature i.e. hosting a service and is connected to a client (client is running directly on the host machine). I've to implement a fault tolerance service, i.e. on the failure of primary VM,…
y_159
  • 121
  • 6
0
votes
0 answers

What is the best way to handle DNS and failover management for a subdomain website when I don't have control of the domain?

Updating DNS for this subdomain would take hours or days, but we'd like to be able to set up a reliable auto-failover mechanism that I think would require faster DNS changes. What is best practice for this type of arrangement?
0
votes
1 answer

Servers Redundancy/Fail over in different locations

One in a different city. These are individual servers, pretty much works as file servers. We upload images to those servers and at the end of the month we send the images to our clients (Digitalization services). We have Darkfiber between sites so…
0
votes
0 answers

Switch to failover IP instead of main IP for all HTML requests?

I'm using Centos 8 and with my luck, my main IP is blacklisted on an API I'm trying to use. I have 3 failover IP addresses however. Is it possible for me to use one of these failovers instead?
asdlll
  • 1
0
votes
0 answers

Query to get the failoverCount and lastFailover in a Windows Failover Cluster

Anyone know of a command or PowerShell script to get the current failoverCount and lastFailover datetime in a Windows Failover Cluster? I have a 2-node cluster that doesn't automatically failover sometimes. The group is configured with the default…
0
votes
0 answers

Single isp dual failover links

I'm having a problem trying to configure my cisco 3945 router to use a dual hand-off wan links. Lets say the ISP has provided the below ip addresses where they are doing hsrp at their end ISP EDGE 1 IP : 192.168.0.1 ISP EDGE 2 IP : 192.168.0.2 …
Bhargav
  • 87
  • 6
0
votes
0 answers

SQL Server 2012 AAG not failing over in case of SQL Server crash/stop

I have created the following structure: Two hardware servers with Windows Server 2012R2 installed, SQL Server 2012R2 installed. Then Windows went fully updated and SQL Server was patched to SP4, current version is reported as 11.0.7493. WSFC formed…
0
votes
2 answers

Website fail over using 2 IP address

We have a moodle webserver with 2 Public IPs (different ISPs). Is it possible to make a mechanism, to access the website with other IP, if the first ISP connections fail? We have added 2 public IPs in DNS records. But found some articles say that…
iamsumesh
  • 145
  • 1
  • 7
0
votes
4 answers

Cisco 2801 as a fail over?

I have recently acquired a Cisco 2801 unit and I want to know if it is capable of acting as a fail over for a network. It currently has an ADSL WIC installed. We currently run 6 Windows servers (4x Win2008, 2x Win2000) with TS access for our users.…
0
votes
1 answer

How can I fail-over my website domain?

I have two web servers running on a different location with different static IP: WebServer 1: x.x.x.x Webserver 2: z.z.z.z Both servers should point to test.com domain. Let assume currently, Master web server is up & running and DNS Record A…
0
votes
1 answer

ASR failback fails because boot type UEFI

Our on-premises environment is VMware running Windows Server virtual machines. We are using Azure Site Recovery (ASR) to replicate some of our VMs to Azure. I have been doing some failover/failback testing and I have run into an issue. On one VM…
Cameron
  • 1
  • 1