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
1
vote
5 answers

How to build a fault-tolerant Windows file share?

I have a primary and a backup windows 2008 server, and a bunch of windows XP clients that map a drive to a share on the primary server. If the primary server goes down, I want those client machines to automatically re-map their drive to the backup…
Ian Charnas
1
vote
0 answers

Unable to add share to 2012 R2 file server cluster - Role name not found

I am trying to set up a proof of concept file server cluster to ensure it will meet our needs before we implement a live cluster. I have setup a cluster of two nodes, with 2 networks (one for cluster and client (10.0.0.0), the other cluster only…
1
vote
1 answer

Hyper-V 2012 R2 cluster functional level missing

I have a 4 node Windows Server 2012 R2 Datacenter Hyper-V cluster that was built from scratch. Everything is working well but when I tried adding a Windows Server 2016 node to the cluster it gave "Different OS level" error. When I type Get-Cluster |…
1
vote
1 answer

MS SQL 2016 AlwaysOn cluster on Win2012R2 - AGs failover if File Share Witness is down

Our current setup includes: eight (8) Windows 2012 R2 nodes in single Failover Cluster, no shared storage, File Share Witness (on DC) MS SQL 2016 AlwaysOn with a few AG groups default 'If resource fails' policies Cluster Validation Report shows a…
1
vote
1 answer

Does Microsoft Cluster Service (MSCS) Support Single-System-Image?

Was wondering if using Microsoft Cluster Service with two Windows Servers will appear as using a single system with combined processing power? Searched around but found multiple threads on Linux-based systems using OpenSSI or other…
xuder
  • 11
  • 1
1
vote
2 answers

Windows 2012 R2 Cluster - network adapter failure

I have windows cluster (2012 R2) with 2 nodes with role of generic services. In case when I shutdown/reboot live node services on the standby node are starting automatically however it dosn't work if I simulate network adapter failure by disabling…
1
vote
1 answer

2K8 Cluster - SQL Instance broken on one node

Using a 2-nodes cluster 2008R2 Failover Cluster. A new clustered instance was created (I double checked it's clustered). Instance was installed on node1. When we try to move it to node2, it failed. SQL Server service won't start saying : Error…
Nico
  • 302
  • 1
  • 5
  • 17
1
vote
1 answer

How big a share needs to be provisioned for a File Share Witness

We're creating a new Windows Cluster. All 3 nodes are Windows 2012 R2. We want to utilize a File Share Witness. How much space needs to be provisioned for the witness? The test cluster we've created is only using 1KB of space. Is that all it will…
Greg
  • 463
  • 2
  • 12
  • 23
1
vote
2 answers

Utilizing A Secondary IP On A NIC In A Windows Cluster

RELEVANT INFORMATION I have a windows cluster with 3 nodes in it... Node1 Node2 Node3 I have 4 NICs on each node... NIC1_Host NIC2_Virtuals NIC3_Cluster_HB NIC4_Live_Migration This is the config for Node2's NICs... NIC1_Host IP: 10.71.1.21 -…
Arvo Bowen
  • 805
  • 5
  • 17
  • 35
1
vote
2 answers

HYPER-V Cluster W2012R2 Can't delete VHDX on CSV

I'm working on a Windows 2012 R2 Hyper-v. I've just done an EXPORT of a Virtual Machine to a CSV Volume to import later. But I hanve't performed the import, and when I went to delete the exported folder I've got an access denied error of the VHDX…
1
vote
1 answer

Migrating a Microsoft Print Cluster to a single virtual machine

We have two physical servers being used as a clustered print server. The physical servers are EOL and we want to migrate the print services to a single VM. Does anyone have any suggestions on the best way to do this? This would be from Windows…
1
vote
2 answers

IIS7.5 Virtual Directory Wrong Physical Path

I have been fighting this problem for hours, and I can't make IIS (7.5 on 2008r2) do the right thing. Every time I try to go to the photos virtual directory, I get a 404.0 and the physical path listed is wrong and different from the physical path I…
1
vote
0 answers

Does a dead LUN path cause an increase in I/O times on the remaining LUN path(s)?

We use an EMC SAN appliance. There are 2 'paths' from the cluster to the SAN. Today we experienced that one of the LUN paths was 'dead' (as reported in the windows event logs). Presumably the multipath LUN was down to a single path. At this time…
tresstylez
  • 378
  • 1
  • 4
  • 17
1
vote
2 answers

Will restarting the "Cluster Service" on the active cluster node cause any outages?

I have a Windows Server 2003 Enterprise active/passive cluster running SQL Server 2005. The "Cluster Service" service won't start on my passive node, and I'm pretty sure it's what's described in this MS KB article. However, it prescribes restarting…
SqlRyan
  • 906
  • 5
  • 14
  • 22
1
vote
1 answer

"Applications and Services" is missing from Failover Cluster Manager

Microsoft instructions advise to use "Services and Applications" but it's missing from the Failover Cluster Manager. For example, the documentation for Test the Failover of a Clustered Service or Application. Where is the "Services and…