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

How can I get all resources that of a particular resource type using cluster.exe?

On a Windows failover cluster environment, we can use the command cluster resourcetype to get all available resource types. My question is, how can I get all the resources that is belong to this resource type? Thanks.
user130268
  • 111
  • 4
0
votes
1 answer

Building Windows Failover clusters, re-use quorum drives?

I'm building a series of virtual failover clusters, 2 for SQL, and 1 for BizTalk. Being that it is a Proof of concept virtual setup with no real expectations around high availability, is it possible to use the same quorum drive between clusters?
0
votes
1 answer

Windows 2008R2 two node failover cluster creation fails

We have just installed two Windows 2008R2 Enterprise machines with identical hardware. When running the cluster validation everything is ok. When creating the cluster it fails with the following error: An error occurred while creating the…
Francois Wolmarans
  • 1,590
  • 10
  • 14
0
votes
4 answers

What are the ways to build a failover cluster?

I have a task where I need to build a failover cluster in two cases: first with servers on Red Hat Enterprise 5.1 and second with SUSE Linux Enterprise 11 SP1. Both cases have SAN. I know there are many ways to build failover cluster, but I can’t…
light
  • 13
  • 1
  • 3
0
votes
1 answer

Advanced SQL Setup

Got a major issue that I need some help with. Here is the situation. The client has multiple web sites hosted on multiple web servers (virtual machines) running on multiple virtual hosts that connect to a backend domain that have multiple SQL…
Rob
  • 607
  • 3
  • 8
  • 16
0
votes
1 answer

NTFS permissions for a user on another computer in case of a disk moving in a cluster?

Is there a way to set NTFS permissions for a user on another computer? I have two nodes in a failover cluster. Both have a specific user account ("charley") local to the node. Charley has files on a disk that is part of a cluster group and in the…
Andrew J. Brehm
  • 1,611
  • 7
  • 37
  • 57
0
votes
1 answer

Is it possible to use iscsi to create a red hat cluster?

I have a netapp fast 2xxx with iscsi support, with 2 san switches. Is it possible to use one iscsi lun with cluster purposes? The idea is to create a clustered service which needs storage, the storage is provided by iscsi. The distribution should be…
Marc Riera
  • 1,637
  • 4
  • 23
  • 38
0
votes
1 answer

Load Balancing & Windows Failover Cluster 2008 r2

I have a windows service that I would like to load balance and failover. I have had a quick play with the failover cluster manager and it seems I can only have one active node with n inactive failovers. Is there a way to have two active load…
redsquare
  • 237
  • 1
  • 5
  • 13
0
votes
1 answer

Redundance for different processes running on the same server

We have a system consisting of different components/services like database, webserver, fileshare, some self programmed daemons, etc. We now have the requirement to make all components/services redundant. As we want to start with a smaller system, we…
markus
  • 1,080
  • 5
  • 18
  • 38
0
votes
1 answer

SQL 2008 R2 Active/Active/Passive Cluster Does Not Allow Linked Servers Both Ways

We are designing an active/active/passive failover cluster using SQL 2008 R2. We have two separate instances of SQL 2008: instance A is on node 1, and instance B is on node 2. Right now I'm trying to set up a linked server, since there are…
Valkyrie
  • 101
0
votes
1 answer

MSFC “the Cluster name is not online”

i have a microsoft 2008 failovercluster in my lab with, also, an unproductive dns server. Unfortunately i had a hdd-crash and recover my cluster from backup. But now, in cluster manager i see always the message the cluster name is not online. In the…
0
votes
1 answer

OSX 10.5 Leopard to Failover Clustered Windows FIle Share Error 6602

I have set up a failover-clustered file share on a pair of Windows Server 2008 R2 Machines. This setup is working very well with all of the Windows clients that I know of, as well as with Macs running 10.6 Snow Leopard. However, the Macs on our…
Ryan H
  • 1,468
  • 3
  • 15
  • 19
0
votes
2 answers

Clustered MSDTC - No transaction is active

Hi I Currently have two clusters (W2K8R2) with SQL 2K8R2, both with MSDTC cluster service enabled. I've configured the MSDTC with all checkboxes, and Incoming Caller Authentication Required and NT AUTHORITY\NetworkService as the DTC Logon…
0
votes
1 answer

hyper-v cluster behavior when losing network connectivity

Setup: (rather new) Hyper-V R2 cluster with 2 nodes (in failover configuration). Fysical host OS: Windows Server 2008. About eight VM's (mixed: Windows Server 2008 and Linux) Yesterday we had a power outage of about 15 minutes. Our blades are on…
ChristopheD
  • 155
  • 1
  • 8
0
votes
1 answer

windows application cluster

I have a windows service that is written in-house. This windows service services clients on TCP port X. I want to run it on more than one Windows server. I want the client apps to connect to a single (virtual I guess) IP address and for one and only…
fred smith
  • 125
  • 2