What is the urgency of adding quorum/witness on Always On High Availability?

Fadjar Syamali 21 Reputation points
2021-11-30T01:41:06.303+00:00

based on this article,

In an HA configuration, a cluster role is created for every availability group that you create. The WSFC cluster monitors this role to evaluate the health of the primary replica. The quorum for Always On availability groups is based on all nodes in the WSFC cluster regardless of whether a given cluster node hosts any availability replicas. In contrast to database mirroring, there is no witness role in Always On availability groups.

https://learn.microsoft.com/en-us/sql/database-engine/availability-groups/windows/overview-of-always-on-availability-groups-sql-server?view=sql-server-ver15

is there any objective or urgency to add quorum/witness on Always On High Availability Groups?

What the purposes of adding new server dedicated for quorum/witness on Always On High Availability Groups?

Azure SQL Database
Developer technologies | Transact-SQL
SQL Server | Other
{count} votes

Accepted answer
  1. YufeiShao-msft 7,146 Reputation points
    2021-11-30T02:52:36.247+00:00

    Hi @Fadjar Syamali

    is there any objective or urgency to add quorum/witness on Always On High Availability Groups?

    you can read this article
    Quorum is a mechanism that helps ensure that WSFC is up and running through ensuring enough resources are online in the WSFC. If the WSFC has enough votes, it is healthy and able to provide node-level fault tolerance.
    A quorum node set is a majority of the voting nodes and witnesses in the WSFC cluster. The overall health and status of a WSFC cluster is determined by a periodic quorum vote. The presence of a quorum means that the cluster is healthy and able to provide node-level fault tolerance.

    Whenever a witness is set for a database mirroring session, quorum is required, as long as the current principal server has quorum, this server owns the role of principal and continue to serve the database, if the principal server loses quorum, it stops serving the database

    -------------

    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.