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

Turn on redirected access mode for Server 2012R2 Cluster Shared Volume

Server 2008R2 had an option in the Failover Cluster Manager GUI to turn on redirected access mode. This option seems to be gone in Server 2012R2. Is there still a way (likely a powershell command) to enable redirected access for a cluster shared…
Grant
  • 17,859
  • 14
  • 72
  • 103
-4
votes
1 answer

What is a cluster IP?

I am in process or configuring remote web host service and I have option of configuring should I use cluster IP. Could some please explain what a cluster IP is and what are the benefits of using cluster IP? Just to be clear, I am not configuring a…
John
  • 664
  • 6
  • 15
  • 31
1 2 3
14
15