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

Not able to add node in cluster and getting exception while adding the node in Windows failover clustering

Recently one of the cluster node got rebooted(due to some disk corruption) for which we first removed from cluster and after that when we are trying to add it back into cluster we are facing exception. We tried to look for different like comparing…
0
votes
0 answers

Azure Cloud Witness with HTTP proxy

Windows Server Documentation states: Proxy considerations with Cloud Witness Cloud Witness uses HTTPS (default port 443) to establish communication with Azure blob service. Ensure that HTTPS port is accessible via network Proxy. How do I configure…
0
votes
1 answer

Cannot add SQL Server Always On Availability Group Listener to second subnet

I have a WSFC cluster between two 2016 nodes - DB1 and DB2. (Cluster Network 1 and 3 are set to NOT carry cluster traffic.) Failover cluster manager shows that Cluster Network 2 has two subnets: 10.70.119.192/26 10.68.79.240/28 Node DB1 is on here,…
Nik
  • 228
  • 3
  • 14
0
votes
0 answers

Unable to add Disk or FileShare Quorum Witness to Mirrored Storage Spaces Direct Cluster

So as the title states I am unable to add a Quorum Witness to my cluster with the two options that do not involve azure. I've tried several different commands for the disk witness as you can see it is disk number 9. PS C:\Windows\system32>…
0
votes
0 answers

How to setup storage inside failover clustering

Here is the back story of what I am working with. I have 2 Vmware ESXi clusters, 1 large at one location, 1 small at another. I am attempting to setup a windows based failover clustering inside that for things like a DHCP server. I have setup 3 vms,…
Litzner
  • 405
  • 1
  • 5
  • 17
0
votes
1 answer

The computer object associated with the resource could not be updated in domain

After a few hours of unsuccessfull Googling and scouring all over the Internet, I have to go back to my good old friend at StackExchange. My problem is associated with a dissfuctional Microsoft Failover Cluster running on a pair of Windows Server…
Martin Surasky
  • 129
  • 1
  • 1
  • 5
0
votes
0 answers

Cluster office workstations when not in use?

We've got around ~15 relatively decent Windows machines in the office and I'm wondering if it's possible to set up a system that clusters them as a single virtual machine when they're not in use during office hours. We run a lot of CPU intensive…
0
votes
1 answer

WSFC creation fails on physical server, succeeds on VM

I cannot for the life of me get a cluster created on any of my physical Windows Server 2016 Datacenter installs, and this is my Hail Mary. I've tried fresh installs, fresh re-installs, creating the cluster via the MMC snap-in remotely, creating it…
0
votes
1 answer

Exchange DAG 2013 force node to keep mounted database

Please do help us with this critical issue. We have 2 node DAG, one of the MB server has issues on the physical host itself and keeps hanging. All the databases has copies on 2 MB servers. But when this MB2 server gets hanged the database shows…
0
votes
1 answer

Unable to add a subsequent node on a VMM HA Cluster

Due to assortment of problems, a planned VMM Cluster was only created with a single node. When the second node was later added and joined to the cluster, VMM could not be installed. The following error was believed to be related to the…
int_541
  • 151
  • 3
0
votes
0 answers

Trying to determine cause of cluster failover

SQL Server 2012 running on a Windows 2012 Failover Cluster Instance. (**The cluster contains only a single node. Yes, I know that's terrible. No, it wasn't my decision....) The issue is that at seemingly random times overnight (our period of…
0
votes
1 answer

Backup Exec 2012 - Can only see Server 2012R2 Quorum Node

I'm currently trying to get BE2012 to backup or restore to a 2 node failover cluster running on Server 2012R2. The cluster itself only serves a single file server role, which is behaving itself and is visible to clients in the test environment. The…
0
votes
2 answers

How do you put a cluster disk in maintenance mode in Windows Server 2012 R2?

Background: I have created a test 2-node Server 2012 R2 cluster, with an iSCSI cluster disk. I want to format a new partition on the disk. When I try to format the new partition, it says the disk must be in cluster maintenance mode. I cannot find…
0
votes
0 answers

Azure-hosted Windows Cluster not pingable across VPN

I have a simple 2 node Windows cluster hosted in Azure with a VPN connection to this network. From my machine, I can ping the local nodes via their internal IPs (10.0.0.20, 10.0.0.21) I cannot ping the cluster's virtual IP: 10.0.0.15, although I can…
Mark
  • 189
  • 6
0
votes
0 answers

Windows cluster anti-affinity - what am I missing?

I'm attempting to set up anti-affinity rules in a two-node Windows 2012 cluster. I'm doing something like: $value = New-Object System.Collections.Specialized.StringCollection; $value.Add('ArbitraryString'); (get-clustergroup…
Ben Thul
  • 3,024
  • 17
  • 24