Redundancy is the duplication of critical components or functions of a system with the intention of increasing reliability of the system, usually in the case of a backup or fail-safe.
Questions tagged [redundancy]
300 questions
3
votes
5 answers
Eliminate single point of failure for webservers?
I know in DNS, that each of the DNS servers will be tried to see if they will respond
I know in email that in the event of a failure it will go to the next one in the list or it will hold the mail for a period of time
As far as I know, in…

700 Software
- 2,233
- 10
- 49
- 77
3
votes
3 answers
How to make two UPS redundant?
How to setup UPS for redundant power supply if 1st UPS goes down then system should work on 2nd UPS if 2nd goes down then system should work with 1st UPS like server power supply.

Ravinder
- 31
- 1
- 2
3
votes
1 answer
DNS setup for website on geo redundant servers
Let's say:
I have a website written in English and shown on www.example.com.
The website is on a US server now (based on cPanel/WHM) at the IP address 192.0.2.0.
I can manage the DNS of example.com using a control panel to add/modify any records:…

Marco Demaio
- 590
- 1
- 8
- 23
3
votes
1 answer
Mobile broadband Server backup
We have a windows server. It is attached to a UPS. The internet connection is not plugged into the UPS. If the power goes down in the building the UPS kicks in and emails out saying that the UPS is working. There is no internet connection as the…
Lisa
3
votes
4 answers
Are Dell R610 4 Port NICs as good as a Second NIC in terms for Redundancy
So my general question is does a multiple port NIC supply the same redundancy that two complete NICs do? My Specific question is in what is the case with the 4 port NIC that comes in Dell R610s.
I know we can all guess that the separate NICs are…

Kyle Brandt
- 83,619
- 74
- 305
- 448
3
votes
4 answers
is it possible to use a windows server as a datastore for vmware esx server
I'm a relative noob at virtualisation but would like to roll it out in our organisation. The application I'd like to test with needs to be back up pretty quickly after failure... So I'd like to put 2 VMWare servers on the network and have the…

Paul D'Ambra
- 1,082
- 1
- 13
- 22
3
votes
1 answer
Redundant L2 Uplink (OS10)
I am trying to design a redundant uplink to a service provider from a pair of Dell S4112 switches running OS10. We a getting two uplink connections from the service provider, but they cannot be delivered as an LACP trunk.
Our switch pair is…

DEHAAS
- 140
- 3
2
votes
1 answer
Upstream Nginx location blocks into site confs
I have a few websites on a Ubuntu 16.04-Nginx server environment and the Nginx conf file of each includes this set of location blocks:
location ~* \.(jpg|jpeg|png|gif|ico|css|js|ttf|woff|pdf)$ {
expires 365d;
}
location / {
index index.php…

Arcticooling
- 1
- 3
- 7
- 22
2
votes
1 answer
Which distributed filesystem will actually fit my needs?
Hear me out
I have seen the question asked (in different forms) here, here, and perhaps the best one I found was here, but I do not think this is a duplicate because quite some time has past since those questions were asked, and my question has its…

Michael
- 123
- 4
2
votes
2 answers
How to manage redundant ISPs with dynamic DNS
I'm trying to make my small business network a bit more robust by adding a fallback ISP. What I can't figure out is how to manage the DNS for inbound connections. A simplified view of my network looks like this:
+-------+ +-------+
| ISP 1 | |…

Dominic P
- 457
- 1
- 4
- 18
2
votes
2 answers
Data Backup redundancy/backups
I am looking at setting up a backup solution... well including in my backup solution actually... an external harddrive on my main file server. I then use something like Microsoft SyncToy to 'sync' data onto the external hard drive.
I currently have…

TravisPUK
- 163
- 2
- 6
2
votes
2 answers
tools for geographical redundancy
I'm writing a spec for a high availability application. I need a low budget solution to be able to failover between two data centers. Replicating databases and content I'll be able to manage solutions for. What are some solutions for "cutting over"…

imaginative
- 1,971
- 10
- 32
- 48
2
votes
1 answer
Achieving File Server Redundancy
We are in the process of moving all servers (or virtualising physicals) into a central datacenter connected via MPLS.
Currently we are fully redundant on most aspects - RDS Farms, SQL Clusters, multiple DCs, hardware failover for firewalls etc. The…

PnP
- 1,684
- 8
- 39
- 65
2
votes
2 answers
Best method to get "transparent" redundancy for Ethernet?
My apologies if this is an obvious question, I'm a newbie as far as redundant networking goes, and I'm not sure what keywords to Google for. My application scenario is this:
The system consists of a small number of Linux-based servers (anywhere…

Jeremy Friesner
- 1,323
- 1
- 14
- 25
2
votes
2 answers
UPS systems in parallel for redundancy and/or capacity, generator as backup, ATS,
I am about to upgrade our server room's power plan and would kindly ask you for your help with a proper, optimal design / advice on "good practice" approach. Please note that our business is small, but would nevertheless want to have a solid…

Charlie
- 23
- 3