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

Why does DRBD infrastructure resyncs whole partition several times a day

I have a Primary/Secondary 2 nodes DRBD setting as shown global { usage-count no; } common { syncer { rate 4M; } } resource r0 { protocol B; startup { wfc-timeout 15; degr-wfc-timeout 60; } …
shrek
  • 1
  • 2
0
votes
1 answer

Cluster Aware Updating set up - VirtualComputerObjectName ignored

I am trying to set up Cluster Aware Updating, but it always fails with the following error: Add-CauClusterRole : Unable to create the CAU clustered role because a Network Name resource could not be created. This can occur if a computer account…
0
votes
1 answer

Hyper-V - USB Disk mapped to VM

If I have a VM on a Hyper-V host with an IP 192.168.50.25 (VM IP), where the Host has an IP of 192.168.40.25. (The host itself has a virtual switch whose NIC patches into a procurve onto the VLAN 50.25) and a USB Drive connected to the Host, taken…
PnP
  • 1,684
  • 8
  • 39
  • 65
0
votes
1 answer

Failover Cluster Migration Wizard (SQL Install Portion)

Have 5 SQL 2005 to 2008 R2 clustered instances. I've setup a new cluster to prepare to use the cluster migration wizard. As I understand it you have to install SQL before running the cluster migration wizard. My question as it relates to this is,…
Untalented
  • 37
  • 3
0
votes
2 answers

Windows Server 2012 Failover Clustering and Remote procedure call failed (800706BE)

When i want to validate cluster configuration i get this error message: The Remote procedure call failed.(Exception from HRESULT:0X800706be) I disabled the Firewall and Anti-Virus but the problem still exists. RPC Service is running and all ports…
Yazdkhasti
  • 1
  • 1
  • 2
0
votes
0 answers

SQL failover cluster on single ESXi host

I'm setting up a virtual environment consisting of 10 VM's with 2 primary SQL databases required. The infrastructure allocates two pairs of SQL 2008 R2 Enterprise edition (VM's). The pairs are recommended in order to achieve redundancy, however…
alex9183
  • 105
  • 7
0
votes
1 answer

Basics on setting up a hyper-v cluser on a Windows 8 host

I'm a complete newbie to setting up servers and clustering, so baby gloves please :) I am trying to simulate a cluster of 4 nodes on my windows 8 laptop using hyper-v (its a beefy laptop, so don't worry about the performance). So far, I have done…
NullPointer
  • 121
  • 1
  • 7
0
votes
1 answer

Windows Server 2008 Data Centre - Failover cluster : un-cluster

We have a pair of powerful servers configured for fail-over, using windows servers built in fail-over clustering and hyper-V sharing san storage. The configuration is slightly jagged as there is a Windows service running on one of these hardware…
Gavin
  • 103
  • 3
0
votes
1 answer

SQL 2008 R2 Clustering AND DB Mirroring (Async)

I've got a MS SQL 2008 R2 Fail-Over Clustered Instance running between two Windows 2008 R2 servers using the inbuilt Windows Clustering features, that is working with a DTC and Quorum with a disk based Witness. This has been working fine for months…
0
votes
1 answer

Commands to manage services and applications in a failover cluster

There is a pretty decent suite of Powershell commandlets for managing Microsoft Failover Clusters, including commands for starting and stopping nodes. However, I am interested in the equivalent commands for the following tasks involved in managing a…
smcg
  • 505
  • 4
  • 18
0
votes
1 answer

Hyper V Live Migration Only Goes One Way (Error 21502)

We've been running into an issue recently with one of our server stacks. Our two 2008 R2 servers are running in a cluster set up to live migrate VMs between eachother in case there is ever a detected fault. The servers are the exact same…
0
votes
3 answers

Unable to connect to failover cluster

I have a 2 node failover cluster running on Windows 2008 R2. The cluster is functioning and I can failover services between the two nodes. All was working fine last week but now nothing can connect to the cluster unless it is on the same subnet as…
0
votes
1 answer

Dynamics AX 2009 Falls Over when SQL Cluster Rolls

We had an issue on one of our production database nodes which caused it to fail over to another. This caused a brief outage whilst the service rolled. This temporary glitch however was enough to cause some AOS servers to crash (i.e. the services…
0
votes
1 answer

How to customize Windows Failover clustering to trigger on failure of custom window service?

i'm a total newbie on windows failover clustering. and what i want to do now is to setup the FC (failover clustering) on two win 2008 R2 server. and right now i have my custom window service running on both machine. But they cannot run concurrently…
melaos
  • 109
  • 4
0
votes
1 answer

script\cli steps to add a mounted snapshot to failover cluster for SQL server

I know the following setups use cluster resource and create a physical disk Assign Disk Signature Add dependency of SQL of the new disk bring the disk online I am not sure if these are the right setups. Can you let me know how to correct it?
Nida Sahar
  • 103
  • 2
  • 5