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

WinServer 2008 R2 MySQL cluster service won't start

So I have a two-node failover cluster in WinServer 2008 R2, I also created a generic service which will manage my MySQL5.5 database (the database root is also in a iSCSI storage). When the cluster carries to the other node, the MySQL generic service…
1
vote
0 answers

Are there any tools/APIs to check consistency of a windows cluster?

Things to be checked: Directory structures (recursive, with any attributes and properties) Configuration (equiv and partial conf, format specific or generic, with regex) Registry (presence of keys, same/diff values etc) Services (specific ones by…
Alex
  • 1,828
  • 4
  • 31
  • 52
1
vote
2 answers

PowerShell 'get-ClusterQuorum' output is not showing 'QuorumType' column

PowerShell cmdlet get-ClusterQuorum output is not showing QuorumType column. Has anybody seen this before?
1
vote
1 answer

SQL Server Virtual Network Name Change Error

I am in the process of configuring a two-node failover cluster for a migration project. We are transitioning a stand-alone SQL Server to a cluster. Environment: 2x nodes with Windows Server 2012 R2 SP1 SQL Version: SQL Server 2008 SP1 The Windows…
1
vote
1 answer

How can I manage a Windows Server 2012 R2 Failover Cluster from a Windows 7 client?

The Remote Server Administration Tools for Windows 7 seem to only support managing Windows Server 2008 and 2008 R2 servers. Is there a tool that can be installed on a Windows 7 client to manage a Windows Server 2012 R2 server? Specifically I want to…
1
vote
0 answers

DFSR Crashing a Windows 2012 R2 File Cluster and causing temporary SMB Share disconnection

I have a Two Windows 2012 R2 running in as a Windows file cluster. The file cluster works prefect with almost instantaneous fail-over between nodes of the iSCSI Drives and SMB Shares. I also have another Windows 2012 R2 file server with a pre-seeded…
1
vote
0 answers

Getting the DB2 Resource online in Failover Cluster

I'm using DB2 10.1 Enterprise Server Edition on Windows Server 2012 R2 After adding the DB2 resource to the cluster using the db2wolfi command, I go to the resources tab which is in the cluster properties and I find the new resource added under the…
1
vote
0 answers

SQL Server 2012 Cluster BSOD

I'm trying to set up a SQL Server 2012 SP1 "AlwaysOn Failover Cluster Instance" on top of a Windows Server 2012 R2 cluster (cl01) consisting of 2x 2012 R2 nodes (sql1 and sql2). Hosted on VMWare ESXi v5.5 with 3x VMXNet3 adapters each (LAN, iSCSI…
1
vote
1 answer

How can I speed up automatic failover of a Hyper-V 2012 cluster?

When I first setup a 2-node Hyper-V 2012 cluster, the failover was pretty much instant. I had a Sql Server 2012 (on Win2012) VM with 8GB RAM allocated to it. I could bounce the node it was living on, and it would jump to the other node without…
Granger
  • 1,160
  • 2
  • 10
  • 26
1
vote
1 answer

Failed to add VM to Hyper-V cluster. How to fix?

Background/Setup I've got a running Hyper-V 2012 cluster with 2 nodes. It's already got a VM-role in the cluster managing a VM; failover works and all that nice stuff. There's another, standalone Hyper-V 2012 machine that I just joined to the AD…
Granger
  • 1,160
  • 2
  • 10
  • 26
1
vote
1 answer

Is there some kind of load balancing happening in a Hyper v fail over cluster?

I am still reading up on Hyper V clustering and there is something fundamental I am not understanding. Windows Fail-over Clustering is supposed to be for high availability only- not load balancing. Yet I read about some deployments with 7 or more…
red888
  • 4,183
  • 18
  • 64
  • 111
1
vote
1 answer

powershell Test-Cluster cmdlet: Access is denied. HRESULT: 0x80070005

I joined two hyper-v servers to a domain and added shared storage to both of them. From what I read I should be able to run the test-cluster cmdlet at this point for it to check the configuration, but when I run it, it throws an access denied error.…
red888
  • 4,183
  • 18
  • 64
  • 111
1
vote
2 answers

Accessing a storage-side snapshot of a cluster-shared volume

From time to time I am in the situation where I need to get data back from storage-side snapshots of cluster shared volumes. I suppose I just never figured out a way to do it right, so I always needed to: expose the shadow copy as a separate…
the-wabbit
  • 40,737
  • 13
  • 111
  • 174
1
vote
2 answers

Network Load Balancing cluster for DFSR hub servers?

I have one DFSR hub server with about 80 connections to 80 remote offices. I want to add another hub server for load balancing and redundancy, but I don't want to split the connections between the two hub servers. I don't like the idea of having to…
1
vote
1 answer

SQL AlwaysOn auto fail over due to disk

All, I'm in the process of evaluating SQL AlwaysOn, and everything is failing over as expected, except in one circumstance, when the disk goes belly up. In this case, SQL does nothing, other than present the following two errors. The error makes…
Eric C. Singer
  • 2,329
  • 16
  • 17