Questions tagged [failovercluster]

A failover cluster is a group of servers that work together to maintain high availability of applications and services

A failover cluster is a group of independent computers that work together to increase the availability and scalability of clustered roles
The clustered servers (called nodes) are connected by physical cables and by software. If one or more of the cluster nodes fail, other nodes begin to provide service (a process known as failover). In addition, the clustered roles are proactively monitored to verify that they are working properly. If they are not working, they are restarted or moved to another node.

437 questions
3
votes
2 answers

Query another cluster group from SQL server?

Is there a way to query from SQL Server in TSQL which node is active in another cluster group in the same cluster? I have a cluster with two cluster groups, one with resources for SQL Server, one with resources for the application connecting to SQL…
Andrew J. Brehm
  • 1,611
  • 7
  • 37
  • 57
3
votes
2 answers

Windows Cluster Fails after Power Outage

First, we have a Windows 2008 R2 Two Node cluster running HA Hyper-V and DHCP. We utilize a back-end Dell MD3000i iSCSI SAN for storage. All of the networking is done via redundant switches and MPIO drivers. The data network is on a different…
Brent Pabst
  • 6,069
  • 2
  • 24
  • 36
3
votes
1 answer

Setting up an Active-Active IIS Cluster with ARR - is it possible?

I would like to know if we can setup an Active-Active IIS Cluster using Windows Cluster services that shares a common storage to store web content and WITHOUT the use of Windows NLB. I'm aware that this may not be a best practice or not a…
Ahmed Zubair
  • 31
  • 1
  • 2
3
votes
5 answers

linux clustered Filesystem

I currently have two CentOS Boxes providing NFS Services to multiple Web servers. Could someone recommand a file system which would mirror all files across both of these servers easily and efficiently? I have used DRBD in the past however this had…
davidcollom
  • 277
  • 6
  • 13
3
votes
2 answers

Set up DPM to use hardware VSS Provider with EMC Clariion SAN

We recently purchased an EMC Clariion AX4 SAN and we're using it to provide storage for our Hyper-V virtual machines. I've already got the servers registered with it and configured the failover cluster CSV's, etc. I'm wanting to figure out what I…
Ryan
  • 168
  • 6
3
votes
2 answers

Failover Cluster : Microsoft Exchange Server 2010

The scenario is: I got 2 identical 2U rack mount servers with Operating System Windows Server 2008 R2 Enterprise. They are : in same domain. both installed Exchange 2010 in Hyper-V both are domain controller If I want to enable failover…
Raptor
  • 1,001
  • 4
  • 19
  • 38
3
votes
3 answers

Virtual active directory on disk storage - good practice

I have come here to ask a question that is bothering me. What is the best way to virtualize Active Directory when I have two physical servers and a disk array. I know that I need at least two domain controllers. To achieve this, I need to put two…
3
votes
1 answer

Azure datacenter 2019 failover cluster unresponsive after reboot only when shared disk is assigned CSV

We're seeing some really strange behaviour with a 2 node cluster on azure 2019 datacenter. We didn't see the issue right away but at some point it started happening and now we can repeat it. We have an azure shared disk that we assign as a cluster…
3
votes
1 answer

Failover all cluster roles at once

I'm setting up a failover cluster on Azure 2019 VMs. I've got to set up both a file server and a generic service. Ideally I'd like to always move them both to the same node rather than having to do it individually. Is there a way of grouping…
Bee_Riii
  • 163
  • 4
3
votes
2 answers

Errors about Making Failover-Cluster on Hyper-V with Win-Server-19 on Powershell

Good day. On my working have task to make Cluster incide cluster on Hyper-V. Started to do this. Made 3 virtual PC on Hyper-V, download Failovering cluster by command:"Install-WindowsFeature Failover-Clustering –IncludeManagementTools" 2)Make…
3
votes
2 answers

Poor Cluster Shared Volume performance when node is not CSV owner

We have a 5 node Windows Server 2016 Failover Cluster setup using an HPE Nimble as shared storage. We're using the cluster for Hyper-V. All virtual machine VHDXs are stored on the cluster shared volume (CSV). We're having a problems with disk…
3
votes
0 answers

Trying to use keepalived for failover and forwarding but getting "Keepalived_healthcheckers[1706]: TCP socket bind failed. Rescheduling."

The goal is to get two different CentOS 7 VMs with keepalived installed to perform failover with VIP 192.168.1.11 and also forward the http (to become https shortly after this works) traffic to a corresponding http server. 192.168.1.11 vm1 (MASTER)…
user64
  • 31
  • 4
3
votes
2 answers

Unable to start a VM with a Shared Disk

We're running Hyper-V 2019 on a 2 node cluster. We have 2 VMs in the Failover Cluster which are clustered together to run a server. This service requires a shared disk. The shared disk is located in a CSV on the Hyper-V Cluster. We recently stopped…
Greg
  • 463
  • 2
  • 12
  • 23
3
votes
1 answer

Enable Windows Failover Cluster With Zentyal Active Directory

currently i have one domain controller with zentyal (Community Edition). And i have 2 node already connected to domain. So i setup Windows Failover Cluster, but i always got failed validate with error message access denied. Earlier i already create…
3
votes
2 answers

WINS on a Windows 2016 cluster

Our client is still tied to WINS (let's not get into the whys and wherefores, its just the way it is) but we need to update the clusters that WINS is running on from Windows 2008R2 to Windows 2016. WINS on a 2016 failover cluster is evidently a…