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
![enable failover cluster powershell command](https://xpertstec.com/wp-content/uploads/2019/07/enable-failover-cluster-powershell-command.webp)
Adding the Failover Clustering Feature in Node2 (SRV2019-2).
2- Open server manager, dashboard and then click Add roles and features.
![server manager dashboard 2019](https://xpertstec.com/wp-content/uploads/2019/07/server-manager-dashboard-2019.webp)
3- Click Next.
![server 2019 add roles and features wizard](https://xpertstec.com/wp-content/uploads/2019/07/server-2019-add-roles-and-features-wizard.webp)
4- Select the role-based or feature-based installation option and then click on next.
![add roles based or feature based](https://xpertstec.com/wp-content/uploads/2019/07/add-roles-based-or-feature-based.webp)
5- Select a server from the server pool on which you want to enable the failover cluster feature and then click next.
![server 2019 server selection](https://xpertstec.com/wp-content/uploads/2019/07/server-2019-server-selection.webp)
6- Server Roles page so click next.
![server roles and features](https://xpertstec.com/wp-content/uploads/2019/07/server-roles-and-features.webp)
7- On the Features, page selects the Failover Clustering box.
![install failover cluster features server 2019](https://xpertstec.com/wp-content/uploads/2019/07/install-failover-cluster-features-server-2019.webp)
8- Click Add feature the feature required for the Cluster.
![server 2019 add feature](https://xpertstec.com/wp-content/uploads/2019/07/server-2019-add-feature.webp)
9- After adding Failover Clustering features so click next.
![install failover cluster features](https://xpertstec.com/wp-content/uploads/2019/07/install-failover-cluster-features.webp)
10- Click Install to start the installation.
![server 2019 confirm installation](https://xpertstec.com/wp-content/uploads/2019/07/server-2019-confirm-installation.webp)
11- Failover cluster installation completed and then click Close.
![server 2019 installation selection](https://xpertstec.com/wp-content/uploads/2019/07/server-2019-installation-selection.webp)
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.
![server manager 2019](https://xpertstec.com/wp-content/uploads/2019/07/server-manager-2019.webp)
13- After opening Failover Cluster Manager under the action menu click on Validate Configuration.
![failover cluster manager 2019](https://xpertstec.com/wp-content/uploads/2019/07/failover-cluster-manager-2019.webp)
14- Validate a Configuration Wizard open and then click next.
![validation configuration wizard](https://xpertstec.com/wp-content/uploads/2019/07/validation-configuration-wizard.webp)
15- Select Servers or Cluster options and click the Browse button.
![validation select servers or cluster](https://xpertstec.com/wp-content/uploads/2019/07/validation-select-servers-or-cluster.webp)
16- Select the servers you want to cluster so, in my setup I selected (SRV2019-1 and SRV2019-2).
![enter the object name to select](https://xpertstec.com/wp-content/uploads/2019/07/enter-the-object-name-to-select.webp)
17- After selecting Servers, click on next.
![validation select servers or cluster](https://xpertstec.com/wp-content/uploads/2019/07/validation-select-servers-or-cluster-1.webp)
18- Select Run all tests (recommended) and then click next.
![cluster validation testing options](https://xpertstec.com/wp-content/uploads/2019/07/cluster-validation-testing-options.webp)
19- Cluster validate confirmation so click next.
![cluster validation confirmation](https://xpertstec.com/wp-content/uploads/2019/07/cluster-validation-confirmation.webp)
20- Now default Running Process.
![cluster validating](https://xpertstec.com/wp-content/uploads/2019/07/cluster-validating.webp)
21- Summary options, so click View Report.
![cluster validation summary](https://xpertstec.com/wp-content/uploads/2019/07/cluster-validation-summary.webp)
22- Click close and then click Finish.
![failover cluster validation report](https://xpertstec.com/wp-content/uploads/2019/07/failover-cluster-validation-report.webp)
Failover Cluster Configuration
23- Once Validation completed, Select Create Cluster.
![failover cluster manager 2019](https://xpertstec.com/wp-content/uploads/2019/07/failover-cluster-manager-2019-1.webp)
24- Click Next.
![create cluster wizard](https://xpertstec.com/wp-content/uploads/2019/07/create-cluster-wizard.webp)
25- Click the Browse button.
![create cluster select servers 2019](https://xpertstec.com/wp-content/uploads/2019/07/create-cluster-select-servers-2019.webp)
26- Type both node names and click check names and then click ok.
![enter the object names to select](https://xpertstec.com/wp-content/uploads/2019/07/enter-the-object-names-to-select.webp)
27- After selecting nodes so click next.
![create cluster select servers 2019](https://xpertstec.com/wp-content/uploads/2019/07/create-cluster-select-servers-2019-.webp)
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.
![access point for administering the cluster](https://xpertstec.com/wp-content/uploads/2019/07/access-point-for-administering-the-cluster.webp)
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.
![create cluster wizard confirmation](https://xpertstec.com/wp-content/uploads/2019/07/create-cluster-wizard-confirmation.webp)
30- You have successfully completed the create cluster wizard, now click View Report to check out any warnings.
![create cluster wizard summary](https://xpertstec.com/wp-content/uploads/2019/07/create-cluster-wizard-summary.webp)
31- There may be some warnings. In my case, the warnings are probably related to the quorum configuration.
![create cluster wizard view report](https://xpertstec.com/wp-content/uploads/2019/07/create-cluster-wizard-view-report.webp)
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.
![file and storage sevices](https://xpertstec.com/wp-content/uploads/2019/07/file-and-storage-sevices-1024x567.webp)
33- Select share profile (SMB share quick) and then click next.
![smb share quick](https://xpertstec.com/wp-content/uploads/2019/07/smb-share-quick.webp)
34- Share Location, select by volume and then click Next.
![smb share location select volume](https://xpertstec.com/wp-content/uploads/2019/07/smb-share-location-select-volume.webp)
35- Type a share name, share descriptions and then click next.
![smb file share specify share name](https://xpertstec.com/wp-content/uploads/2019/07/smb-file-share-specify-share-name.webp)
36- Under other settings, uncheck Allow caching of share and click Next.
![smb file configure share settings](https://xpertstec.com/wp-content/uploads/2019/07/smb-file-configure-share-settings.webp)
37- In Permissions options select customize permissions.
![smb file share customize permissions](https://xpertstec.com/wp-content/uploads/2019/07/smb-file-share-customize-permissions.webp)
38- Advanced Security Settings for FSW, click Add button.
![advanced security settings](https://xpertstec.com/wp-content/uploads/2019/07/advanced-security-settings.webp)
39- Click on select a principal.
![permission enter for share](https://xpertstec.com/wp-content/uploads/2019/07/permission-enter-for-share.webp)
40- Select Object Types.
![enter the object name or select](https://xpertstec.com/wp-content/uploads/2019/07/enter-the-object-name-or-select.webp)
41- Check Computers under object types and click next.
![enter the object name type](https://xpertstec.com/wp-content/uploads/2019/07/enter-the-object-name-type.webp)
42- Type your cluster name in my case (XTCLUSTER) click check names and click ok.
![enter the object name to](https://xpertstec.com/wp-content/uploads/2019/07/enter-the-object-name-to.webp)
43- Under Basic permissions, check Modify box and click ok.
![permission entry basic](https://xpertstec.com/wp-content/uploads/2019/07/permission-entry-basic.webp)
44- Select the Share tab and click the Add button.
![advanced security settings](https://xpertstec.com/wp-content/uploads/2019/07/advanced-security-settings-1.webp)
45- Click Select a principal.
![permission entry basic](https://xpertstec.com/wp-content/uploads/2019/07/permission-entry-basic-1.webp)
46- Select Object Types.
![enter the object name to](https://xpertstec.com/wp-content/uploads/2019/07/enter-the-object-name-to-1.webp)
47- Check the computers box and click ok.
![enter the object name types](https://xpertstec.com/wp-content/uploads/2019/07/enter-the-object-name-types.webp)
48- Type your Cluster name, click check names and click ok.
![enter the object name to](https://xpertstec.com/wp-content/uploads/2019/07/enter-the-object-name-to-.webp)
49- Under Permissions, check change and click ok
![permission entry for share](https://xpertstec.com/wp-content/uploads/2019/07/permission-entry-for-share.webp)
50- Click Apply and click ok.
![advanced security settings share](https://xpertstec.com/wp-content/uploads/2019/07/advanced-security-settings-share.webp)
51- Click Next.
![specify permissions to control access](https://xpertstec.com/wp-content/uploads/2019/07/specify-permissions-to-control-access.webp)
52- Read the confirmation summary and click Create.
![smb file share confirmation](https://xpertstec.com/wp-content/uploads/2019/07/smb-file-share-confirmation.webp)
53- The share was successfully created, click Close.
![smb share successfully created](https://xpertstec.com/wp-content/uploads/2019/07/smb-share-successfully-created.webp)
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
![failover cluster manager 2019](https://xpertstec.com/wp-content/uploads/2019/07/failover-cluster-manager-2019-2.webp)
55- Configure Cluster Quorum Wizard windows will pop up, click next.
![configure cluster quorum wizard](https://xpertstec.com/wp-content/uploads/2019/07/configure-cluster-quorum-wizard.webp)
56- Select the quorum witness option and click on next.
![configure cluster quorum witness](https://xpertstec.com/wp-content/uploads/2019/07/configure-cluster-quorum-witness.webp)
57- Select configure a file share witness options and click on next.
![select quorum witness](https://xpertstec.com/wp-content/uploads/2019/07/select-quorum-witness.webp)
58- Click the Browse button.
![quorum file share witness](https://xpertstec.com/wp-content/uploads/2019/07/quorum-file-share-witness.webp)
59- Type FWS name and click the Browse button.
![quorum browse for file share](https://xpertstec.com/wp-content/uploads/2019/07/quorum-browse-for-file-share.webp)
60- Type quorum shared server name, click check names, click ok and ok again.
![enter the object name to](https://xpertstec.com/wp-content/uploads/2019/07/enter-the-object-name-to-2.webp)
61- Click Next.
![configure fileover cluster quorum](https://xpertstec.com/wp-content/uploads/2019/07/configure-fileover-cluster-quorum.webp)
62- Click Next.
![configure failover cluster quorum settings](https://xpertstec.com/wp-content/uploads/2019/07/configure-failover-cluster-quorum-settings.webp)
63- Review the cluster summary and click Finish.
![configure cluster quorum summary](https://xpertstec.com/wp-content/uploads/2019/07/configure-cluster-quorum-summary.webp)
64- Now Current Host Server Node1 is SRV2019-1.
![failover cluster manager](https://xpertstec.com/wp-content/uploads/2019/07/failover-cluster-manager.webp)
65- After testing Current Host Server Node2 is SRV2019-2.
![failover cluster manager 2019](https://xpertstec.com/wp-content/uploads/2019/07/failover-cluster-manager-2019-3.webp)
For more details click here
No Comments
Very interesting subject , regards for putting up.
Operolevorter
Thanks a lot
I think this internet site contains some really good info for everyone : D.
Dear Tow,
Thank you I appreciate