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

Sql server 2008 R2 fail over cluster

I want to be sure something about sql server 2008 fail over clustering. I heard that when i set two sql servers as failover cluster servers i can set load level of sql servers. for examples i have SQL-A and SQL-B as failovered sql servers. SQL-A…
1
vote
2 answers

Are SQL transactions finished before a planned failover?

If I'm failing over my server due to a OS patch, are in-process transactions allowed to finish before stopping the SQL service?
Sam
  • 2,020
  • 1
  • 16
  • 22
1
vote
0 answers

How do I configure a DCHP reservation for an IP Resource in a Windows 2008 R2 failover cluster?

Background My company has recently instituted a corporate policy that all servers are to have IP addresses that are issued via DHCP reservations to simplify the management of our IP scopes. We have a Windows 2008 R2 Failover Cluster that is…
1
vote
1 answer

Predict the number of primaries after a split-brain situation

I am trying to avoid a split brain situation using automatic split brain recovery policies explained at http://www.drbd.org/users-guide/s-configure-split-brain-behavior.html How to predict which condition we are involved in? How to predict the…
amin
  • 225
  • 2
  • 11
1
vote
2 answers

MSSQL Failover Witness Server on a Domain Controller

I have 3 servers 1 production 1 standby and 1 just sitting there. I want 1 to stay production and I have been working on setting up an MSSQL automatic failover cluster between the production server and the standby server. I require a witness server…
1
vote
1 answer

How can I uninstall a clustered SQL instance if the cluster has been destroyed?

First time going through this scenario, and apparently I did it very wrong. On the DB servers I deleted the cluster group that held SQL and Reporting Services. I then destroyed the cluster. Then I tried to uninstall SQL. No dice. SQL still thinks…
Bob
  • 295
  • 1
  • 3
  • 11
1
vote
1 answer

Setting up a failover cluster on the internet?

Is it possible to use VPS hosting services available to set up a Linux Failover cluster on the internet ? (I believe Amazon cloud services allow this.) VPS providers allow you to use multiple ip addresses on a single vps, but is it possible to get a…
trance
  • 90
  • 1
  • 1
  • 6
1
vote
1 answer

Cluster Core Resource state of Exchange 2010 DAG

I have two Exchange 2010 servers in a DAG and a witness server to implement mailbox resiliency. The two Exchange servers are in two subnets and the Windows failover cluster therefore has two IP address resources. I now that Exchange uses "core…
Christoph
  • 309
  • 7
  • 16
1
vote
2 answers

Cluster Shared Volumes Mount Point

I am using Cluster Shared Volumes on Windows Server 2008 R2 with Hyper-V. The different volumes available have different sizes, and are physically located on different disks on the SAN. These volumes defaulted to labels such as…
Ryan H
  • 1,468
  • 3
  • 15
  • 19
1
vote
1 answer

Win'08 - Extend volume size on SAN attached storage in a failover cluster

Running Win 2008, I'd like to extend the volume of a SAN attached drive that is part of a failover cluster. The SAN team has allocated additional drive space which is being seen by Windows Storage Manager. However, the option to "Extend Volume" is…
1
vote
1 answer

Use DHCP to set Failover Cluster IP Address

I have a Hyper-V Failover Cluster running using manually-configured IP addresses. On this cluster, among other machines, I have two Server 2008 R2 Enterprise Machines running failover cluster, intended for use in clustering file services. The 2…
Ryan H
  • 1,468
  • 3
  • 15
  • 19
1
vote
3 answers

looking for MySQL failover and loadbalace setup for clusting

i have setup my clusting for 3 mysql servers, 1 master and 2 nodes what i need to do right now its setup a failover system and loadbalace setup. Can sombardy link to a good article about that? i use newst Ubuntu 10.10 i mean, i can't remeber…
1
vote
1 answer

SQL Server 2008 cluster freezing

We have run into a strange situation in which a SQL Server 2008 single-node cluster hangs. As background, we are rebuilding a Windows Server 2003/SQL Server 2005 two-node cluster using Windows 2008 and SQL Server 2008. Here's the…
1
vote
1 answer

Add second ip address to an existing SQl 2008 failover clustering

I have a failover cluster on Windows Server 2008, with SQL server 2008. On each server I have two network cards, with two different networks. One is on 10.10.10.x and the other is on 192.168.99.x I want my sqlserver cluster to listen on both…
1
vote
1 answer

What happened to “allow application to interact with desktop” checkbox in cluster manager for server 2008?

The cluster managing software for managing clusters on a windows server 2005 cluster had a checkbox for "allow application to interact with desktop" when creating a generic application resource. This appears to be gone in the management software for…