Windows – 2 node cluster (active-passive) with Windows Server 2016

clusterhigh-availabilityvirtual-ipwindowswindows-server-2016

I'd like to create a 2 node cluster with 2 servers with Windows Server 2016 standard.
My cluster should be in active-passive configuration

  • without shared storage (SAN, iSCSI, etc.)
  • without active directory

I'd like to get a virtual IP passed between the two nodes and then configure services that switch from one node to the other depending on who's active.

I've configured something similar on Centos with the HA stack (pacemaker, corosync link)

Is is possible to do something like this on Windows Server 2016?

Thank you

Best Answer

What are you looking for is the Workgroup WSFC (Windows Server Failover Cluster):

https://blogs.msdn.microsoft.com/clustering/2015/08/17/workgroup-and-multi-domain-clusters-in-windows-server-2016/

For the storage, I would recommend referring to StarWind free:

https://www.starwindsoftware.com/starwind-virtual-san

It takes the local disks and simply mirror them between the servers setting up an HA storage for the cluster. In addition, you get a ton of features and all that stuff.

Btw, its services can be installed directly on the physical nodes eliminating an extra overhead of passing though a large number of the abstract layers. IMHO, its one of the most transparent ways for building up a 2 node cluster.

Related Topic