Install Windows Server Failover Clustering (WSFC)

Install Windows Server HA (High Availability), Windows Server Failover Clustering (WSFC).

It needs more than 2 Nodes to configure WSFC and also they are in Active Directory Domain.

Furthermore, they need more than 2 shared storages, for Data and for Quorum.

Considering the above, this example is based on the environment like follows.

                                   |

[1]

Configure AD DS, refer tp here. Also let WSFC Nodes join in AD DS Domain.

[2]

Install iSCSI Target and configure 2 storage, for Data and for Quorum, refer to here.
Also Configure WSFC Nodes as iSCSI Initiator of the Target, refer to here.

[3] Configure WSFC Nodes, set the same setting on all Nodes like follows.
Run Server Manager and Click [Add roles and features].
Failover Cluster_第1张图片
[4] Click [Next] button.
Failover Cluster_第2张图片
[5] Select [Role-based or feature-based installation].
Failover Cluster_第3张图片
[6] Select a Host which you'd like to add services.
Failover Cluster_第4张图片
[7] Go next without checking boxes.
Failover Cluster_第5张图片
[8] Check boxes [Failover Clustering] and [Multipath I/O] and go next.
Failover Cluster_第6张图片
[9] Click [Install] button.
Failover Cluster_第7张图片
[10] After finishing Installation, click [Close] button.
Failover Cluster_第8张图片

Configure Windows Server Failover Clustering (WSFC)

Install Windows Server HA (High Availability), Windows Server Failover Clustering (WSFC).

It needs more than 2 Nodes to configure WSFC and also they are in Active Directory Domain.

Furthermore, they need more than 2 shared storages, for Data and for Quorum.

Considering the above, this example is based on the environment like follows.

                                 |
+----------------------+           |           +----------------------+
|  [      AD DS     ]  |10.0.0.100 | 10.0.0.110|  [  iSCSI Target  ]  |
|     fd3s.srv.world   +-----------+-----------+   target.srv.world   |
|                      |           |           |                      |
+----------------------+           |           +----------------------+
                                  |
+----------------------+           |           +----------------------+
|  [ Cluster Node#1 ]  |10.0.0.101 | 10.0.0.102|  [ Cluster Node#2 ]  |
|    rx-8.srv.world    +-----------+-----------+    rx-9.srv.world    |
|                      |                       |                      |
+----------------------+                       +----------------------+

[1] Configure all WSFC Nodes as iSCSI Initiator of the iSCSI Target.
For Initiator setting, check a box [Enable multi-path] like follows.
Failover Cluster_第9张图片
[2] On all WSFC Nodes, Configure Multi-path I/O, Open [Tools] - [MPIO].
Failover Cluster_第10张图片
[3] Move to [Discover Multi-Paths] tab and check a box [Add support for iSCSI devices] and click [Add] button.
Failover Cluster_第11张图片
[4] Restart Computer, Click [Yes].
Failover Cluster_第12张图片
[5] After restarting, make sure iSCSI support has been added.
Failover Cluster_第13张图片
[6] Configure WSFC. Work on a Node in WSFC Cluster from this section.
Open [Tools] - [Failover Cluster Manager].
Failover Cluster_第14张图片
[7] Right-Click [Failover Cluster Manager] on the left pane and select [Create Cluster].
Failover Cluster_第15张图片
[8] Click [Next] Button.
Failover Cluster_第16张图片
[9] Input Hostname or IP address in [Enter server name] field and click [Add] button. After adding all WSFC nodes, go next.
Failover Cluster_第17张图片
[10] It had better run testing for initial configuration. Click [Next] Button.
Failover Cluster_第18张图片
[11] Click [Next] Button.
Failover Cluster_第19张图片
[12] Click [Next] Button.
Failover Cluster_第20张图片
[13] Click [Next] Button.
Failover Cluster_第21张图片
[14] After finishing testing, results are shown. If it's OK, Click [Finish] Button.
Failover Cluster_第22张图片
[15] Input any Cluster name in [Cluster Name] field, for address field, Input Cluster's IP address.
Failover Cluster_第23张图片
[16] Click [Next] Button.
Failover Cluster_第24张图片
[17] Click [Finish] Button.
Failover Cluster_第25张图片
[18]

It's possbile to see status of Cluster on [Failover Cluster Manager] tool.
Thas's all done.

Make sure the shared storage is mounted on a Node. Also Make sure the Failover action to reboot or shutdown an active Node which mounts the shared storage.

If you'd like to shutdown all Nodes for some reason like machine maintenaces, Shutdown and Start them like the following sequence.

(1) Shutdown passive Nodes.
(2) Shutdown an Active Node.
(3) Start an Active Node. (That is just the Node which was an Active at the latest)
(4) Start Passive Nodes.
Failover Cluster_第26张图片

Add WSFC Nodes

Add Nodes in existing WSFC Cluster.

This example is based on the environment like follows.

Add [Node#3] to the existing Cluster.

                                   |
+----------------------+           |           +----------------------+
|  [      AD DS     ]  |10.0.0.100 | 10.0.0.110|  [  iSCSI Target  ]  |
|     fd3s.srv.world   +-----------+-----------+   target.srv.world   |
|                      |           |           |                      |
+----------------------+           |           +----------------------+
                                   |
+----------------------+           |           +----------------------+
|  [ Cluster Node#1 ]  |10.0.0.101 | 10.0.0.102|  [ Cluster Node#2 ]  |
|    rx-8.srv.world    +-----------+-----------+    rx-9.srv.world    |
|                      |           |           |                      |
+----------------------+           |           +----------------------+
                                   |
+----------------------+           |
|  [ Cluster Node#3 ]  |10.0.0.103 |
|    rx-10.srv.world   +-----------+
|                      |
+----------------------+

[1]

On a new Node, Configure iSCSI Initiator of the iSCSI Target.

[2]

On a new Node, Install [Failover Clustering] and [Multipath I/O] feature.

[3] Move to a existing Node, Open [Tools] - [Failover Cluster Manager].
Failover Cluster_第27张图片
[4] Right Click the Cluster name ans select [Add Node].
Failover Cluster_第28张图片
[5] Click [Next] button.
Failover Cluster_第29张图片
[6] Input Hostname or IP address in [Enter server name] field and click [Add] button. After adding all WSFC nodes, go next.
Failover Cluster_第30张图片
[7] If you run testing, go next with default.
Failover Cluster_第31张图片
[8] Click [Next] button.
Failover Cluster_第32张图片
[9] Click [Next] button.
Failover Cluster_第33张图片
[10] Click [Next] button.
Failover Cluster_第34张图片
[11] After finishing testing, results are shown. If it's OK, Click [Finish] Button.
Failover Cluster_第35张图片
[12] Click [Next] button.
Failover Cluster_第36张图片
[13] Click [Finish] Button.
Failover Cluster_第37张图片
[14] That's OK all. Make sure a new Node has beed added on Cluster Manager.
Failover Cluster_第38张图片