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

VM guests in a private network spread across clustered hosts

I have a set of physical hosts with Windows Server 2008 R2 SP1 installed. Each physical host has the Hyper-V role installed and is configured to be part of a failover cluster (called cluster0). Here is the example I need to replicate on my cluster.…
2
votes
1 answer

Should a SQL Server tempDB partition be shared by the cluster?

We have a 2-node SQL Server 2008 RS cluster. The data and log partitions are shared among the cluster nodes. Does the tempDB partition need to be shared as well, or will local server node storage suffice?
2
votes
2 answers

Windows Server 2012 HA Cluster Shared Volume "Online (No Access)"

We have a Hyper-V 3.0 Failover Cluster (2 servers) each running Windows Server 2012 RC. We have Shared Storage (HP P4300) which is reporting no errors and is working just fine as either a standalone disk or witness disk within the cluster. We have…
Rudi Visser
  • 174
  • 1
  • 1
  • 9
2
votes
1 answer

SQL Server 2012 Mirroring / AlwaysOn - need for SAN?

There appears to be a great deal of conflicting information about whether or not SAN is required for a Sql Server 2012 Mirroring setup. I currently have an Active-Passive-Witness SQL 2008R2 setup where each of the machines in the setup have plain…
2
votes
1 answer

Windows Failover Cluster is registering as a domain controller

I have a few services that run as a Failover Cluster. At the moment, all the members of the cluster are domain controllers, but that may not always be the case in the future. The issue I have is that the failover instance has been registered as a…
Mark Henderson
  • 68,823
  • 31
  • 180
  • 259
2
votes
2 answers

Convert HyperV Servers in to HyperV Cluster

We have 2 Hyperv Servers and a SAN. When they were configured, High Availability wasn't on the horizon. But it is now. Can I convert the current servers in place to use Failover Clustering? Or Would I have to create a cluster with different…
2
votes
4 answers

linux + create simple watch dog process in shell script

I need to create watch dog process (will run in linux version 5.x) that look all time on /etc/cluster.cf file And if the process matches the string: machineA_is_active in the cluster.cf file Then this process will execute other script My question…
Eytan
  • 611
  • 6
  • 13
  • 27
2
votes
1 answer

Advice on off-site backup of Hyper-V Failover Cluster

We are currently setting up a Server 2008 R2 which will be off-site over a leased line with VPN. At the main site is 2 x Hyper-V hosts in a failover cluster with PowerVault M3000i iSCSI SAN. We are using BackupAssist for local backups and each…
PMC
  • 151
  • 6
2
votes
1 answer

How to integrate a failover WS without client reconfiguration?

I have a web service hosted by IIS server 1 and another web service hosted by IIS server 2. Is there a way to have the WS on server 2 automatically pick up when the WS on server 1 is unavailable, without having to reconfigure the clients (which are…
tzup
  • 143
  • 5
2
votes
1 answer

Failover Cluster Problem

We have a problem with our Hyper-v Failover Cluster.Failover Cluster gives me MSDTC error. I am receiving the following these errors. Cluster resource 'DTC' in clustered service or application 'Cluster Group' failed. The Cluster service failed to…
Cell-o
  • 327
  • 4
  • 15
  • 32
2
votes
1 answer

How to build true HA cluster using Ubuntu Cloud or other virtualization options

We need to set a fault tolerant solution for a VOIP application preferably using Linux clusters. The application will reside on server A and an identifically configured server B will act as fail over. While we are able to switch over the IP and even…
ramdaz
  • 685
  • 1
  • 10
  • 26
2
votes
2 answers

Can I use domain controller as one of my nodes in my cluster environment?

I want do some SQL Server failover cluster experiment on Windows 2008 R2 in VM. Now I created a domain controller(as DNS server too) DC. Also I created a server server1 and added into the domain. Can I just use DC and server1 to make the cluster? Or…
Yousui
  • 245
  • 3
  • 4
  • 9
2
votes
2 answers

Set up DNS to find closest IP

Possible Duplicate: Geo-DNS providers? I have one domain that may be accessed by people from all over the world. I would like to set up servers throughout the world and have people connect to the ip that's closest to them, even though they are…
2
votes
4 answers

SQL server failover clustering

How many failover clustered nodes can you have?, and if you add more and more nodes, is it going to slow down?
001
  • 491
  • 1
  • 11
  • 21
2
votes
2 answers

How to manage service failover?

I am using Windows Network Load Balancing to keep my apps available even when one of the servers is down. The problem is that it only detects when a whole machine is down. It happens sometimes that only one service is down, but its host is up, then…