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

Event log entry when moving service or application to another node

I have a windows Server 2008 R2 cluster and I would like to be able to distinguish between a user initiated failover and a failover caused be a resource check failing. I was hoping that the cluster service would write this information to the event…
Jason Horner
  • 612
  • 2
  • 6
  • 13
1
vote
1 answer

Windows Server 2008 R2 Cluster Print Server Failure

I have a Windows Server 2008 R2 failover cluster environmental that is having some issues with the print server application. I recently changed it's preferred node from one to the other, and with this change a handful of XP machines, never any of my…
1
vote
3 answers

Receiving a notification on a Cluster Group Failover

I have several Windows Cluster set up and I have the need of keeping track of failovers. I'd need to receive a notification of sort whenever a group fails over. I've seen some examples around, but I can't rely on the approach of just sending a…
Diego
  • 113
  • 7
1
vote
2 answers

Fusion-IO ioDrives in SQL Server cluster

Has anyone successfully set up a Fusion-io ioDrive (or similar product) in a Windows cluster for SQL Server? (I would be interested in either Windows Server 2003 or 2008 and SQL Server 2005 or 2008). We are looking into the possibility of setting…
SQL3D
  • 670
  • 1
  • 6
  • 11
1
vote
1 answer

Moving a single Windows 2008 box to a clustered implementation?

I have a system that currently runs on a single box, Windows 2008 Enterprise. This is just used as a web server. What is involved in creating a cluster? Basically doing this for availability reasons - the load on the system will be pretty light.
chris
  • 3,993
  • 6
  • 28
  • 37
1
vote
2 answers

Two clustered SQL instances on one cluster - same port 1433?

Can two clustered SQL instances on a 2003 windows cluster use the same 1433 tcp port setting reliably? It seems to be up and working right now.
Sam
  • 2,020
  • 1
  • 16
  • 22
1
vote
0 answers

How do I get a complete list of all Windows AD computer accounts that are part of a cluster group in my AD domain?

Regardless of whether they are active nodes or passive nodes, how do we get a list of all Windows AD computer accounts in a cluster group? Using the PowerShell module:…
1
vote
1 answer

Failover Cluster Manager - Location of the stored clusters

I have about a dozen clusters that i monitor daily. I use the Failover Cluster Manager under MMC for a dashboard view of the clusters. Two things i am looking for. Where are the cluster names that populate the left panel of the application…
pithhelmet
  • 202
  • 1
  • 9
1
vote
0 answers

MS SQL server 2019 failover cluster - Event ID 18456, Login failed for user 'domain\server1$'

New MS SQL server 2019 installation on Windows Server 2019, failover cluster role enabled; fully patched Windows, SQL 2019 CU 11. Nodes: server1 - 10.10.10.1 server2 - 10.10.10.2 Instances: sql1 sql2 The instances were initially installed: sql1 on…
1
vote
0 answers

optimize-storage pool fails, cluster upgrade in process

I have a windows failover cluster running Server 2016 for a SQL 2017 Enterprise Availability Group. We have no shared disks on the server, just separate storage on each machine for the SQL AG. On both sides of the cluster, we've got storage spaces…
1
vote
0 answers

Troubleshooting event 5393 from Microsoft-Windows-FailoverClustering

A Windows Server 2016 cluster is somewhat regularly registering the following event: EventID: 5393 EventLevel: Information EventSource: Microsoft-Windows-FailoverClustering MachineName: xxxx Message: The Cluster detected that this node is slower…
William
  • 111
  • 1
1
vote
0 answers

Can't Live Migrate or move Hyper-V VM

we have a two-node Server 2019 Hyper-V cluster with an SSD SAN providing the shared storage. I'm in the process of trying to update the host servers with their windows updates. I planned to move all the VM's from Host-01 to Host-02 install the…
1
vote
0 answers

Weird cluster file share behaviour

I have a windows server 2016 cluster. Depending on where the file share role is hosted, I am unable to access the unc path of the file share on the node where the role is hosted, but I am able to access it on any other remote host. For instance, my…
BOOnZ
  • 111
  • 1
0
votes
1 answer

Creating Windows Cluster with Powershell

I have a Windows cluster provisioning script. I am not able to execute the New-Cluster command as Administrator. It says that the user should be a domain user to be able to execute the command. I m trying to use PSExec to login as a domain user and…
Vini
  • 111
  • 2
  • 5
0
votes
0 answers

No access over firewall to shared folder on clustered fileserver, but access to shares on a node server works

Update 2019-11-21: We have new a Windows Failover Cluster installed and are running a clustered file server on it that hosts file shares. We need to access these shares through a firewall from another network that has no domain trust established…