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.

Voting nodes are not available when you try to use AlwaysOn availability groups in SQL Server 2012


View products that this article applies to.

Symptoms

Consider the following scenario:
  • You have installed two Microsoft SQL Server 2012 instances on a server that is running Windows Server 2008 R2 that is in a failover cluster.
  • Both of the SQL Server instances have AlwaysOn availability groups configured.
  • You have added a file share witness in order to achieve quorum.
In this scenario, you experience the following issues:

Issue 1

When you view Cluster Quorum Information in SQL Server Management Studio, the value in the Vote Count column for both of the instances is Not Available.
Cluster Quorum Information

Note You cannot achieve quorum if the voting nodes are not available. We do not recommend this situation in a production environment.

Issue 2

When you try to run the New Availability Group wizard in order to create a new AlwaysOn availability group, you may receive a warning message that resembles the following:

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

The Wizard finished with Warnings

Issue 3

When you try to query the following sys.dm_hadr_cluster_members dynamic management view, the value that is contained in the number_of_quorum_votes column may be NULL:

Select member_name, number_of_quorum_votes from sys.dm_hadr_cluster_memberselect member_name, number_of_quorum_votes from sys.dm_hadr_cluster_members
For example, the query result resembles the following:

member_name         number_of_quorum_votes
SqlNode1 NULL
SqlNode2 NULL
File Share Witness 1

↑ Back to the top


Cause

These issues occur because of a known issue in Windows Server Failover Clustering.

↑ Back to the top


Resolution

To resolve this issue, apply the hotfix from the following Microsoft Knowledge Base article on all affected computers:
2494036 A hotfix is available to let you configure a cluster node that does not have quorum votes in Windows Server 2008 and in Windows Server 2008 R2
Note You must restart the computer after you apply the hotfix.

↑ Back to the top


More Information

For more information about quorum modes and voting configuration, go to the following MSDN website:For more information about the prerequisites, restrictions, and recommendations for AlwaysOn availability groups, go to the following MSDN website:

↑ Back to the top


Keywords: kbtshoot, kbsurveynew, kbexpertiseadvanced, kb

↑ Back to the top

Article Info
Article ID : 2761129
Revision : 1
Created on : 1/7/2017
Published on : 11/19/2012
Exists online : False
Views : 463