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
3
votes
2 answers

How do I prepare for swapping a NIC using network teaming on a Windows cluster host?

Update: I have now performed the upgrade. I used the half-ninja, half-hack solution of plugging in USB-to-Ethernet adapters that I could add to the teams to hold the fort. I plugged in one per team, removed the other affected adapters in the team,…
3
votes
2 answers

Error configuring File Share Witness in a Windows 2012R2 Cluster

I'm learning how to configure a simple W2012R2 Cluster for a AlwaysOn Basic Availability Group. I have this VM scenario: - 1 DC (outside the cluster) - 2 SQL Server Standard 2016 (in a Cluster) I've created a File Share in the DC to set it as File…
3
votes
1 answer

iSCSI Windows Cluster share target or target per node

I have a lab environment where I have a Synology NAS that provides iSCSI targets which are used by Windows 2012 R2 VM's running on virtual box. I want to setup a Windows Failover Cluster and in order to do so the VM's need to share a disk. I added a…
Ramon Smits
  • 145
  • 9
3
votes
1 answer

Graceful Tomcat shutdown when Windows clustered service?

We're currently in a situation where a Tomcat service is being brought offline by a batch script each night (or at the presence of a war archive, at least) in a Windows clustered environment. The problem is that when Windows shuts down the tomcat…
dadver
  • 183
  • 1
  • 12
3
votes
1 answer

"Message queue service not available" in Windows Failover Cluster

I am debugging on a site where our application runs on a 3-node failover cluster with an MSMQ cluster group for message queueing. We are seeing that the system works on some combinations of nodes, but not all, thus fail over security is not as good…
Kenned
  • 403
  • 4
  • 11
3
votes
1 answer

Server 2008R2 cluster for hyper-v - start with a single server?

I'm planning a Hyper-V virtualization system what will include: 2 very nice dual 16 core servers Dell MD3600f fibre channel SAN It will be running about 10 virtual machines. The plan is to setup one LUN on the SAN to store all the OS VHD files…
Grant
  • 17,859
  • 14
  • 72
  • 103
3
votes
2 answers

Windows Cluster Fails after Power Outage

First, we have a Windows 2008 R2 Two Node cluster running HA Hyper-V and DHCP. We utilize a back-end Dell MD3000i iSCSI SAN for storage. All of the networking is done via redundant switches and MPIO drivers. The data network is on a different…
Brent Pabst
  • 6,069
  • 2
  • 24
  • 36
3
votes
1 answer

I need advice about iscsi + zfs(or ntfs) + windows 2008 clustering

I want to setup a storage farm with iSCSI. I have 2 cluster node machine, 1 iscsi target machine that has 8TB installed as RAID 10. The capacity is now 8TB, but I'll upgrade the capacity in future. Let's say, I installed clusters as file server, and…
Fatih
3
votes
3 answers

Windows SQL Server Cluster Failover Without Disruption

Is MS SQL server clustering capable of performing a seamless fail over between nodes? That is, where the clients wouldn't notice anything had changed except perhaps a short delay during the transition.
Jim
3
votes
2 answers

WINS on a Windows 2016 cluster

Our client is still tied to WINS (let's not get into the whys and wherefores, its just the way it is) but we need to update the clusters that WINS is running on from Windows 2008R2 to Windows 2016. WINS on a 2016 failover cluster is evidently a…
2
votes
1 answer

How to remove stale routes during Windows Cluster RESTART?

BACKGROUND I have a Windows Cluster (2016) with four nodes (3 NICs each). When I try to restart any of the cluster host server, the whole cluster going down and other nodes are randomly failing. When I logged a case with Microsoft, they said it is…
2
votes
0 answers

(Windows Server 2012 R2) Is it possible to split a failover cluster into 2 new clusters by expanding and splitting the existing cluster?

Say you have an existing application cluster using Windows Failover Clustering - something perhaps like this: Roles: File Share Services RavenDB ClusterDisk Service ServerName (ravendb.mydomain) Nodes - 2 Now, I want to take those RavenDB…
2
votes
2 answers

Unable to move Cluster Core Resource

I'm attempting to move Cluster Core Resources from 1 node to another in a 4 node WSFC (these are all VMs running on Compute Engine in Google Cloud, Windows Server 2012 R2, each in a different subnet). I'm running Move-ClusterGroup -Name "Cluster…
2
votes
2 answers

How do you change the DNS servers for a NIC in a Windows Cluster?

I need to change the primary and secondary DNS ips completely. Are there any precautions that need to be taken?
2
votes
1 answer

StorageSpaces virtual disk as pass-through to VM

I have a Windows Server 2012 R2 cluster running storage spaces against a SAS JBOD. Each host has an HBA, and the VMs are running off of a CSV. This all works well, but we have two issues: All reads and writes to the CSV are getting redirected to…
Mitch
  • 2,363
  • 14
  • 23
1 2
3
14 15