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

Dual Linux NFS Server Failover - nfsv4leastime / nfsv4gracetime

first time here posting, i hope i won't do many mistakes. I've a setup with 2 NFS server. They're using corosync/pacemaker + drbd to offer active/passive nfs server. Distro used is Ubuntu latest LTS version. Cluster is also offering a floating ip…
Andrea
  • 26
  • 5
1
vote
0 answers

Unable to remote desktop using failover cluster name

I am using Microsoft Failover Cluster and I have 2 nodes - say node1 & node2. The nodes are successfully accessed by remote desktop. but the cluster name is not accessible. The cluster name is pinging fine, not listening to RDP port 3389…
Dragan Kidovic
  • 147
  • 1
  • 2
  • 10
1
vote
1 answer

Exchange 2007 CCR: Logs not replicating to passive node partition

In my environment I have setup Exchange 2007 in an CCR cluster, mirroring our main servers to a set of servers in passive mode. One of the partitions on the passive node that I have setup for the logs for Exchange 2007 has faulted, causing the…
Jake A
  • 454
  • 2
  • 10
  • 22
1
vote
1 answer

Clustering MSDTC on windows Server 2008 R2 returns "No storage Available"

I've set up a failover cluster, with SQL Server 2008r2, and it is running fine. I want to cluster MSDTC as well, but when I go through the high availability wizard, it tells me that there is no storage available. The storage node in the failover…
1
vote
1 answer

Quorum Disk size for Windows 2008R2 failover

I am setting up a two node failover cluster for SQL Server 2008 R2 on Windows Server 2008 R2. Microsoft recommends minimum 512MB size LUN for the quorum disk and don't have a recommendation for the witness LUN. What do people typically run with…
1
vote
1 answer

What's the right way to shutdown a SQL Server 2008 R2 cluster?

I'm new to SQL Server 2008 R2 cluster. I just created a test environment now I need to shut it down. I know SQL Server cluster is a high availability solution so there is seldom mentioned that how to do this. Are there anything special to shut down…
Just a learner
  • 199
  • 1
  • 8
1
vote
1 answer

SQL Server 2008 R2 cluster installation, can I install on the 2 nodes at the same time?

I've configured the Windows cluster, now I need to install SQL Server on the 2 nodes. To save time, I want to know if I can install on the 2 nodes at the same time? Thanks
Just a learner
  • 199
  • 1
  • 8
1
vote
1 answer

How do you setup a virtual IP on a Linux cluster?

I am having some problems setting a virtual IP and Linux (Ubuntu) cluster and I am hoping someone can help. This is the first node cluster I've tried to setup and I am not finding many resources in regards to this issue. I am going through this…
thiesdiggity
  • 437
  • 1
  • 9
  • 22
1
vote
3 answers

"Virtual" shared storage for SQL Server 2008 R2 Cluster

I am trying to set up a virtual test environment for a SQL Server 2008 R2 Cluster (2 nodes) running on Hyper-V. The cluster requires a shared storage to function properly, however in this test environment I do not have to required hardware (ISCI,…
1
vote
3 answers

Cloud Storage as a File Share Witness?

Does anyone know if there is a service out there that can be used as a file share witness for a Windows Server 2008 R2 Failover Cluster File share witness? I have a two-node cluster but no good place for my file share witness - can I use the…
Mike DeFehr
  • 173
  • 1
  • 2
  • 9
1
vote
1 answer

Remotely connecting to hyper-v hosts from another host in the same cluster sometimes shows red error

We have a hyper-v host cluster with relatively new hardware. The hosts and the VMs on them all work good, except when I connect to any hyper-v host from another host in the same cluster (remotely using Hyper-V manager), sometimes displays red error…
whizkid
  • 355
  • 1
  • 4
  • 16
1
vote
3 answers

SQL Server 2008 R2 Clustering inside VMware

I am working on a new Windows 2008 R2 / SQL Server R2 HA cluster and we are planning on running this inside of VMware ESX 5. I have read and heard differing views on using SQL clustering inside of ESX, some seems to say its fine others do not. We…
1
vote
2 answers

How to achieve high availability with MySQL cluster?

This question is not about how to install the servers nor its capabilities, but more of a design question. So I have a cluster of MySQL servers. I also have a DNS record "data.example.com". The MySQL cluster has THREE MySQL/query nodes (the…
Poni
  • 315
  • 3
  • 14
1
vote
2 answers

Failover Cluster: No disks suitable for cluster disks were found

I am trying to setup a failover cluster with two nodes. After running the validation tests, the storage sections had many warnings. The next step after creating the cluster with two nodes on the same domain is to add storage. I right click on…
1
vote
1 answer

SQL Server Web Edtion Failover Cluster

Is it possible to run an SQL Server Web edition in a Windows 2008 R2 Failover Environment? I want to host a Website with backend database but keep it failsave with a failover cluster (install it on two nodes and failover if one node fails).
kcode
  • 1,825
  • 4
  • 19
  • 21