Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

"Validating WSFC quorum vote configuration" warning when you create an AlwaysOn availability group in SQL Server 2012


View products that this article applies to.

Symptoms

When you create an AlwaysOn availability group by using the New Availability Group Wizard in Microsoft SQL Server 2012, you receive a warning message that resembles the following:

The current WSFC cluster quorum vote configuration is not recommended for this availability group.

Image 1

↑ Back to the top


More Information

This issue occurs because of any of the following causes in your Windows cluster environment or availability group configuration.

Cause 1

You did not install KB2494036  to all Windows cluster nodes that were designated as hosting replicas. To work around this issue in this situation, install KB2494036 , and then rerun the New Availability Group Wizard.

For more information about the prerequisites for AlwaysOn availability groups, go to the following Microsoft Developer Network (MSDN) website:


Cause 2

You create an availability group without automatic failover in SQL Server 2012 (version 11.0.2100.60). Specifically, you configure the availability group by using one of the following methods:
  • When you set up the availability group in the wizard, you configured a replica for asynchronous availability mode.
  • When you set up the availability group in the wizard, you configured a replica for manual failover mode.

To work around this issue in this situation, upgrade SQL Server 2012 to SQL Server 2012 Service Pack 1 (SP1), and then rerun the New Availability Group Wizard.

Note This issue is resolved in SQL Server 2012 SP1.

Cause 3

A secondary replica is hosted by your Windows cluster node. This replica is configured for automatic failover without a vote. This configuration may be by design for your particular deployment. In this situation, you can safely ignore the warning message. 

To check whether a particular cluster node has a vote, see the NodeWeight value on the nodes. To obtain the NodeWeight value, run the following Windows PowerShell cmdlets:

Get-ClusterNode | < cluster name >, Nodeweight 

Image 2

Cause 4

A primary replica is hosted by your Windows cluster node without a vote. This configuration may be by design for your particular deployment. In this situation, you can safely ignore this warning message.

↑ Back to the top


Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

↑ Back to the top


Keywords: kbsurveynew, kbtshoot, kbexpertiseadvanced, kb

↑ Back to the top

Article Info
Article ID : 2833122
Revision : 1
Created on : 1/7/2017
Published on : 4/3/2013
Exists online : False
Views : 793