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

MSTDC in SQL Server 2012 - Windows Server 2012 R2 with high availability

We had implemented SQL Server High Availability on two physical servers over the VPN network. SQL Server 2012, Windows Server 2012 R2. It was noted that, Distributed Transaction was working perfectly with NODE1 and NODE2 switched on and also NODE1…
1
vote
0 answers

Getting the DB2 Resource online in Failover Cluster

I'm using DB2 10.1 Enterprise Server Edition on Windows Server 2012 R2 After adding the DB2 resource to the cluster using the db2wolfi command, I go to the resources tab which is in the cluster properties and I find the new resource added under the…
1
vote
3 answers

Is it possible to Migrate Live VMs from a Windows 2012 Hyper-V Cluster to a different 2012 R2 Cluster?

At the moment I'm in a bit of dilemma because I know that Windows 2012 supports "Shared Nothing Live Migration" but recently I got to know that this feature is available for stand alone Hyper-V Servers. My Setup is that I have 3 Servers running…
1
vote
1 answer

Can't start VM on Hyper-V 2008R2 cluster

I have a Server 2008R2 Hyper-V cluster with 2 nodes. They use a CSV on a SAN. I use SCVMM to manage them. We recently had several crashes that caused a failover, making virtual machines die and start up on the other node. For the most part, this…
Grant
  • 17,859
  • 14
  • 72
  • 103
1
vote
1 answer

How can I speed up automatic failover of a Hyper-V 2012 cluster?

When I first setup a 2-node Hyper-V 2012 cluster, the failover was pretty much instant. I had a Sql Server 2012 (on Win2012) VM with 8GB RAM allocated to it. I could bounce the node it was living on, and it would jump to the other node without…
Granger
  • 1,160
  • 2
  • 10
  • 26
1
vote
1 answer

Is there some kind of load balancing happening in a Hyper v fail over cluster?

I am still reading up on Hyper V clustering and there is something fundamental I am not understanding. Windows Fail-over Clustering is supposed to be for high availability only- not load balancing. Yet I read about some deployments with 7 or more…
red888
  • 4,183
  • 18
  • 64
  • 111
1
vote
2 answers

windows 2012 failover cluster, system validation, and storage spaces

I have two host servers with Windows 2012 Hyper-V installed. I have also configured File and Storage Services with one Storage Pool, one Virtual Disk on each server. I used Star Wind SAN for Hyper-V and configured Quorum Disk using iSCSI. So I have…
1
vote
3 answers

make scheduled task active/passive cluster aware

I have 2 nodes using win server 2008 r2 in my active/passive cluster setup. They have the same set of scheduled tasks and i want them to run only when the node is active. Does Windows support something? If not, is there a way to query the system to…
1
vote
1 answer

powershell Test-Cluster cmdlet: Access is denied. HRESULT: 0x80070005

I joined two hyper-v servers to a domain and added shared storage to both of them. From what I read I should be able to run the test-cluster cmdlet at this point for it to check the configuration, but when I run it, it throws an access denied error.…
red888
  • 4,183
  • 18
  • 64
  • 111
1
vote
1 answer

How to make clustered storage available from SAN to Hyper-V for two node cluster

I want to make a 2 node SQL Server 2012 cluster. Both nodes are virtual machines running Windows Server 2012 on Hyper-V. I have a physical SAN available which I can use for clustered storage so I was hoping if someone could help about how to make…
1
vote
1 answer

Load Balancing in Hyper-V VMs

Can I do NLB on VMs using two physical Hyper-V Servers? Server 1 - Hyper-V Dual Xeon - 16 GB RAM VM1 = Webserver VM2 = SQL Server VM3 = Exchange Server Server 2 - Hyper-V Dual Xeon - 16 GB RAM VM1 = Webserver 2 VM2 = SQL Server 2 VM3 = Exchange…
1
vote
2 answers

Differences between Private Cloud and Failover Clusters of VMs

Can someone please explain it to me what the difference between Hyper-V private cloud and Failover cluster of VMs in Hyper-V is.
Tala2012
  • 49
  • 2
1
vote
2 answers

Upgrade Server 2008 R2 to Server 2012, failover cluster problems?

I have a 2-node failover cluster for testing some of our Hyper-V automation Powershell scripts. I evicted node 2, so that I could run the upgrade to Server 2012 Datacenter. The upgrade seems to have executed OK. Now when I log into node 2, I can no…
campbell.rw
  • 111
  • 3
1
vote
0 answers

Failover cluster wouldn't fail over

I have an active-passive failover cluster on 2008r2 with SQL server 2008 clustered on it. I go to fail it over for maintenance and the resource failed to come online on either node. Once I rebooted the passive node, I was able to bring it online…
eth0
  • 163
  • 1
  • 3
  • 12
1
vote
1 answer

Windows failover cluster - Delegate permissions to Domain user to move a group to another node

Is it somehow possible to assign permisions to non-admin user to monitor and move cluster group? Is there any workaround for this? I'm interested in Windows server 2008 r2 and 2012. I'm avare there is read-only access for monitoring from Windows…