AlwaysOn Availability Groups Troubleshooting and Monitoring Guide

 

THIS TOPIC APPLIES TO: yesSQL Server (starting with 2008) noAzure SQL Database noAzure SQL Data Warehouse noParallel Data Warehouse

This guide helps you get started on troubleshooting some of the common issues in AlwaysOn Availability Groups and monitoring AlwaysOn Availability Groups. It is intended to provide original content as well as a landing page of useful information that is already published elsewhere.

While this guide cannot fully discuss all the issues that can occur on the large surface area covered by AlwaysOn Availability Groups, it can point you in the right direction in your root-cause analysis and resolution of the issues. As AlwaysOn Availability Groups is an integrated technology, many of the problems you encounter are only symptoms of other issues in your database system. Some issues are caused by settings within an availability group, such as an availability database being suspended. Other issues can include problems you can isolate to other aspects of SQL Server, such as SQL Server settings, database file deployments, and systemic performance issues unrelated to the availability group, replica, or database. Still other problems and exist outside of SQL Server, such as network I/O, TCP/IP, Active Directory, and Windows Server Failover Clustering (WSFC). Often, problems that surface in an availability group, replica, or database require you to troubleshoot multiple technologies before you can identify the root cause.

Troubleshooting Scenarios

The table below contains links to the common troubleshooting scenarios for AlwaysOn Availability Groups. They are categorized by their scenario types, such as configuration, client connectivity, failover, and performance.

Scenario Scenario Type Description
Troubleshoot AlwaysOn Availability Groups Configuration (SQL Server) Configuration Provides information to help you troubleshoot typical problems with configuring server instances for AlwaysOn Availability Groups. Typical configuration problems include AlwaysOn Availability Groups is disabled, accounts are incorrectly configured, the database mirroring endpoint does not exist, the endpoint is inaccessible (SQL Server Error 1418), network access does not exist, and a join database command fails (SQL Server Error 35250).
Troubleshoot "Validating WSFC quorum vote configuration" warning Configuration 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.”
Troubleshoot issues when creating availability group listeners Configuration You encounter errors when trying to create an availability group listener.
Troubleshoot a Failed Add-File Operation (AlwaysOn Availability Groups) Configuration An add-file operation caused the secondary database to be suspended and be in the NOT SYNCHRONIZING state.
Fix: Error 41009 when you try to create multiple availability groups Configuration You encounter error 41009 when trying to create multiple availability groups.
Cannot connect to availability group listener in a multi-subnet environment Client Connectivity After you configure the availability group listener, you are unable to ping the listener or connect to it from an application.
Troubleshoot failed automatic failovers Failover An automatic failover did not complete successfully.
Troubleshoot: Availability Group Exceeded RTO Performance After an automatic failover or a planned manual failover without data loss, the failover time exceeds your RTO. Or, when you estimate the failover time of a synchronous-commit secondary replica (such as an automatic failover partner), you find that it exceeds your RTO.
Troubleshoot: Availability Group Exceeded RPO Performance After you perform a forced manual failover, your data loss is more than your RPO. Or, when you calculate the potential data loss of an asynchronous-commit secondary replica, you find that it exceeds your RPO.
Troubleshoot: Changes on the Primary Replica are not Reflected on the Secondary Replica Performance The client application completes an update on the primary replica successfully, but querying the secondary replica shows that the change is not reflected.

Useful Tools for Troubleshooting

When configuring or running AlwaysOn Availability Groups, the different tools can help you diagnose different types of issues. The table below provides links to useful information on the tools.

Tool Description
Use the AlwaysOn Dashboard (SQL Server Management Studio) Reports an at-a-glance view of the health of your availability group in a user-friendly interface.
AlwaysOn Policies Used by the AlwaysOn Dashboard.
SQL Server Error Log (AlwaysOn Availability Groups) Logs state transition events for availability groups, replicas, and databases, statuses of other AlwaysOn components, and AlwaysOn errors.
CLUSTER.LOG (AlwaysOn Availability Groups) Logs cluster events, including state transitions of the availability group resource, as well as events and errors from SQL Server resource DLL.
AlwaysOn Health Diagnostics Log Logs SQL Server health diagnostics as reported to the WSFC cluster (SQL Server resource DLL) by sp_server_diagnostics (Transact-SQL).
Dynamic Management Views and System Catalog Views (AlwaysOn Availability Groups) Reports information on the availability groups such as configuration, health status, and performance metrics.
AlwaysOn Extended Events Provides detailed diagnotics of the availability groups and useful for root-cause analysis.
AlwaysOn Wait Types Provides wait statistics specific to availability groups and useful for performance tuning.
AlwaysOn Performance Counters Monitor AlwaysOn Availability Groups activity and are reflected in System Monitor, and is useful for performance tuning. For more information, see SQL Server, Availability Replica and SQL Server, Database Replica.
AlwaysOn Ring Buffers Record alerts within the SQL Server system for internal diagnostics, and can be used to debug issues related to the availability groups.

Monitoring AlwaysOn Availability Groups

The ideal time to troubleshoot an availability group is before a problem necessitates a failover, whether automatic or manual. This can be done by monitoring the availability group’s performance metrics and sending alerts when the availability replicas are performing outside the bounds of your service-level agreement (SLA). For example, if a synchronous secondary replica has performance issues that cause the estimated failover time to increase, you do not want to wait until an automatic failover occurs and you find out that the failover time exceeds your recovery time objective.

As AlwaysOn Availability Groups is a high availability and disaster recovery solution, the most important performance metrics to monitor are the estimated failover time, which affects your recovery time objective (RTO), and the potential data loss in a disaster, which affects your recovery point objective (RPO). You can gather these metrics from the data that SQL Server exposes at any given time, so you can be alerted of a problem in the HADR capabilities of your system before the actual failure events occur. Therefore, it is important to familiarize yourself with the data synchronization process of AlwaysOn Availability Groups and gather the metrics accordingly.

This table below points you to topics that can help you monitor the health of your AlwaysOn Availability Groups solution.

Topic Description
Monitor Performance for AlwaysOn Availability Groups Describes the data synchronization process for AlwaysOn Availability Groups, the flow control gates, and useful metrics when monitoring an availability group; and also shows how to gather RTO and RPO metrics.
Monitoring of Availability Groups (SQL Server) Provides information on tools for monitoring an availability group.
The AlwaysOn Health Model Part 1 -- Health Model Architecture Provides an overview of the AlwaysOn health model.
The AlwaysOn Health Model Part 2 -- Extending the Health Model Shows how to customize the AlwaysOn health model and customize the AlwaysOn Dashboard to show extra information.
Monitoring AlwaysOn Health with PowerShell - Part 1: Basic Cmdlet Overview Provides a basic overview of the AlwaysOn PowerShell cmdlets that can be used to monitor the health of an availability group.
Monitoring AlwaysOn Health with PowerShell - Part 2: Advanced Cmdlet Usage Provides information on advanced usage of the AlwaysOn PowerShell cmdlets to monitor the health of an availability group.
Monitoring AlwaysOn Health with PowerShell - Part 3 : A Simple Monitoring Application Shows how to automatically monitor an availability group with an application.
Monitoring AlwaysOn Health with PowerShell - Part 4 : Integration with SQL Server Agent Provides information on how to integrate availability group monitoring with SQL Server Agent and configure notification to the appropriate parties when problems arise.

See Also

SQL Server AlwaysOn Team Blog
CSS SQL Server Engineers Blogs