Questions tagged [windows-cluster]

A computer cluster consists of a set of connected computers that work together, and thus can be viewed and operated as a single system in many respects. A Windows cluster is such a set of computers running a Windows operating system. This feature has been available since NT 4.0.

A computer cluster consists of a set of connected computers that work together, and thus can be viewed and operated as a single system in many respects. A Windows cluster is such a set of computers running a Windows operating system. This feature has been available since NT 4.0.

Microsoft has three technologies for clustering: Microsoft Cluster Service (MSCS), Component Load Balancing (CLB) (part of Application Center 2000), and Network Load Balancing Services (NLB). In Windows Server 2008 and Windows Server 2008 R2 the MSCS service has been renamed to Windows Server Failover Clustering and the Component Load Balancing (CLB) feature has been deprecated.

As with clusters running other operating systems, there are different types of clusters, with two primary variants.

Failover clusters are designed for high availability services and typically have a subset of the cluster "active" at any one time, while the rest are in a hot standby state, ready to take over in the event of a failure.

Parallel clusters are designed for high performance, and typically have all the members active at all times, to achieve more computations at a time. Modern supercomputers are all clustered systems, which are used to perform calculations that would take too long to be feasible on independent systems.

212 questions
2
votes
0 answers

Windows Failover Clustering Wont Release IP Address

I have setup a windows failover cluster on two servers on Windows 2012R2 with a file share for quorum. On top of this I have deployed SQL Server 2016 Always On Configuration and if I manually fail over between the two servers everything works…
ollie
  • 121
  • 3
2
votes
1 answer

Install optional updates using Cluster-Aware Updating

The question is simple - how can I install updates listed as "optional" in Windows Update using the Cluster-Aware Updating feature in Windows Server Failover Cluster? I installed all the important updates and now the plug-ins say there are no…
2
votes
3 answers

Powershell - Set-ClusteredScheduledTask - Error "Incorrect function."

I'm experimenting with Powershell to add a ClusteredScheduledTask on a clustered server (Win 2012/R2) Technet sample code gives error: #canned exampled from http://technet.microsoft.com/en-us/library/jj649815.aspx $Action01 =…
NealWalters
  • 1,333
  • 8
  • 19
  • 39
2
votes
1 answer

Building Windows server cluster hpc

I'm trying to set up a Windows Server cluster with a head node and 2x compute nodes. So far, i've managed to install : (thanks to this tutorial http://msdn.microsoft.com/en-us/library/jj884142.aspx) -Head node with Windows Server 2012 Datacenter R2…
user236173
2
votes
1 answer

Use Windows Server 2012 R2 IPAM Role to Manage a DHCP Cluster

My Google-fu is failing me today. I would like to blame the bad office coffee, the fact that it is a Monday, and the lack of information online...but maybe it is my fault. Either way, I hope that you can help: Can the IPAM role on Windows Server…
SamErde
  • 3,409
  • 3
  • 24
  • 44
2
votes
1 answer

Scalability in a High Availability Environment - SQL Failover Cluster 2012

I have created an environment where 1 SAN is connected with 2 Nodes (part of SQL Server 2012 Failover Cluster) of SQL Server. Windows Server 2008 R2 is used, and single DB is stored in SAN. We have achieved High Availability with 2 nodes and since…
2
votes
0 answers

How to monitor MSMQ perfomance counters for different roles in windows cluster

By default it is not possible to view perf counters for clusterd instance of MSMQ in windows cluster. The solution is to create a registry key NetNameForPerfCounters and assign role name to it. This way it is possible to monitor only one role per…
2
votes
1 answer

file share witness the given key was not present in the dictionary

Setup so far: Two physical servers running Windows Server 2012 standard: INF-HV1 and INF-HV2 Each physical server has a guest Windows Server 2012: INF-N1 under INF-HV1 and INF-N2 under INF-HV2. INF-N1 and INF-N2 form a 2 node cluster: INF-FC1. A…
2
votes
1 answer

Cluster validation: "The servers are not all in the same organizational unit"

I'm setting up a cluster between two Windows 2012 servers (for use with SQL Server), and among the warnings that the cluster validation wizard points out to me is this one in the Active Directory section: The servers are not all in the same…
db2
  • 2,180
  • 3
  • 15
  • 19
2
votes
2 answers

Server 2012: how to plan for storage failover?

The Stuff I have the following components to work with: two rooms two beefy Dell R510s, one in each room two EMC VNXe storage devices, one in each room. The goal Ensure that if one server room goes down, VMs can continue to come back up &…
SeanKilleen
  • 1,083
  • 8
  • 25
  • 38
2
votes
2 answers

Clustering Hyper-V with Server 2012 - MPIO Version Mismatch

I've done a fair bit of searching around online and am having a lot of trouble finding info regarding how to upgrade the Microsoft DSM for MPIO. I have two nearly identical servers, both with fresh installs of Server 2012 Datacenter on them. I'm…
2
votes
1 answer

RPC Server Unavailable on Hyper-V cluster when moving resources after the host adapter has failed

On a Windows 2008 R2 SP1 cluster running Hyper-V, a lost network connectivity on the primary host interface. The interface was rapidly flapping up and down, and this was later determined to be caused by a faulty switch port. As this was a clustered…
Doug Luxem
  • 9,612
  • 7
  • 50
  • 80
2
votes
1 answer

How do I configure permissions for a cluster share using Powershell on 2008?

I have a cluster resource of type "file share" but when I try to configure the "security" parameter I get the following error (excerpt): Set-ClusterParameter : Parameter 'security' does not exist on the cluster object Using cluster.exe I get a…
Andrew J. Brehm
  • 1,611
  • 7
  • 37
  • 57
2
votes
0 answers

How can I re-create Microsoft Cluster Service resource groups on a different cluster?

I use Microsoft Cluster Service on a cluster of Windows Server 2003 machines containing several dozen resource groups. In the process of migrating to newer hardware, I would like move resources to the new machines on resource group at a time spread…
PersonalNexus
  • 292
  • 2
  • 11
2
votes
2 answers

Completely Remove an Exchange Cluster even though it's cluster info is long gone?

With the proviso that I realize I screwed the pooch on this, here's my situation. We used to have an Exchange 2003 two-node cluster. Several years back we migrated to Google Apps. When we did that, I shutdown the clusters, decommisioned the…