<?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>Edwin M SarmientoThe Windows Server Failover Cluster Properties That We Almost Always Ignore &#8211; Edwin M Sarmiento</title>
	<atom:link href="https://www.edwinmsarmiento.com/the-windows-server-failover-cluster-properties-that-we-almost-always-ignore/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.edwinmsarmiento.com</link>
	<description>Intentional Excellence</description>
	<lastBuildDate>Mon, 13 Apr 2026 21:00:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
<site xmlns="com-wordpress:feed-additions:1">84283043</site>		<item>
		<title>The Windows Server Failover Cluster Properties That We Almost Always Ignore</title>
		<link>https://www.edwinmsarmiento.com/the-windows-server-failover-cluster-properties-that-we-almost-always-ignore/</link>
		<comments>https://www.edwinmsarmiento.com/the-windows-server-failover-cluster-properties-that-we-almost-always-ignore/#comments</comments>
		<pubDate>Thu, 03 Sep 2015 01:53:38 +0000</pubDate>
		<dc:creator>Edwin M Sarmiento</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[failover cluster]]></category>
		<category><![CDATA[heartbeat]]></category>
		<category><![CDATA[SameSubnetDelay]]></category>
		<category><![CDATA[SameSubnetThreshold]]></category>
		<category><![CDATA[WSFC]]></category>
		<guid isPermaLink="false">http://www.edwinmsarmiento.com/?p=2050</guid>

				<description><![CDATA[Have you been made aware of an item in your household that seem so common and familiar but that could have an impact in your safety? Like that little remote you tuck in the sun visor of your car to open your garage. In case you are not aware, someone might be able to hack open your [&#8230;]]]></description>
					<content:encoded><![CDATA[<img width="760" height="585" src="https://www.edwinmsarmiento.com/wp-content/uploads/2015/09/liftmaster-893max-760x585.jpg" class="featured-image wp-post-image" alt="" srcset="https://www.edwinmsarmiento.com/wp-content/uploads/2015/09/liftmaster-893max-760x585.jpg 760w, https://www.edwinmsarmiento.com/wp-content/uploads/2015/09/liftmaster-893max-300x231.jpg 300w, https://www.edwinmsarmiento.com/wp-content/uploads/2015/09/liftmaster-893max-1024x788.jpg 1024w, https://www.edwinmsarmiento.com/wp-content/uploads/2015/09/liftmaster-893max-518x400.jpg 518w, https://www.edwinmsarmiento.com/wp-content/uploads/2015/09/liftmaster-893max-82x63.jpg 82w, https://www.edwinmsarmiento.com/wp-content/uploads/2015/09/liftmaster-893max-600x462.jpg 600w" sizes="(max-width: 760px) 100vw, 760px" /><p>Have you been made aware of an item in your household that seem so common and familiar but that could have an impact in your safety? Like that little remote you tuck in the sun visor of your car to open your garage. In case you are not aware, someone might be able to <a href="http://www.itstactical.com/intellicom/physical-security/how-to-hack-a-garage-door-in-under-10-seconds-and-what-you-can-do-about-it/" target="_blank" rel="noopener">hack open your garage door</a> without you knowing.</p>
<p>Similarly, when you are deploying and/or managing a Windows Server Failover Cluster (WSFC) for either a traditional SQL Server Failover Clustered Instance (FCI) or Availability Group (AG,) there are properties that we almost always ignore or, even worse, are not even aware of. These properties affect your WSFC availability which in turn affect all of the clustered applications running on top of it. I, myself, have not been aware of them until I started designing and deploying multi-subnet WSFC in Windows Server 2008.  These properties are the <strong><a href="https://msdn.microsoft.com/en-us/library/jj151938(v=vs.85).aspx" target="_blank" rel="noopener">SameSubnetDelay</a></strong> and <strong><a href="https://msdn.microsoft.com/en-us/library/jj151939(v=vs.85).aspx" target="_blank" rel="noopener">SameSubnetThreshold</a></strong>.</p>
<h2>The WSFC Heartbeat</h2>
<p>Inter-node communication is critical to proper operation of a WSFC. This is where the concept of a heartbeat comes in. The <a href="https://en.wikipedia.org/wiki/Heartbeat_network" target="_blank" rel="noopener">heartbeat</a> is the communication between nodes in a cluster that determines their status. This communication medium exists only within the cluster and transported thru the available network adapters in the nodes. I simply look at the heartbeat communication as a means for the cluster to know what is going on within its members. Imagine the cluster asking the nodes, &#8220;<em><strong>are you OK?</strong></em>&#8221; on a regular basis.</p>
<p>The <strong><a href="https://msdn.microsoft.com/en-us/library/jj151938(v=vs.85).aspx" target="_blank" rel="noopener">SameSubnetDelay</a></strong> property is the amount of time it takes for the WSFC to ask the next &#8220;<em><strong>are you OK?</strong></em>&#8221; question. This property value is set in milliseconds where the default value is 1000 or one (1) second. That means the WSFC will ask the &#8220;<em><strong>are you OK?</strong></em>&#8221; question to all of the nodes every second. Now, if this was my friend asking the question, it could be very annoying to hear it every second. It&#8217;s like getting a text message on my phone every second and making sure I respond immediately. The <strong><a href="https://msdn.microsoft.com/en-us/library/jj151939(v=vs.85).aspx" target="_blank" rel="noopener">SameSubnetThreshold</a> </strong>property defines how many times the question wasn&#8217;t answered before the WSFC concludes that there is something wrong. This property value is set in numeric type where the default value is five (5.) That means the WSFC will ask the &#8220;<em><strong>are you OK?</strong></em>&#8221; question five times and not get a response consecutively, like getting a text message on my phone every second for 5 seconds but not responding to it. My friend would probably panic and assume that there&#8217;s something wrong. Now, you might be thinking, &#8220;<span style="color: #800000;"><em><strong>how can that be so important?</strong></em></span>&#8221; I&#8217;m glad you asked.</p>
<h2>How the WSFC Heartbeat Affects the Quorum</h2>
<p>In a <a href="https://www.edwinmsarmiento.com/so-you-think-your-sql-server-availability-group-is-really-highly-available/" target="_blank" rel="noopener">previous blog post</a>, I talked about why quorum matters and how it affects the availability of the WSFC. If a node in a WSFC does not respond within the configured <strong><a href="https://msdn.microsoft.com/en-us/library/jj151938(v=vs.85).aspx" target="_blank" rel="noopener">SameSubnetDelay</a></strong> and <strong><a href="https://msdn.microsoft.com/en-us/library/jj151939(v=vs.85).aspx" target="_blank" rel="noopener">SameSubnetThreshold</a> </strong>values, it is considered to be unavailable and, therefore, cannot vote towards the quorum. Eventually, when the WSFC no longer has majority of votes because of the unavailable nodes, it will take itself offline. Unfortunately, in a traditional 2-node WSFC configuration where both nodes in a cluster are in the same data center, we barely even notice these properties. In the past, it was common to use cross-over cables to connect two servers directly for dedicated heartbeat communications; for more than two nodes in a WSFC, a dedicated router/switch is used. Because the cluster heartbeat communication goes thru a dedicated network path, there are no interruptions and noticeable latency.</p>
<h2>The Appropriate Values For These Properties</h2>
<p>In a perfect world, we don&#8217;t really need to change these default values. But as more components are added in your network infrastructure &#8211; virtualization, network routing, firewalls, etc. &#8211; on top of existing traffic that is already going thru, the heartbeat communication might suffer. Imagine driving in a highway where you have five lanes. Even if you have a very wide road, traffic congestion will not allow you to go your usual speed. But even if you only have a single-lane road, if you are the only one using it, you are guaranteed to go with the recommended speed. Same thing with the heartbeat communications. While it is OK to accept the default values of one (1) and five (5)  for the <strong><a href="https://msdn.microsoft.com/en-us/library/jj151938(v=vs.85).aspx" target="_blank" rel="noopener">SameSubnetDelay</a></strong> and <strong><a href="https://msdn.microsoft.com/en-us/library/jj151939(v=vs.85).aspx" target="_blank" rel="noopener">SameSubnetThreshold</a></strong> properties, respectively, you need to modify appropriately. Talk to your network engineers about the current traffic that goes thru your network. They will have a profile of the network traffic &#8211; what time of the day is the network busy, what application is consuming most of the network traffic, etc. Measure the network latency between nodes in your WSFC. If you currently only have two nodes in your WSFC, a cross-over cable can still be used for dedicated cluster heartbeat communications. You just need to document everything in case you decide to add nodes in your WSFC. Of course, in the modern data center setting, I doubt that you have access to the physical servers or if they are even physical servers at all.</p>
<h3>Addition Resources</h3>
<ul>
<li><a href="http://blogs.msdn.com/b/clustering/archive/2012/11/21/10370765.aspx" target="_blank" rel="noopener">Tuning Failover Cluster Network Thresholds</a></li>
<li><a href="http://blogs.technet.com/b/askcore/archive/2010/02/12/windows-server-2008-failover-clusters-networking-part-1.aspx" target="_blank" rel="noopener">Windows Server 2008 Failover Clusters: Networking (Part 1)</a> (still applies to Windows Server 2012 and higher)</li>
<li><a href="https://www.mssqltips.com/sqlservertip/2533/sql-server-2012-multisubnet-cluster-part-2/" target="_blank" rel="noopener">SQL Server 2012 Multi-Subnet Cluster Part 2</a> (an article I wrote about how this relates to SQL Server workloads)</li>
</ul>
<p>&nbsp;</p>
<hr />
<h2>Feeling helpless and confused when dealing with Windows Server Failover Clustering  (WSFC) for your SQL Server databases?</h2>
<p>You&#8217;re not alone. I&#8217;ve heard the same thing from thousands of SQL Server administrators throughout my entire career. These are just a few of them.</p>
<p><span style="color: #0000ff;"><em>&#8220;How do I properly size the server, storage, network and all the AD settings which we do not have any control over?&#8221;</em></span></p>
<p><span style="color: #0000ff;"><em>&#8220;I don&#8217;t quite understand how the Windows portion of the cluster operates and interacts with what SQL controls.&#8221;</em></span></p>
<p><span style="color: #0000ff;"><em>&#8220;I&#8217;m unfamiliar with multi-site clustering.&#8221;</em></span></p>
<p><span style="color: #0000ff;">&#8220;<em>Our servers are setup and configured by our parent company, so we don&#8217;t really get much experience with setting up Failover Clusters.</em>&#8220;</span></p>
<p>If you feel the same way, then, this course is for you. It&#8217;s a simple and easy-to-understand way for you to learn and master how Windows Server Failover Clusters can keep your SQL Server databases highly available. Be confident in designing, building and managing SQL Server databases running on Windows Server Failover Clusters.</p>
<p>But don&#8217;t take my word for it. Here&#8217;s what my students have to say about the course.</p>
<p><span style="color: #0000ff;"><em>&#8220;The techniques presented were very valuable, and used them the following week when I was paged on an issue.&#8221;</em></span></p>
<p><span style="color: #0000ff;"><em>&#8220;Thanks again for giving me confidence and teaching all this stuff about failover clusters.&#8221;</em></span></p>
<p><span style="color: #0000ff;"><em>&#8220;I’m so gladdddddd that I took this course!!&#8221;</em></span></p>
<p><span style="color: #0000ff;"><em>&#8220;Now I got better knowledge to setup the Windows FC ENVIRONMENT (DC) for SQL Server FCI and AlwaysON.&#8221;</em></span></p>
<div style="background-color:#eeeeee;border:1px solid #D6D6D6;font-family:arial,helvetica,sans-serif;font-size:15px;line-height:20px;margin:8px 0 20px;padding:15px 20px;"><span style="color: #800000;"><strong>NOTE:</strong></span> Registration for my online course <a href="https://learnsqlserverhadr.com/" target="_blank" rel="noopener"><span style="color: #800000;"><strong>Windows Server Failover Clustering (WSFC) for the Smart SQL Server DBA</strong></span></a> will re-open in <span style="color: #0000ff;"><strong>January 2018</strong></span>. But be sure you do not miss out. This will be the last time that the course will be offered. After this, you will no longer be able to register for the course.</div>
<hr />
<div style="background-color:#eeeeee;border:1px solid #D6D6D6;font-family:arial,helvetica,sans-serif;font-size:15px;line-height:20px;margin:8px 0 20px;padding:15px 20px;"></p>
<p><!-- Begin MailChimp Signup Form --></p>
<style type="text/css">
	#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }<br />	/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.<br />	   We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */<br /></style>
<p>&nbsp;</p>
<div id="mc_embed_signup">
<form id="mc-embedded-subscribe-form" class="validate" action="//EdwinMSarmiento.us4.list-manage.com/subscribe/post?u=08cdb91518ee67ce09d618509&amp;id=46cff8469f" method="post" name="mc-embedded-subscribe-form" novalidate="" target="_blank">
<div id="mc_embed_signup_scroll">
<h2>Get notified about the next batch of enrollment so you don&#8217;t miss out.</h2>
<div class="indicates-required"><span class="asterisk">*</span> indicates required</div>
<div class="mc-field-group"><label for="mce-EMAIL">Email Address <span class="asterisk">*</span><br />
</label><br />
<input id="mce-EMAIL" class="required email" name="EMAIL" type="email" value="" /></div>
<div class="mc-field-group"><label for="mce-FNAME">First Name </label><br />
<input id="mce-FNAME" class="" name="FNAME" type="text" value="" /></div>
<div id="mce-responses" class="clear"></div>
<p><!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups--></p>
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input tabindex="-1" name="b_08cdb91518ee67ce09d618509_46cff8469f" type="text" value="" /></div>
<div class="clear"><input id="mc-embedded-subscribe" class="button" name="subscribe" type="submit" value="Keep me updated!" /></div>
</div>
</form>
</div>
<p><script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';}(jQuery));var $mcj = jQuery.noConflict(true);</script><br />
<!--End mc_embed_signup--><br />
</div>
]]></content:encoded>
			

		<wfw:commentRss>https://www.edwinmsarmiento.com/the-windows-server-failover-cluster-properties-that-we-almost-always-ignore/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
				<post-id xmlns="com-wordpress:feed-additions:1">2050</post-id>	</item>
	</channel>
</rss>