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

Unable to validate Microsoft cluster

I have Microsoft windows cluster. I have 2 nodes on windows 2008 R2 SP1 Ent. both of them with Windows PowerShell 4 and with up to date with Windows updates When I'm trying to do a validation to this cluster I get this error: Error: The action…
dsaydon
  • 111
0
votes
3 answers

Cluster a vmware server between two cluster nodes

we run a vmware server 1.0 on one node of our Windows failover cluster. As this is a failover cluster we want to be able to cluster the vmware server to another node. Is that possible without concern? The vmware disks can be put on a san to be…
kcode
  • 1,825
  • 4
  • 19
  • 21
0
votes
1 answer

Can one machine be the part of two Microsoft failover clusters?

Can one machine be the part(the node) of two Microsoft failover clusters or not?
Brans Ds
  • 111
  • 4
0
votes
2 answers

SQL 2008R2 Failover Cluster without File Share

We are looking to set up a failover cluster for our SQL 2008R2 database. To accomplish this, we have 2 servers, both equipped with Fusion I/O cards that will both have identical copies of our production databases on them. From everything I've read,…
0
votes
1 answer

Re-adding SQL Server 2K5 cluster services

We've previously installed MS SQL Server 2005 in a fail-over cluster environment on two servers. After a major failure this weekend, the whole cluster has been recreated, but all the services are missing. Does anyone know exactly what services I…
dadver
  • 183
  • 1
  • 12
0
votes
0 answers

Cluster Shared Volume error after server not shutting down properly

We have two IBM X240 servers (call them server A and server B) connecting to IBM disk system:V3700 via fibre HBA. The both servers are installing windows 2012 R2. We have implemented VM cluster and everything is working well. Last week this two…
e0594cn
  • 123
  • 4
  • 6
  • 14
0
votes
1 answer

Replacing 1GBe with 10GBe NIC Failover Cluster Host

We have a 3-node Failover Cluster - all currently running 4 Port 1GBe NIC Cards. We intend to upgrade these NICs to 2x 10GBe + 2x 1GBe NIC cards which have the following configuration: Ports 1 -- 2 -- 3 -- 4 Speed 10GBe 10GBe 1GBe…
PnP
  • 1,684
  • 8
  • 39
  • 65
0
votes
1 answer

Intermitent Hyper-V Cluster Network connectivity loss - Server 2012 R2

I am running a 3 node Windows Server 2012 R2 Datacenter Hyper-V cluster on three DL560s together with a HP P2000 SAN (FC) and HP 1810-24G v2 Switches. I have been experiencing intermittent network connectivity loss on all of the guest VMs on a…
0
votes
0 answers

EMC AVAMAR Compatibility with SQL Server 2008 R2 in Active/Passive Clustered Mode

We are currently using EMC AVAMAR as part of our backup policy for backing up all our servers. We also have a SQL Server 2008 R2 active/passive setup. Does anyone know if EMC AVAMAR is compatible in backing up SQL databases that are in an…
AshesToAshes
  • 111
  • 3
0
votes
1 answer

Windows 2012 Clustering and Network adapter

I have a windows cluster (2012). Would like to ask, if I disable the network adapter to simulate a failure in network adapter, my current node should fail over to the other node. However, i didn't see the fail over happening. All my resources just…
dorothy
  • 107
  • 4
0
votes
1 answer

Exchange Server/CCR/Primary To Secondry Moved Failed

Operation System : Windows Server 2003 Ent 64bit Exchange Server Version : Exchange Server 2007 SP3 We had TWO Mail Boxes Server (PHYSICAL MACHINE) with CCR, Few Days back one of our Secondary Mail Box Server Machine Gone Faulty and we ready another…
infoplateform
  • 39
  • 2
  • 5
0
votes
1 answer

What happens when Core Cluster Group is failed over to another node? Will it take the whole cluster down? Single point of failure?

http://bit.ly/1lKJFIa "Cluster group" fail-over will cause cluster go offline. Really? Single point of failure? Am I missing something? What happens when Core Cluster resources (Cluster Group) are failed over from one node to another? Will it take…
0
votes
1 answer

Hosting self hosted WebAPI in Windows Failover Cluster

I've got a windows service that is self-hosting the Asp.Net WebAPI. This works great and I can send GET requests successfully. However I am also trying to host this service in a Windows 2012 Failover Cluster. I have set the service up as a…
Andy Davies
  • 101
  • 1
0
votes
0 answers

Must applications running on a clustered Windows 2003 server be installed manually on all nodes?

We have many small applications running on a server running Windows Server 2003, such as Windows/NT Services, scheduled tasks, etc. Recently, the server was changed to a clustered server with two nodes, administered with Microsoft Cluster…
0
votes
1 answer

Is a SSI-style cluster possible with Windows Server 2012?

I use an application that does CPU intensive multithreaded optimization which is currently run on a hyper-threaded Quad Core machine that it just pegs at 95-100% utilization across all cores for hours. I am planning on running it on a 32 vCPU EC2…