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

Difference between quorum setups

Three environments (LAB, DEV/TEST, PROD) 2 NODES (active, inactive), 7 ROLES. Experiencing fail over issues on the PROD environment, but the LAB and DEV/TEST clusters are not experiencing the same issue. QUORUM setups are different. LAB - Witness:…
pithhelmet
  • 202
  • 1
  • 9
0
votes
0 answers

Updating Windows Server Fail Over cluster

I would like to know what is the best practice to perform windows update on Windows Server Fail Over Cluster via WSUS on a scenario below where two servers named WSFC01 & WSFC02 are in the same OU: Organization Unit 1 (with GPO) WSFC01 WSFC02 Is it…
0
votes
0 answers

Immoveable VHDX files on Shared Cluster Volume

Some time back I created 2x VHDX files to attach later to Virtual Machines. When I tried to add the disks today, I got an error stating the files are in use by another process. I also cannot delete the files. Not from a remote session nor directly…
0
votes
1 answer

how many nodes can we add to windows failover clustering

In Availability group, for windows server 2012 only 4 replicas supported from windows server 2016 8 replicas supported Just like that how many nodes can add into our windows failover clustering? Physical machines? VM's?
0
votes
1 answer

Error adding a new node to Windows Failover Cluster Service - Parameter is incorrect

We are trying to add new nodes to an existing Windows Failover Cluster (WFCS). When we run the Add Node wizard in Failover Cluster Manager, or run the Add-ClusterNode in PowerShell, we get the same cryptic error "The parameter is incorrect". No…
SQL3D
  • 670
  • 1
  • 6
  • 11
0
votes
1 answer

SQL Clustering vs. SQL VM on a Hyper-V Cluster

In a deployment I'm considering, we have a production sQL server that needs to be highly available. It will be set up on a Server 2008R2 Cluster. Hyper-V will be set up already. I'm worried that running SQL in a VM wont provide enough of a High…
0
votes
0 answers

Using a Mikrotik router's SMB service as a file share witness gives error

I am having an issue trying to use use a Mikrotik CCR router as a file share witness in a WS2019 cluster. I can connect to the share with RW access on a standard Windows 10 machine as well as on one of the member servers in the cluster so I know it…
0
votes
1 answer

Rename folder that contains opened files in a Windows server shared resource

This is a Windows 2012 Cluster with a File server role. I'm trying to rename a folder that contains several files and other folders that are in use by users and the OS says that: Is it possible to rename a folder whereas some users are working on…
fedayn
  • 105
  • 1
  • 8
0
votes
1 answer

Can't reach File Server Cluster by DNS name

I'm trying to set up a file server cluster so that it can be accessed by a standard DNS name on our domain. I've got a DNS A record set up, pointing app.clusters.ourdomain.com to the cluster service IP address. When I ping the DNS name, it resolves…
eidylon
  • 358
  • 1
  • 7
  • 20
0
votes
0 answers

Query to get the failoverCount and lastFailover in a Windows Failover Cluster

Anyone know of a command or PowerShell script to get the current failoverCount and lastFailover datetime in a Windows Failover Cluster? I have a 2-node cluster that doesn't automatically failover sometimes. The group is configured with the default…
0
votes
0 answers

SQL Server 2012 AAG not failing over in case of SQL Server crash/stop

I have created the following structure: Two hardware servers with Windows Server 2012R2 installed, SQL Server 2012R2 installed. Then Windows went fully updated and SQL Server was patched to SP4, current version is reported as 11.0.7493. WSFC formed…
0
votes
0 answers

SQL Server fails over while vmware virtual machine backup

Recently we moved clustered SQL Server 2017 running on Windows Server 2016 from physical to VMWare, since then everyday it started failing over at same time. No Error in SQL Server logs but Windows Event log shows SQL Server not being able to access…
0
votes
1 answer

Exchange 2007 two node cluster setup on Windows 2008 Enterprise, install error

I am installing Microsoft Exchange 2007 x64 in a two node environment using Microsoft Windows 2008 Enterprise x64. The Failover Cluster is all setup properly and following best practices for setting up the windows clustering for use with Exchange…
0
votes
1 answer

Microsoft Cluster: The volume 'ClusterPerformanceHistory' is running low on available storage capacity

Not finding anything in documentation. Since some months ago, I regualrly have the volume ClusterPerformanceHistory (which is automatically created with around 12gb net size) running full, with in result charting stopping to work. There seems to be…
TomTom
  • 51,649
  • 7
  • 54
  • 136
-1
votes
1 answer

IIS Clusters within a Cluster

Updated to reflect John Mahowald's input After doing considerable research on the subject and exploring other options for our system, a cluster of clusters is not a good idea for the reasons that Mahowald gave and the following: Our system uses a…
Highdown
  • 146
  • 9
1 2 3
14
15