How to configure and Manage the Quorum in Failover Clustering

This blog, we will configure a basic 2-node cluster (Share Quorum Failover Cluster Configuring), where we have two servers (SRV2019-1 and SRV2019-2) running Windows Server 2019 and a Windows Server 2019 Domain controller (SRV2019-DC). It also assumes that SRV2019-1 and SRV2019-2 will communicate with each other over two network connections; I have labeled Primary and Cluster.

Add the Failover Clustering feature on both of the servers you need to add to the cluster.

Open the Server Manager Dashboard and choose Add roles and features.

1- User the Following PowerShell command to enable failover clustering and management Toole Node1 (SRV2019-1)

Install-WindowsFeature -Name Failover-Clustering –IncludeManagementTools

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

Adding the Failover Clustering Feature in Node2 (SRV2019-2).

2- Open server manager, dashboard and then click Add roles and features.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

3- Click Next.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

4- Select the role-based or feature-based installation option and then click on next.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

5- Select a server from the server pool on which you want to enable the failover cluster feature and then click next.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

6- Server Roles page so click next.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

7- On the Features, page selects the Failover Clustering box.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

8- Click Add feature the feature required for the Cluster.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

9- After adding Failover Clustering features so click next.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

10- Click Install to start the installation.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

11- Failover cluster installation completed and then click Close.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

After enabling the Failover Cluster on both servers (SRV2019-1 and SRV2019-2), on your SRV2019-1

Share Quorum Failover Cluster Validate Configuring

12- Open server manager, select tools and then select Failover Cluster Manager.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

13- After opening Failover Cluster Manager under the action menu click on Validate Configuration.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

14- Validate a Configuration Wizard open and then click next.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

15- Select Servers or Cluster options and click the Browse button.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

16- Select the servers you want to cluster so, in my setup I selected (SRV2019-1 and SRV2019-2).

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

17- After selecting Servers, click on next.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

18- Select Run all tests (recommended) and then click next.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

19- Cluster validate confirmation so click next.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

20- Now default Running Process.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

21- Summary options, so click View Report.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

22- Click close and then click Finish.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

Failover Cluster Configuration

23- Once Validation completed, Select Create Cluster.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

24- Click Next.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

25- Click the Browse button.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

26- Type both node names and click check names and then click ok.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

27- After selecting nodes so click next.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

28- Type your cluster name in the cluster name box (XTCLUSTER) and pick an IP address that will be associated with this name in DNS. This name is to manage your cluster Once you create this access point a new computer object will be created in AD with this name and a DNS A record will be created with this name and IP address and click next.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

29- On the confirmation screen you’ll see the name of the cluster and two nodes and IP address you chose and uncheck Add all eligible storage to the cluster and then click on next.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

30- You have successfully completed the create cluster wizard, now click View Report to check out any warnings.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

31- There may be some warnings. In my case, the warnings are probably related to the quorum configuration.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

We have no shared storage; we’ll not be employing a Node and Disk Majority quorum as suggested. Instead, we’ll use and Node and File Share Majority quorum.

A File Share Witness (Share Quorum Failover Cluster Configuring) must be configured on a server that’s not a part of the cluster. A file share witness may be a basic file share that the cluster computer name (XTCLUSTER in my step) has read/write access. I’m getting to create a file share on my SRV2019-DC and provides XTCLUSTER read/write access thereto.

Share Disk Configuration

32- Open server manager in SRV2019-DC, Left side select file and storage services and select shares under volume click tasks and then click New Share.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

33- Select share profile (SMB share quick) and then click next.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

34- Share Location, select by volume and then click Next.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

35- Type a share name, share descriptions and then click next.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

36- Under other settings, uncheck Allow caching of share and click Next.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

37- In Permissions options select customize permissions.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

38- Advanced Security Settings for FSW, click Add button.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

39- Click on select a principal.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

40- Select Object Types.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

41- Check Computers under object types and click next.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

42- Type your cluster name in my case (XTCLUSTER) click check names and click ok.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

43- Under Basic permissions, check Modify box and click ok.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

44- Select the Share tab and click the Add button.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

45- Click Select a principal.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

46- Select Object Types.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

47- Check the computers box and click ok.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

48- Type your Cluster name, click check names and click ok.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

49- Under Permissions, check change and click ok

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

50- Click Apply and click ok.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

51- Click Next.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

52- Read the confirmation summary and click Create.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

53- The share was successfully created, click Close.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

54- Now the file share created on SRV2019-DC, Go back to your SRV2019-1 right-click XTCLUSTER.xpertstec.local and Select More Actions and select configure cluster quorum settings.

Configure Cluster Quorum Settings

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

55- Configure Cluster Quorum Wizard windows will pop up, click next.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

56- Select the quorum witness option and click on next.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

57- Select configure a file share witness options and click on next.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

58- Click the Browse button.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

59- Type FWS name and click the Browse button.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

60- Type quorum shared server name, click check names, click ok and ok again.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

61- Click Next.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

62- Click Next.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

63- Review the cluster summary and click Finish.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

64- Now Current Host Server Node1 is SRV2019-1.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

65- After testing Current Host Server Node2 is SRV2019-2.

Share Quorum Failover Cluster, How to configure and Manage the Quorum in Failover Clustering

For more details click here

Jamil Parvez
Jamil Parvezhttps://www.xpertstec.com
Jamil Pervez works as a Network Administrator, based in Kuwait with a Primary focus on Microsoft technologies. Microsoft Certified MCSE, MCTP, MCITP, CCNP, CCIP, CCVP with 20 years of experience in administering Windows Servers, Exchange, VMWare, Veeam B&R, Veritas BackupExec.

Related Articles

4 COMMENTS

Latest Articles