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
1 answer

Create Cluster Windows Server 2012 R2

I have two virtual machines (Node1, Node2). Node1 set DC, Node2 connecting to domain.enter image description here. I'm trying to create a cluster, on Tab "Select Servers" add the Nodes. An error adding Node2. The node cannot be contacted. Ensure…
0
votes
1 answer

Windows failover cluster - virtual node with multiple Client Access Names

I recently encountered a customer environment in which they had failover cluster where one of the virtual nodes had more than one 'Client Access Name' (i.e. more than one IP address and DNS name for the single virtual node). Long story short we had…
mclaassen
  • 101
  • 1
0
votes
1 answer

Windows Cluster - Moving a node to different network

I have a 3 node SQL always on cluster running , is it possible to move a node to different network(subnet) without evicting & creating the node again.
Priyan R
  • 171
  • 1
  • 6
0
votes
1 answer

Windows 2012 Cluster Validation issue (basic setup)

I have two Windows 2012 servers in different data centers (xdc). In 1DC server A. in 2DC server B. Both are part of the same domain. Both have remote reg service running and permission for local service is correct. Both have WSFC enabled. I can…
CWL
  • 107
  • 2
  • 12
0
votes
1 answer

Basics on setting up a hyper-v cluser on a Windows 8 host

I'm a complete newbie to setting up servers and clustering, so baby gloves please :) I am trying to simulate a cluster of 4 nodes on my windows 8 laptop using hyper-v (its a beefy laptop, so don't worry about the performance). So far, I have done…
NullPointer
  • 121
  • 1
  • 7
0
votes
1 answer

Windows server 2012 failover cluster network not working

I had a problem in a network interface of my failover cluster. This cluster is made of 2 nodes and each node has 3 network intefarces, the hearbeat (cross-cable), the lan network and another dedicated interface for virtual machines. Both heartbeat…
Tobia
  • 1,272
  • 9
  • 41
  • 81
0
votes
1 answer

Hyper V Live Migration Only Goes One Way (Error 21502)

We've been running into an issue recently with one of our server stacks. Our two 2008 R2 servers are running in a cluster set up to live migrate VMs between eachother in case there is ever a detected fault. The servers are the exact same…
0
votes
1 answer

Can I extend this partition?

This server is running Windows Server 2008. The drive is currently part of a Windows Cluster, so I haven't been able to extend it while the cluster is running. I'm going to take a maintenance outage next week to break the cluster and try to extend…
Jim G.
  • 2,657
  • 1
  • 19
  • 19
0
votes
1 answer

How can I configure a cluster share using Powershell?

When I try to configure a cluster share on Windows 2008 R2, I get the following error: PS C:\> get-clusterresource share3 Name State Group ResourceType ---- …
Andrew J. Brehm
  • 1,611
  • 7
  • 37
  • 57
0
votes
2 answers

Clustering a live 2008 r2 server

I have a W2K8 R2 Datacenter server running Hyper-V with a Equallogic PS4100 SAN. I 5 virtual machines running in production. I now have a second server and would like to set both up for clustering. The servers, OS, etc. are all the same but my…
0
votes
1 answer

Building Windows Failover clusters, re-use quorum drives?

I'm building a series of virtual failover clusters, 2 for SQL, and 1 for BizTalk. Being that it is a Proof of concept virtual setup with no real expectations around high availability, is it possible to use the same quorum drive between clusters?
0
votes
1 answer

SQL Server filestream access from another computer using system account

I have a SQL Server 2008 set up to use filestream. SQL Server runs under a domain account with SPN set and delegation enabled. Accessing filestream from another computer using a domain account works. But accessing filestream from another computer…
Andrew J. Brehm
  • 1,611
  • 7
  • 37
  • 57
0
votes
1 answer

Windows Clustering newbie

I am trying to setup a simple environment (virtual) to prove that when a Node in a cluster goes down, the other picks up. After much pain I think I may have this however I would love for people here to see if I have setup the system correctly? I…
0
votes
1 answer

Windows HPC Server 2008 R2 SP3 upgrade

It's not clear to me from reading the documentation if I must update the clients, or whether I can just update the head node and compute nodes. Does anyone have any experience of this? I don't want to update my cluster and find that my customers can…
nick3216
  • 213
  • 3
  • 10
0
votes
1 answer

NTFS permissions for a user on another computer in case of a disk moving in a cluster?

Is there a way to set NTFS permissions for a user on another computer? I have two nodes in a failover cluster. Both have a specific user account ("charley") local to the node. Charley has files on a disk that is part of a cluster group and in the…
Andrew J. Brehm
  • 1,611
  • 7
  • 37
  • 57