<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Clustering - Techyaz.com</title>
	<atom:link href="https://techyaz.com/tag/clustering/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Tips, Tutorials and How-to Topics</description>
	<lastBuildDate>Wed, 29 Aug 2018 12:19:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8</generator>

<image>
	<url>https://techyaz.com/wp-content/uploads/2017/11/cropped-Site-icon-150x150.png</url>
	<title>Clustering - Techyaz.com</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>SQL Server Error 5184: Cannot use file &#8216;I:\Path\Techyaz.mdf’ for clustered server</title>
		<link>https://techyaz.com/sql-server/clustering/error-5184-level-16-state-2-line-1-cannot-use-file-for-clustered-server/</link>
					<comments>https://techyaz.com/sql-server/clustering/error-5184-level-16-state-2-line-1-cannot-use-file-for-clustered-server/#respond</comments>
		
		<dc:creator><![CDATA[Manvendra Deo Singh]]></dc:creator>
		<pubDate>Wed, 29 Aug 2018 12:10:18 +0000</pubDate>
				<category><![CDATA[Clustering]]></category>
		<category><![CDATA[SQL Server Connectivity Issue]]></category>
		<guid isPermaLink="false">https://techyaz.com/?p=2425</guid>

					<description><![CDATA[<p>Today, one of my team mate was trying to attach a database on one of the clustered SQL Server instance. He got error 5184 while attaching the database. The details about error 5184 is given below. Msg 5184, Level 16,&#46;&#46;&#46;</p>
<p>The post <a href="https://techyaz.com/sql-server/clustering/error-5184-level-16-state-2-line-1-cannot-use-file-for-clustered-server/">SQL Server Error 5184: Cannot use file &#8216;I:\Path\Techyaz.mdf’ for clustered server</a> appeared first on <a href="https://techyaz.com">Techyaz.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Today, one of my team mate was trying to attach a database on one of the clustered SQL Server instance. He got error 5184 while attaching the database. The details about error 5184 is given below.</p>
<p><em><span style="color: #ff0000;">Msg 5184, Level 16, State 2, Line 1</span></em><br />
<em><span style="color: #ff0000;">Cannot use file ‘I:\Path\Techyaz.mdf’ for clustered server. </span></em><br />
<em><span style="color: #ff0000;">Only formatted files on which the cluster resource of the server has a dependency can be used. </span></em><em><span style="color: #ff0000;">Either the disk resource containing the file is not present in the cluster group or the cluster resource of the Sql Server does not have a dependency on it.</span></em></p>
<p><em><span style="color: #ff0000;">Msg 1802, Level 16, State 1, Line 1</span></em><br />
<em><span style="color: #ff0000;">CREATE DATABASE failed. Some file names listed could not be created. Check related errors.</span></em></p>
<p>While troubleshooting this error we came to know that the storage or LUN on which we have placed the database files are not added to cluster group. It means disk is not visible in failover cluster manager.</p>
<h3><span style="color: #333399;">Solution &#8211; Error 5184</span></h3>
<p>We performed below steps to fix this issue.</p>
<ol>
<li>Added the storage on which databases files are placed as shared storage in the failover cluster manager.</li>
<li>Launch SQL Server properties window in Failover Cluster Manager.</li>
<li>Added all newly added disks in Dependencies tab.</li>
<li>Attached the database again.</li>
</ol>
<p>Here i will explain above steps in detail with screenshots.</p>
<ul>
<li>We were attaching a database using T-SQL statement on one of the SQL Server cluster instance. While executing the command we get error 5184. Error details are given in below screenshot.</li>
</ul>
<p><img fetchpriority="high" decoding="async" class="alignnone wp-image-2426" src="https://techyaz.com/wp-content/uploads/2018/08/1-Error-Msg-min-1024x178.jpg" alt="Fix SQL Server Error 5184" width="659" height="115" srcset="https://techyaz.com/wp-content/uploads/2018/08/1-Error-Msg-min-1024x178.jpg 1024w, https://techyaz.com/wp-content/uploads/2018/08/1-Error-Msg-min-300x52.jpg 300w, https://techyaz.com/wp-content/uploads/2018/08/1-Error-Msg-min-768x133.jpg 768w, https://techyaz.com/wp-content/uploads/2018/08/1-Error-Msg-min.jpg 1066w" sizes="(max-width: 659px) 100vw, 659px" /></p>
<ul>
<li>As error suggests that <em>“Either the disk resource containing the file is not present in the cluster group”</em> so I checked cluster group for the disk and found that database files storage was not showing in failover cluster manager.</li>
<li>Next step was to add these storage disks to the cluster group. Launch <strong>failover cluster manager</strong>. Click at <strong>Roles</strong> tab from left side pane. You can see SQL Server as role in right side pane. Right click at the SQL Server role and click at “<strong>Add Storage</strong>” option. You can see this in below screenshot.</li>
</ul>
<p><img decoding="async" class="alignnone wp-image-2427" src="https://techyaz.com/wp-content/uploads/2018/08/2-Add-Storage-min.jpg" alt="Add Storage to Cluster group" width="514" height="329" srcset="https://techyaz.com/wp-content/uploads/2018/08/2-Add-Storage-min.jpg 589w, https://techyaz.com/wp-content/uploads/2018/08/2-Add-Storage-min-300x192.jpg 300w" sizes="(max-width: 514px) 100vw, 514px" /></p>
<ul>
<li>Once you will click at “<strong>Add Storage</strong>” option you will get below window to add the identified disks to cluster group. You can see I have selected all required disks in below screenshot. You can choose your disks where your database files are placed.</li>
</ul>
<p><img decoding="async" class="alignnone wp-image-2428" src="https://techyaz.com/wp-content/uploads/2018/08/3-Add-Storage-min.jpg" alt="Add Storage to cluster group" width="680" height="511" srcset="https://techyaz.com/wp-content/uploads/2018/08/3-Add-Storage-min.jpg 815w, https://techyaz.com/wp-content/uploads/2018/08/3-Add-Storage-min-300x225.jpg 300w, https://techyaz.com/wp-content/uploads/2018/08/3-Add-Storage-min-768x577.jpg 768w" sizes="(max-width: 680px) 100vw, 680px" /></p>
<ul>
<li>Once you click at OK button post selecting all respective check boxes in above step, you will see all your storage disks in failover cluster manager under storage tab.</li>
<li>Now again click at the SQL Server role and then go to “<strong>Resources</strong>” tab from down side pane where you can see SQL Server and all resources that are aligned for the SQL Server role. Here, right click at SQL Server and click at Properties tab as shown in below screenshot.</li>
</ul>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2429" src="https://techyaz.com/wp-content/uploads/2018/08/4-Add-Dependencies-min.jpg" alt="Add Disk Dependencies in FCM" width="589" height="182" srcset="https://techyaz.com/wp-content/uploads/2018/08/4-Add-Dependencies-min.jpg 589w, https://techyaz.com/wp-content/uploads/2018/08/4-Add-Dependencies-min-300x93.jpg 300w" sizes="auto, (max-width: 589px) 100vw, 589px" /></p>
<ul>
<li>Once you get SQL Server properties windows in failover cluster manager, next you should click at dependencies tab. Here, you need to insert one row for each disk system that you have added in above steps. Once you will insert dependencies for all newly added disks then it will look like below screenshot. Now click at OK button to apply this change.</li>
</ul>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2430" src="https://techyaz.com/wp-content/uploads/2018/08/5-Add-Dependencies-min.jpg" alt="Add Disk Dependencies in FCM" width="405" height="493" srcset="https://techyaz.com/wp-content/uploads/2018/08/5-Add-Dependencies-min.jpg 405w, https://techyaz.com/wp-content/uploads/2018/08/5-Add-Dependencies-min-246x300.jpg 246w" sizes="auto, (max-width: 405px) 100vw, 405px" /></p>
<ul>
<li>Now again go to SQL Server query window and run the T-SQL command to  attach the database. This time you will successfully attach the database to the clustered SQL Server instance.</li>
</ul>
<p>Let me know if this article helped you to fix your issue. You can follow our <a href="https://www.facebook.com/Techyaz/" target="_blank" rel="noopener">facebook</a> page and <a href="https://twitter.com/Tech_yaz" target="_blank" rel="noopener">Twitter</a> handle to get latest updates.</p>
<p><em><strong><span style="color: #800000;">Read More:</span></strong></em></p>
<ul>
<li><strong><a href="https://techyaz.com/sql-server/alwayson/upgrade-or-patch-sql-server-failover-cluster-instance-with-availability-group/" target="_blank" rel="noopener">Upgrade or Patch SQL Server Failover Cluster Instance Running with Availability Group</a></strong></li>
<li><strong><a href="https://techyaz.com/sql-server/alwayson/change-failover-mode-of-availability-replica-in-always-on-availability-group/" target="_blank" rel="noopener">How to Change Failover Mode of Availability Replica in AOAG?</a></strong></li>
<li><strong><a href="https://techyaz.com/learning/prepare-for-job-interview/" target="_blank" rel="noopener">How to Prepare for a Job Interview?</a></strong></li>
<li><strong><a href="https://techyaz.com/interview-questions/sql-server-dba-interview-questions-answers/" target="_blank" rel="noopener">SQL Server DBA Interview Questions &amp; Answers</a></strong></li>
</ul>
<p>The post <a href="https://techyaz.com/sql-server/clustering/error-5184-level-16-state-2-line-1-cannot-use-file-for-clustered-server/">SQL Server Error 5184: Cannot use file &#8216;I:\Path\Techyaz.mdf’ for clustered server</a> appeared first on <a href="https://techyaz.com">Techyaz.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://techyaz.com/sql-server/clustering/error-5184-level-16-state-2-line-1-cannot-use-file-for-clustered-server/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Upgrade or Patch SQL Server Failover Cluster Instance Running with Availability Group</title>
		<link>https://techyaz.com/sql-server/alwayson/upgrade-or-patch-sql-server-failover-cluster-instance-with-availability-group/</link>
					<comments>https://techyaz.com/sql-server/alwayson/upgrade-or-patch-sql-server-failover-cluster-instance-with-availability-group/#respond</comments>
		
		<dc:creator><![CDATA[Manvendra Deo Singh]]></dc:creator>
		<pubDate>Mon, 04 Jun 2018 14:39:57 +0000</pubDate>
				<category><![CDATA[AlwaysOn]]></category>
		<category><![CDATA[AOAG]]></category>
		<category><![CDATA[Availability Group Upgrade]]></category>
		<category><![CDATA[Clustering]]></category>
		<guid isPermaLink="false">https://techyaz.com/?p=2391</guid>

					<description><![CDATA[<p>I have explained step by step process to upgrade or patch SQL Server instance that hosts an Always on Availability Group (AOAG) to latest version in attached article. Here, I will explain how to upgrade or patch SQL Server failover&#46;&#46;&#46;</p>
<p>The post <a href="https://techyaz.com/sql-server/alwayson/upgrade-or-patch-sql-server-failover-cluster-instance-with-availability-group/">Upgrade or Patch SQL Server Failover Cluster Instance Running with Availability Group</a> appeared first on <a href="https://techyaz.com">Techyaz.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I have explained step by step process to <strong><a href="https://techyaz.com/sql-server/upgrade-patch-availability-group-instances/" target="_blank" rel="noopener">upgrade or patch SQL Server instance that hosts an Always on Availability Group (AOAG)</a></strong> to latest version in attached article. Here, I will explain how to upgrade or patch SQL Server failover cluster instance running with Always on Availability Group. We should plan and execute such upgrades carefully to avoid any risk during execution. The process to upgrade or patch SQL Server cluster instances running with AOAG is quite similar.</p>
<p><strong>NOTE:</strong> Always test any solution in Lower life cycle environment before deploying it to Production.</p>
<h3><span style="color: #333399;">Points to Remember</span></h3>
<ol>
<li>I have described steps to upgrade or patch SQL Server failover cluster instance having always on availability group. Do not use these steps while upgrading or patching Windows clustering or standalone SQL Server instances running with Always on Availability groups. If you have AOAG configured on standalone SQL Server instances then read <strong><a href="https://techyaz.com/sql-server/upgrade-patch-availability-group-instances/" target="_blank" rel="noopener">attached article</a></strong>.</li>
<li>During the upgrade process, a secondary replica will not be available for failover or for read-only operations, and after the upgrade, it may take some time for the secondary replica to catch up with the primary replica node depending upon the volume of activity on the primary replica node (so expect high network traffic).</li>
<li>A higher version of a SQL Server instance cannot be added as a new replica to an existing AOAG. For example, a SQL Server 2016 replica cannot be added to an existing SQL Server 2014 AG.</li>
<li>Always first upgrade secondary replica then primary replica because an upgraded primary replica can no longer ship logs to any secondary replica. This may cause data loss as data movement to a secondary replica is suspended.</li>
</ol>
<h3><span style="color: #333399;">Planning </span></h3>
<p>We should be very careful while planning upgrade or Patching for your SQL Server Failover cluster instances and if your SQL Server cluster instances are running with availability groups then you need to be more careful considering its complex configuration. Here, i have given multiple steps that you need to plan during patching any AOAG cluster instance.</p>
<ol>
<li>Make sure you can directly upgrade to the latest version of SQL Server 2017. If you are running with SQL Server 2005, you cannot go directly to SQL Server 2017. You must upgrade SQL Server 2005 to SQL Server 2012, 14 or 2016 before moving to latest version SQL Server 2017.</li>
<li>Identify your databases if they are involved in Change Data Capture or Replication then we need to perform some additional activities. These additional steps are given later in this article.</li>
<li>Run DBCC CHECKDB to make sure there is no corruption on databases hosted on these cluster instances.</li>
<li>You must run Full database backups for all your databases to secure a copy in case anything goes wrong and we need it to restore databases.</li>
<li>Make sure Always on Availability Group is working fine and in Healthy state. Fix the issues and make your AOAG configuration in healthy state before going with the upgrade.</li>
<li>Disable the backup job from the system that is going to upgrade (current secondary replica) and make sure to run it from the server that is online and acting as primary replica at the time upgrade will process. You can also <strong><a href="https://techyaz.com/sql-server/sql-server-administration/understanding-sql-server-backup-databases-availability-group/" target="_blank" rel="noopener">change the Backup Preferences of AOAG</a></strong> to run backups always from primary replica during this upgrade.</li>
<li>No replicas are readable or available for backups during a version upgrade whereas during a non-version upgrade you can configure automated backups to run on secondary replicas prior to upgrading the primary replica.</li>
<li>Choose Upgrade approach. As we know, there are three approaches to perform any SQL Server upgrade. In-place upgrade, Side by side upgrade and Rolling upgrade. We will be using rolling upgrade process to apply patch or upgrade SQL Server cluster instances. This approach is used if your SQL Server Instances are required to upgrade in particular sequence. We use this approach if SQL Server is configured with Always on availability group, Database Mirroring, Log Shipping, Replication, Failover Cluster Instances, SQL Server Reporting Scale-out environment.</li>
<li>Make sure that synchronization state of the failover target is SYNCHRONIZED during any failover of Availability Group.</li>
<li>Develop a rollback plan. Executing this plan will enable you to restore your original environment if you need to rollback.</li>
<li>Plan to test the upgrade on Lower life cycle first before deploying on productions.</li>
</ol>
<h3><span style="color: #333399;">Upgrade or Patch SQL Server Failover Cluster Instance running with Availability Group</span></h3>
<p>Here, I will explain how to upgrade or patch SQL Server failover cluster Instance running with Always on Availability group. Let me describe the cluster setup first for this upgrade.</p>
<ul>
<li>We have four database servers that are hosted in two data centers. Two nodes in each data centers.</li>
<li>All four nodes are part of same windows cluster group. two set of storage have been shared between two nodes to install SQL Server failover cluster.</li>
<li>Two SQL Server Failover Cluster Instances have been installed on these nodes of each data centers. One SQL Server failover cluster instance named <strong>FCIA</strong> is installed in data center 1 and another SQL Server cluster instance named <strong>FCIB</strong> is hosted in data center 2.</li>
<li>We have configured Availability Group between these two SQL Server failover cluster instances.</li>
<li>Each SQL Server cluster instance has two nodes. One active and one passive node in their respective data centers. Although active node in data center 2 is not active for connections but this will work as primary in case AOAG failover.</li>
<li>Databases are hosted on shared storage that is connected to their respective nodes in their data centers. You can see this configuration depicted in below image.</li>
</ul>
<p><img loading="lazy" decoding="async" class="wp-image-2392 aligncenter" src="https://techyaz.com/wp-content/uploads/2018/06/AOAG-FCI-Patching-min-1024x333.jpg" alt="Patch SQL Server failover cluster instance running with AOAG" width="757" height="246" srcset="https://techyaz.com/wp-content/uploads/2018/06/AOAG-FCI-Patching-min-1024x333.jpg 1024w, https://techyaz.com/wp-content/uploads/2018/06/AOAG-FCI-Patching-min-300x98.jpg 300w, https://techyaz.com/wp-content/uploads/2018/06/AOAG-FCI-Patching-min-768x250.jpg 768w, https://techyaz.com/wp-content/uploads/2018/06/AOAG-FCI-Patching-min.jpg 1115w" sizes="auto, (max-width: 757px) 100vw, 757px" /></p>
<p>Now we have to upgrade or patch this AOAG cluster instance configuration. Keep reading this article to understand step by step process to patch such complex AOAG configuration.</p>
<p>We can see above SQL Server cluster instances have Always on Availability Group so we will follow rolling upgrade process to perform upgrade or patch on these SQL Server cluster instances. The sequence to upgrade SQL Server cluster instances having AOAG configuration is to go from passive to active. We will upgrade the inactive nodes before upgrading the active nodes. Have a look at below step by step process.</p>
<ol>
<li>First upgrade or patch passive node of SQL Server cluster instance <strong>FCIB</strong> i.e. <em><strong>Node 4</strong></em>.</li>
<li>Once you will update node 4 of above image configuration then next step is to <em><strong>failover</strong></em> second SQL Server cluster instance FCIB to upgraded instance Node 4 that is hosted in data center 2.</li>
<li>Once you performed failover for cluster instance <strong>FCIB</strong> to node 4 then next step is to patch <em><strong>node 3</strong></em> that will be in passive state of this inactive SQL Server cluster instance. You can failback SQL Server cluster instance FCIB to node 3 again post patching. This failback is an optional step and not mandatory. Now you have applied latest patch level or upgraded your SQL Server cluster instance FCIB hosted in two cluster nodes in data center 2. Next, we will follow same process to apply patches in data center 1.</li>
<li>Apply patch on SQL Server cluster <em><strong>node 2</strong></em> or upgrade SQL Server cluster node installed on node 2 machine as it’s passive node of SQL Server cluster instance <strong>FCIA</strong>.</li>
<li>Once you have upgraded or patched node 2 in data center 1 next we will <em><strong>failover</strong></em> SQL Server cluster instance FCIA to node 2. Now node 2 will run active instance of SQL Server cluster setup. But If you have enabled change data capture feature or replication configured on your SQL Server cluster instance then you should run few additional steps as described here. Once you upgraded or patched all secondary replicas then fail over the Availability Group to an upgraded instance. Now run below command on your primary replica.</li>
</ol>
<pre style="padding-left: 60px;"><strong><span style="color: #0000ff;">EXECUTE [master].[sys].[sp_vupgrade_replication];</span></strong></pre>
<ol start="6">
<li>Go ahead after execution of above command and upgrade or patch SQL Server cluster instance that was originally the primary replica i.e. Node 1</li>
</ol>
<ol start="7">
<li>Now, patch SQL Server cluster instance that is hosted on <em><strong>node 1</strong></em> and was original primary replica that is now acting as passive in this cluster setup. Once done you can failback SQL Server cluster instance FCIA to again node 1 as active node. Here, you have patched or upgraded all SQL Server cluster instances hosted on these four nodes.</li>
</ol>
<p>Here, I have described how to upgrade or patch SQL Server failover cluster instance that is running with Always on Availability Group. I hope you like this article. Please follow our <a href="https://www.facebook.com/Techyaz/">Facebook</a> page and <a href="https://twitter.com/Tech_yaz">Twitter</a> handle to get latest updates.</p>
<p><span style="color: #800000;"><em><strong>Read More:</strong></em></span></p>
<ul>
<li><strong><a href="https://techyaz.com/sql-server/restore-database-participating-alwayson-availability-group/" target="_blank" rel="noopener">How to Restore a Database participating in AOAG?</a></strong></li>
<li><strong><a href="https://techyaz.com/sql-server/alwayson/sql-server-alwayson-interview-questions-answers/" target="_blank" rel="noopener">SQL Server Alwayson Interview Questions &amp; Answers</a></strong></li>
<li><strong><a href="https://techyaz.com/sql-server/alwayson/change-failover-mode-of-availability-replica-in-always-on-availability-group/" target="_blank" rel="noopener">Change Failover Mode of Availability Replica in AOAG</a></strong></li>
<li><strong><a href="https://techyaz.com/sql-server/add-database-availability-group/" target="_blank" rel="noopener">Add a New Database to Availability Group</a></strong></li>
</ul>
<p>The post <a href="https://techyaz.com/sql-server/alwayson/upgrade-or-patch-sql-server-failover-cluster-instance-with-availability-group/">Upgrade or Patch SQL Server Failover Cluster Instance Running with Availability Group</a> appeared first on <a href="https://techyaz.com">Techyaz.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://techyaz.com/sql-server/alwayson/upgrade-or-patch-sql-server-failover-cluster-instance-with-availability-group/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Fix AOAG Listener Error 19471: Kerberos Status is Showing The handle is Invalid</title>
		<link>https://techyaz.com/sql-server/alwayson/fix-aoag-listener-error-19471-kerberos-status-showing-handle-invalid/</link>
					<comments>https://techyaz.com/sql-server/alwayson/fix-aoag-listener-error-19471-kerberos-status-showing-handle-invalid/#respond</comments>
		
		<dc:creator><![CDATA[Manvendra Deo Singh]]></dc:creator>
		<pubDate>Thu, 28 Sep 2017 13:44:47 +0000</pubDate>
				<category><![CDATA[AlwaysOn]]></category>
		<category><![CDATA[Clustering]]></category>
		<category><![CDATA[Database Mirroring]]></category>
		<category><![CDATA[AOAG]]></category>
		<category><![CDATA[AOAG Listener]]></category>
		<category><![CDATA[HowTO]]></category>
		<category><![CDATA[Listener Issue]]></category>
		<category><![CDATA[SQL_Error_Code]]></category>
		<guid isPermaLink="false">http://techyaz.com/?p=985</guid>

					<description><![CDATA[<p>I was configuring AlwaysOn Availability Group between two replicas. Everything was configured successfully but Listener was failed to create with an error 19471. I have already explained how to fix listener error 19471 in attached article but this has not&#46;&#46;&#46;</p>
<p>The post <a href="https://techyaz.com/sql-server/alwayson/fix-aoag-listener-error-19471-kerberos-status-showing-handle-invalid/">Fix AOAG Listener Error 19471: Kerberos Status is Showing The handle is Invalid</a> appeared first on <a href="https://techyaz.com">Techyaz.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I was configuring <a href="https://techyaz.com/sql-server/alwayson-availability-group/" target="_blank" rel="noopener">AlwaysOn Availability Group</a> between two replicas. Everything was configured successfully but Listener was failed to create with an error 19471. I have already explained <a href="https://techyaz.com/sql-server/troubleshooting/fix-error-19471-listener-issue-that-came-during-configuring-sql-server-alwayson-availability-group/" target="_blank" rel="noopener">how to fix listener error 19471</a> in attached article but this has not helped me. Here i will explain another aspect of this error along with their fix.</p>
<h3><span style="color: #000080;">AlwaysOn Listener Error 19471</span></h3>
<p>When i checked the <strong>AlwaysOn High Availability</strong> folder in SSMS on any of the replica, everything was working fine. AOAG was configured successfully and working fine but listener was not configured due to below listener error 19471. You can see this in below screenshot.</p>
<div class="codediv"><strong><span class="kwrd" style="color: red;">Create failed for Availability Group Listener &#8216;Listener-Name&#8217;. (Error: 19471)<br />
</span></strong></div>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-987" src="http://techyaz.com/wp-content/uploads/2017/09/1-listenerIssue.jpg" alt="Listener Error 19471" width="673" height="371" srcset="https://techyaz.com/wp-content/uploads/2017/09/1-listenerIssue.jpg 673w, https://techyaz.com/wp-content/uploads/2017/09/1-listenerIssue-300x165.jpg 300w" sizes="auto, (max-width: 673px) 100vw, 673px" /></p>
<p>I tried creating Listener name using &#8220;<strong>Add Listener&#8230;</strong>&#8221; wizard in SSMS but failed with same error. I observed root cause of this issue during following steps given in my last article that i have attached in first paragraph. Make sure to clear all entries from DNS for your listener Name and IP, if there is any.</p>
<h3><span style="color: #000080;">Kerberos Status: The handle is Invalid</span></h3>
<p>First we will create a Client Access Point(CAP) in FCM for this listener name to check the status of NetBIOS, DNS &amp; Kerberos that will help us to go deeper inside the issue.</p>
<ol>
<li>Launch <strong>Failover Cluster Manager</strong> and click on <strong>Roles</strong> tab from left side pane. Here you can see your availability group role in right side pane.</li>
<li>Right click on this role and select &#8220;<strong>Add Resources</strong>&#8221; then &#8220;<strong>Client Access Point</strong>&#8220;.</li>
<li>Enter the <strong>Listener name</strong> and its <strong>IP address</strong> and click on <strong>Next</strong> button to proceed.</li>
<li>Click on <strong>Finish</strong> button of final screen to create the <strong>Listener Client Access Point</strong> in FCM.</li>
<li>Once CAP will be created in FCM, it will be in <strong>Offline</strong> state. <strong>Right click</strong> on listener CAP and click on &#8220;<strong>Bring Online</strong>&#8221; to bring it online. You can see Listener IP comes online but Listener name still shows in offline state.</li>
</ol>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-988" src="http://techyaz.com/wp-content/uploads/2017/09/2-CAL.jpg" alt="client access point in failover cluster manager" width="799" height="481" srcset="https://techyaz.com/wp-content/uploads/2017/09/2-CAL.jpg 799w, https://techyaz.com/wp-content/uploads/2017/09/2-CAL-300x181.jpg 300w, https://techyaz.com/wp-content/uploads/2017/09/2-CAL-768x462.jpg 768w" sizes="auto, (max-width: 799px) 100vw, 799px" /></p>
<p>Now double click on listener client access point or right click on it and choose properties. You will get CAP property window as shown in below image.</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-989" src="http://techyaz.com/wp-content/uploads/2017/09/3-CAL-Property.jpg" alt="CAP Property" width="417" height="499" srcset="https://techyaz.com/wp-content/uploads/2017/09/3-CAL-Property.jpg 417w, https://techyaz.com/wp-content/uploads/2017/09/3-CAL-Property-251x300.jpg 251w" sizes="auto, (max-width: 417px) 100vw, 417px" /></p>
<p>You can see, this time issue is with <strong>Kerberos status</strong> that is showing as &#8220;<strong>The handle is invalid</strong>&#8220;. Earlier DNS status was not ok in <a href="https://techyaz.com/sql-server/troubleshooting/fix-error-19471-listener-issue-that-came-during-configuring-sql-server-alwayson-availability-group/" target="_blank" rel="noopener">last article</a>.</p>
<h3><span style="color: #000080;">Fix Kerberos Status <em>The handle is invalid</em></span></h3>
<p>When i look into Active Directory server, i found that listener name object was showing as disabled as shown in below image.</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-large wp-image-990" src="http://techyaz.com/wp-content/uploads/2017/09/4-AD-1024x124.jpg" alt="listener name is showing as disabled" width="1024" height="124" srcset="https://techyaz.com/wp-content/uploads/2017/09/4-AD-1024x124.jpg 1024w, https://techyaz.com/wp-content/uploads/2017/09/4-AD-300x36.jpg 300w, https://techyaz.com/wp-content/uploads/2017/09/4-AD-768x93.jpg 768w, https://techyaz.com/wp-content/uploads/2017/09/4-AD.jpg 1137w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></p>
<p>I decided to enable it and then to create listener. <strong>Right click</strong> on listener name object on AD that are showing in disable mode with down arrow and click on &#8220;<strong>Enable Account</strong>&#8221; button as per below image.</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-991" src="http://techyaz.com/wp-content/uploads/2017/09/5-AD.jpg" alt="Enable listener name object in AD" width="880" height="176" srcset="https://techyaz.com/wp-content/uploads/2017/09/5-AD.jpg 880w, https://techyaz.com/wp-content/uploads/2017/09/5-AD-300x60.jpg 300w, https://techyaz.com/wp-content/uploads/2017/09/5-AD-768x154.jpg 768w" sizes="auto, (max-width: 880px) 100vw, 880px" /></p>
<p>You can see, listener name account is enabled and down arrow that are showing during disabled mode is not showing now.</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-992" src="http://techyaz.com/wp-content/uploads/2017/09/6-AD.jpg" alt="Enable listener name object in AD" width="666" height="71" srcset="https://techyaz.com/wp-content/uploads/2017/09/6-AD.jpg 666w, https://techyaz.com/wp-content/uploads/2017/09/6-AD-300x32.jpg 300w" sizes="auto, (max-width: 666px) 100vw, 666px" /></p>
<p>Once you enabled the listener name object in AD, bring your listener CAP online in FCM. Right click on listener client access point and click on bring online. You can see listener CAP is showing online now.</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-993" src="http://techyaz.com/wp-content/uploads/2017/09/7-CAL-online.jpg" alt="Bring CAP Online" width="779" height="363" srcset="https://techyaz.com/wp-content/uploads/2017/09/7-CAL-online.jpg 779w, https://techyaz.com/wp-content/uploads/2017/09/7-CAL-online-300x140.jpg 300w, https://techyaz.com/wp-content/uploads/2017/09/7-CAL-online-768x358.jpg 768w" sizes="auto, (max-width: 779px) 100vw, 779px" /></p>
<p>When you will launch its property window, you will see the status of NetBIOS, DNS and Kerberos are showing OK now. Close this property window to proceed.</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-994" src="http://techyaz.com/wp-content/uploads/2017/09/8-CAL-Property.jpg" alt="CAP Property" width="419" height="491" srcset="https://techyaz.com/wp-content/uploads/2017/09/8-CAL-Property.jpg 419w, https://techyaz.com/wp-content/uploads/2017/09/8-CAL-Property-256x300.jpg 256w" sizes="auto, (max-width: 419px) 100vw, 419px" /><br />
Now we will follow same process that we have followed in my last article. We will remove this listener CAP from FCM and then add listener in AOAG in SSMS. Right click on <strong>CAP</strong> in FCM and click on <strong>Remove</strong> button to delete it.</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-995" src="http://techyaz.com/wp-content/uploads/2017/09/9-Remove-CAL.jpg" alt="Remove CAP" width="563" height="289" srcset="https://techyaz.com/wp-content/uploads/2017/09/9-Remove-CAL.jpg 563w, https://techyaz.com/wp-content/uploads/2017/09/9-Remove-CAL-300x154.jpg 300w" sizes="auto, (max-width: 563px) 100vw, 563px" /></p>
<p>Once CAP will be removed, launch the <strong>SSMS</strong> and connect to your <strong>Primary Replica</strong>. Expand <strong>AlwaysOn High Availability</strong> folder followed by <strong>Availability Group</strong>. Now you can right click on <strong>Availability Group Listeners</strong> and click on <strong>Add Listener</strong> option. You will get below window to configure it.</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-996" src="http://techyaz.com/wp-content/uploads/2017/09/10-Create-Listener.jpg" alt="Configure Listener" width="707" height="629" srcset="https://techyaz.com/wp-content/uploads/2017/09/10-Create-Listener.jpg 707w, https://techyaz.com/wp-content/uploads/2017/09/10-Create-Listener-300x267.jpg 300w" sizes="auto, (max-width: 707px) 100vw, 707px" /></p>
<p>Enter the <strong>listener name</strong>, <strong>port</strong> and then add its <strong>IP</strong>. Once you entered all details, click on <strong>OK</strong> button to create the listener. This time, listener will be created on all replicas. You can see i have just created listener for my alwayson availability group that are showing in below image for both replicas.</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-997" src="http://techyaz.com/wp-content/uploads/2017/09/11-Listener-created.jpg" alt="listener in ssms" width="363" height="607" srcset="https://techyaz.com/wp-content/uploads/2017/09/11-Listener-created.jpg 363w, https://techyaz.com/wp-content/uploads/2017/09/11-Listener-created-179x300.jpg 179w" sizes="auto, (max-width: 363px) 100vw, 363px" /></p>
<p><em><span style="color: #800000;"><strong>Related Articles:</strong></span></em></p>
<ul>
<li><strong><a href="https://techyaz.com/sql-server/troubleshooting/fix-error-19471-listener-issue-that-came-during-configuring-sql-server-alwayson-availability-group/" target="_blank" rel="noopener">How to fix Listener Error 19471: DNS Status is showing &#8220;The handle is invalid&#8221; for Listener CAP in FCM</a></strong></li>
<li><strong><a href="https://techyaz.com/sql-server/troubleshooting/fix-error-976/" target="_blank" rel="noopener">Fix Error 976: Cannot connect to Secondary Replica</a></strong></li>
<li><strong><a href="https://techyaz.com/sql-server/alwayson/fix-error-15141-server-principal-owns-one-endpoints-cannot-dropped/" target="_blank" rel="noopener">How to fix error 15141: The server principal owns one or more endpoint(s) and cannot be dropped</a></strong></li>
<li><strong><a href="https://techyaz.com/sql-server/troubleshooting/fix-error-15434-not-drop-login-user-currently-logged/" target="_blank" rel="noopener">Fix Error 15434: Could not drop login ‘XXX\yyyy’ as the user is currently logged in</a></strong></li>
</ul>
<p>I hope you like this article. Please follow us on our <a href="https://www.facebook.com/Techyaz/">facebook page</a> and on <a href="https://twitter.com/Tech_yaz">Twitter </a>handle to get latest updates.</p>
<p>The post <a href="https://techyaz.com/sql-server/alwayson/fix-aoag-listener-error-19471-kerberos-status-showing-handle-invalid/">Fix AOAG Listener Error 19471: Kerberos Status is Showing The handle is Invalid</a> appeared first on <a href="https://techyaz.com">Techyaz.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://techyaz.com/sql-server/alwayson/fix-aoag-listener-error-19471-kerberos-status-showing-handle-invalid/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Why is Secondary Replica Showing in Resolving state after AOAG Automatic failover?</title>
		<link>https://techyaz.com/sql-server/alwayson/secondary-replica-not-coming-online-showing-resolving-state-automatic-failover-alwayson-availability-group-configuration/</link>
					<comments>https://techyaz.com/sql-server/alwayson/secondary-replica-not-coming-online-showing-resolving-state-automatic-failover-alwayson-availability-group-configuration/#comments</comments>
		
		<dc:creator><![CDATA[Manvendra Deo Singh]]></dc:creator>
		<pubDate>Wed, 02 Aug 2017 15:29:46 +0000</pubDate>
				<category><![CDATA[AlwaysOn]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[AOAG]]></category>
		<category><![CDATA[Clustering]]></category>
		<category><![CDATA[HADR]]></category>
		<category><![CDATA[HowTO]]></category>
		<category><![CDATA[SQL_Error_Code]]></category>
		<guid isPermaLink="false">http://techyaz.com/?p=341</guid>

					<description><![CDATA[<p>Sometimes AOAG configuration stuck in resolving state and its secondary Replica does not come online. When you check the Alwayson Availability Group configuration, you find it showing in resolving state after Automatic failover of AOAG Configuration. Let us get the&#46;&#46;&#46;</p>
<p>The post <a href="https://techyaz.com/sql-server/alwayson/secondary-replica-not-coming-online-showing-resolving-state-automatic-failover-alwayson-availability-group-configuration/">Why is Secondary Replica Showing in Resolving state after AOAG Automatic failover?</a> appeared first on <a href="https://techyaz.com">Techyaz.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Sometimes AOAG configuration stuck in resolving state and its secondary Replica does not come online. When you check the Alwayson Availability Group configuration, you find it showing in resolving state after Automatic failover of AOAG Configuration. Let us get the reason behind secondary replica stuck in resolving state and solution to overcome such issues in future.</p>
<h3><span style="color: #000080;"><strong>SQL Server AlwaysOn Availability Group</strong></span></h3>
<p><strong><a href="https://techyaz.com/sql-server/alwayson-availability-group/" target="_blank" rel="noopener">SQL Server AlwaysOn Availability Group</a></strong> is an advanced version of database mirroring and introduced in SQL Server 2012. AOAG is HA &amp; DR solution for SQL Server databases. We can group a bunch of databases as one Availability Group and failover/failback as one entity whereas it was not possible in database mirroring. Database Mirroring can be configured only for single database at a time. You can visit the attached link to learn more about <strong><a href="https://techyaz.com/sql-server/alwayson-availability-group/" target="_blank" rel="noopener">AlwaysOn Basics.</a></strong></p>
<p>I have also an AOAG configuration in my environment which is set for Automatic failover between both replicas. Last week, we faced an issue during automatic failover. Secondary replica was not transitioning as primary replica during an automatic failover and it was stuck in &#8220;Resolving&#8221; state. It was full down time for application because primary replica was lost and availability databases were not coming online on secondary replica.</p>
<p>I will explain step by step method to make you understand the issue and the fix.</p>
<h3><span style="color: #000080;"><strong>Automatic Failover Not Working and Secondary Replica Stuck in Resolving State</strong></span></h3>
<p>As secondary replica is not transitioning as primary replica after failover because secondary replica hung in resolving state so here, we will check the main root cause and its fix so that secondary replica comes online after every failover. Let&#8217;s check the current configuration of this AOAG. Run below command to get the AOAG details. We can see the configuration is running into automatic failover mode.</p>
<div class="codediv">
<pre><strong><span style="color: #0000ff;">SELECT replica_server_name, availability_mode, availability_mode_desc, failover_mode, failover_mode_desc
FROM sys.availability_replicas
</span></strong></pre>
</div>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-342" src="http://techyaz.com/wp-content/uploads/2017/08/1-check-AOAG-details.jpg" alt="Check AoAG details" width="1009" height="171" srcset="https://techyaz.com/wp-content/uploads/2017/08/1-check-AOAG-details.jpg 1009w, https://techyaz.com/wp-content/uploads/2017/08/1-check-AOAG-details-300x51.jpg 300w, https://techyaz.com/wp-content/uploads/2017/08/1-check-AOAG-details-768x130.jpg 768w" sizes="auto, (max-width: 1009px) 100vw, 1009px" /></p>
<p>Now connect to secondary replica in SQL Server Management Studio. Expand the AlwaysOn High Availability folder followed by Availability Group folder. Here, you can see the current state of this availability group which is showing in <em>Resolving</em> state.<br />
<img loading="lazy" decoding="async" class="aligncenter size-full wp-image-343" src="http://techyaz.com/wp-content/uploads/2017/08/2-secondary-replica-status-post-failover.jpg" alt="secondary replica status in resolving state post failover" width="463" height="317" srcset="https://techyaz.com/wp-content/uploads/2017/08/2-secondary-replica-status-post-failover.jpg 463w, https://techyaz.com/wp-content/uploads/2017/08/2-secondary-replica-status-post-failover-300x205.jpg 300w" sizes="auto, (max-width: 463px) 100vw, 463px" /></p>
<p>I checked the SQL Server error log file but i did not get enough information about this issue to proceed. I searched about this issue and got few suggestions on web that i should check the cluster log. I checked failover cluster manager for critical events. I got below event in failover cluster manager.</p>
<div class="codediv">
<pre><strong><span style="color: #0000ff;">Clustered role 'AG_***' has exceeded its failover threshold. It has exhausted the configured number of failover attempts within the failover period of time allotted to it and will be left in a failed state.
No additional attempts will be made to bring the role online or fail it over to another node in the cluster.
Please check the events associated with the failure. After the issues causing the failure are resolved the role can be brought online manually or the cluster may attempt to bring it online again after the restart delay period.</span></strong></pre>
</div>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-344" src="http://techyaz.com/wp-content/uploads/2017/08/3-check-cluster-events.jpg" alt="check cluster events" width="799" height="333" srcset="https://techyaz.com/wp-content/uploads/2017/08/3-check-cluster-events.jpg 799w, https://techyaz.com/wp-content/uploads/2017/08/3-check-cluster-events-300x125.jpg 300w, https://techyaz.com/wp-content/uploads/2017/08/3-check-cluster-events-768x320.jpg 768w" sizes="auto, (max-width: 799px) 100vw, 799px" /></p>
<h3><span style="color: #000080;"><strong>Fix Resolving state and Make Secondary Replica Primary</strong></span></h3>
<p>Above issue clearly indicates about some cluster configuration related to role created for AOAG. As we can see, there is one role is showing under roles tab of this cluster group in below image. We can see the current owner of this role is still showing as node 1.<br />
<img loading="lazy" decoding="async" class="aligncenter size-full wp-image-345" src="http://techyaz.com/wp-content/uploads/2017/08/4-FCM-status.jpg" alt="failover cluster manager status" width="799" height="212" srcset="https://techyaz.com/wp-content/uploads/2017/08/4-FCM-status.jpg 799w, https://techyaz.com/wp-content/uploads/2017/08/4-FCM-status-300x80.jpg 300w, https://techyaz.com/wp-content/uploads/2017/08/4-FCM-status-768x204.jpg 768w" sizes="auto, (max-width: 799px) 100vw, 799px" /></p>
<p>Now right click on this role and choose properties as per below image.<br />
<img loading="lazy" decoding="async" class="aligncenter size-full wp-image-346" src="http://techyaz.com/wp-content/uploads/2017/08/5-FCM-Roles-Properties.jpg" alt="Role properties in FCM" width="583" height="430" srcset="https://techyaz.com/wp-content/uploads/2017/08/5-FCM-Roles-Properties.jpg 583w, https://techyaz.com/wp-content/uploads/2017/08/5-FCM-Roles-Properties-300x221.jpg 300w" sizes="auto, (max-width: 583px) 100vw, 583px" /></p>
<p>You will get a properties window as shown in below screenshot. Now click on &#8220;Failover&#8221; tab of this screen to check the failover threshold details.<br />
<img loading="lazy" decoding="async" class="aligncenter size-full wp-image-347" src="http://techyaz.com/wp-content/uploads/2017/08/6-FCM-Roles-property.jpg" alt="FCM Role Properties" width="421" height="495" srcset="https://techyaz.com/wp-content/uploads/2017/08/6-FCM-Roles-property.jpg 421w, https://techyaz.com/wp-content/uploads/2017/08/6-FCM-Roles-property-255x300.jpg 255w" sizes="auto, (max-width: 421px) 100vw, 421px" /></p>
<p>We can see the failover threshold is set to only 1 in the 6 hours. It means if any failover happen more than once in the 6 hrs time period it will remain in failed state and will not try to come online. Now increase this value as per your need. I have changed it to 10. Click on apply and Ok button.<br />
<img loading="lazy" decoding="async" class="aligncenter size-full wp-image-348" src="http://techyaz.com/wp-content/uploads/2017/08/7-FCM-Roles-property-change-value.jpg" alt="FCM Role Properties" width="409" height="495" srcset="https://techyaz.com/wp-content/uploads/2017/08/7-FCM-Roles-property-change-value.jpg 409w, https://techyaz.com/wp-content/uploads/2017/08/7-FCM-Roles-property-change-value-248x300.jpg 248w" sizes="auto, (max-width: 409px) 100vw, 409px" /></p>
<p>Now, secondary replica of availability databases will not come online automatically. We need to bring them online. We have multiple options to bring them online from resolving state. You can directly run the failover by right click on availability group in SSMS and then proceed with failover.</p>
<p>Another option is to bring them online from failover cluster manager. You can either right click on the AOAG role and click on &#8220;Bring Online&#8230;&#8221; option or you can failover it to best possible node. As primary replica is down and not accessible so it will be failed over to the secondary replica only because this node is only available this time. Let&#8217;s right click on AOAG role in failover cluster manager, choose move and then click on &#8220;Best Possible Node&#8221;<br />
<img loading="lazy" decoding="async" class="aligncenter size-full wp-image-349" src="http://techyaz.com/wp-content/uploads/2017/08/8-FCM-Failover-post-change.jpg" alt="FCM failover post increasing failover threshold " width="807" height="375" srcset="https://techyaz.com/wp-content/uploads/2017/08/8-FCM-Failover-post-change.jpg 807w, https://techyaz.com/wp-content/uploads/2017/08/8-FCM-Failover-post-change-300x139.jpg 300w, https://techyaz.com/wp-content/uploads/2017/08/8-FCM-Failover-post-change-768x357.jpg 768w" sizes="auto, (max-width: 807px) 100vw, 807px" /></p>
<p>It will process and come online within few seconds and this time you can see this role is online from node 2 as current owner is showing as node 2 now.<br />
<img loading="lazy" decoding="async" class="aligncenter size-full wp-image-350" src="http://techyaz.com/wp-content/uploads/2017/08/9-AOAG-Role-online.jpg" alt="Bring role online" width="801" height="365" srcset="https://techyaz.com/wp-content/uploads/2017/08/9-AOAG-Role-online.jpg 801w, https://techyaz.com/wp-content/uploads/2017/08/9-AOAG-Role-online-300x137.jpg 300w, https://techyaz.com/wp-content/uploads/2017/08/9-AOAG-Role-online-768x350.jpg 768w" sizes="auto, (max-width: 801px) 100vw, 801px" /></p>
<p>We can also validate this change while making a database connection to the secondary replica in SSMS. Connect to secondary replica and expand the AlwaysOn Availability Group folders. You can see now availability group is showing as primary. That means your database is online from secondary replica to accept the user connections.<br />
<img loading="lazy" decoding="async" class="aligncenter size-full wp-image-351" src="http://techyaz.com/wp-content/uploads/2017/08/10-AOAG-secondary-replica.jpg" alt="resolving state changed to primary" width="271" height="275" /></p>
<p>You can also test this exercise to make sure automatic failover is working fine or not to prevent this kind of future outages. Once your earlier primary replica comes online, you shutdown SQL Server services on secondary replica/current primary replica. Once it will go down, your current secondary replica becomes primary automatically. Before shutdown SQL Server services, make sure databases should be fully synchronized.</p>
<p>Hee, we have fixed Alwayson issue where secondary replica is not coming online after failover and hung in resolving state. I hope you like this article. Please follow us on our <a href="https://www.facebook.com/Techyaz/">facebook page</a> and on <a href="https://twitter.com/Tech_yaz">Twitter </a>handle to get latest updates.</p>
<p><em><strong>Read More:</strong></em></p>
<ul>
<li><strong><a href="https://techyaz.com/sql-server/upgrade-patch-availability-group-instances/" target="_blank" rel="noopener">How to Upgrade or Apply Patches on AOAG Instances?</a></strong></li>
<li><strong><a href="https://techyaz.com/sql-server/alwayson/fix-aoag-listener-error-19471-kerberos-status-showing-handle-invalid/" target="_blank" rel="noopener">Fix AOAG Listener Error 19471: The handle is Invalid</a></strong></li>
<li><strong><a href="https://techyaz.com/sql-server/restore-database-participating-alwayson-availability-group/" target="_blank" rel="noopener">How to Restore a Database participating in AOAG?</a></strong></li>
<li><strong><a href="https://techyaz.com/sql-server/troubleshooting/fixing-sap-connectivity-issue-aoag-automatic-failover/" target="_blank" rel="noopener">Fix Application Connectivity Issue after AOAG Failover</a></strong></li>
</ul>
<p>The post <a href="https://techyaz.com/sql-server/alwayson/secondary-replica-not-coming-online-showing-resolving-state-automatic-failover-alwayson-availability-group-configuration/">Why is Secondary Replica Showing in Resolving state after AOAG Automatic failover?</a> appeared first on <a href="https://techyaz.com">Techyaz.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://techyaz.com/sql-server/alwayson/secondary-replica-not-coming-online-showing-resolving-state-automatic-failover-alwayson-availability-group-configuration/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
