<?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 SarmientoHow Attention To Detail Can Make Your Systems Highly Available &#8211; Edwin M Sarmiento</title>
	<atom:link href="https://www.edwinmsarmiento.com/how-attention-to-detail-can-make-your-systems-highly-available/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>How Attention To Detail Can Make Your Systems Highly Available</title>
		<link>https://www.edwinmsarmiento.com/how-attention-to-detail-can-make-your-systems-highly-available/</link>
		<comments>https://www.edwinmsarmiento.com/how-attention-to-detail-can-make-your-systems-highly-available/#respond</comments>
		<pubDate>Fri, 13 May 2016 04:07:29 +0000</pubDate>
		<dc:creator>Edwin M Sarmiento</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Possible Owners]]></category>
		<category><![CDATA[SQL Server Failover Clustered Instances]]></category>
		<category><![CDATA[Windows Server Failover Clustering]]></category>
		<guid isPermaLink="false">http://www.edwinmsarmiento.com/?p=2660</guid>

				<description><![CDATA[As my son was struggling to figure out how to download the Amazon Kindle app on his iPad, I can&#8217;t help but notice the email he got from Amazon. The email contains the URL link where to download the Kindle app. And the message said something like this: No wonder he can&#8217;t get it to work. [&#8230;]]]></description>
					<content:encoded><![CDATA[<img width="760" height="760" src="https://www.edwinmsarmiento.com/wp-content/uploads/2016/05/read_manual-760x760.png" class="featured-image wp-post-image" alt="" srcset="https://www.edwinmsarmiento.com/wp-content/uploads/2016/05/read_manual-760x760.png 760w, https://www.edwinmsarmiento.com/wp-content/uploads/2016/05/read_manual-150x150.png 150w, https://www.edwinmsarmiento.com/wp-content/uploads/2016/05/read_manual-300x300.png 300w, https://www.edwinmsarmiento.com/wp-content/uploads/2016/05/read_manual-768x768.png 768w, https://www.edwinmsarmiento.com/wp-content/uploads/2016/05/read_manual-35x35.png 35w, https://www.edwinmsarmiento.com/wp-content/uploads/2016/05/read_manual-400x400.png 400w, https://www.edwinmsarmiento.com/wp-content/uploads/2016/05/read_manual-82x82.png 82w, https://www.edwinmsarmiento.com/wp-content/uploads/2016/05/read_manual-600x600.png 600w, https://www.edwinmsarmiento.com/wp-content/uploads/2016/05/read_manual.png 800w" sizes="(max-width: 760px) 100vw, 760px" /><p>As my son was struggling to figure out how to download the Amazon Kindle app on his iPad, I can&#8217;t help but notice the email he got from Amazon. The email contains the URL link where to download the Kindle app. And the message said something like this:</p>
<p style="text-align: center;"><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;"><em><span style="color: #808080;">Download the free Kindle reading app on your <strong>Android</strong> device.</span></em></div></p>
<p>No wonder he can&#8217;t get it to work. The link that he was downloading was specifically for an Android device, not for iOS. And he&#8217;s already spent two hours trying to figure out why.</p>
<h2>Reading the Fineprint</h2>
<p>In today&#8217;s fast-paced lifestyle where we glance at social media posts like skimming thru the morning newspaper, we are tempted to get something done fast and skip thru the details. Sure, IT&#8217;s fast-paced environment requires us to learn new things and get something done ASAP. Why do you think the expression <a href="https://en.wikipedia.org/wiki/RTFM" target="_blank"><strong>RTFM</strong></a> exists?</p>
<p>Take, for instance, a clustered resource in a SQL Server failover clustered instance (FCI.) If you&#8217;re familiar with how the different <a href="https://support.microsoft.com/en-us/kb/835185" target="_blank">cluster resources in a SQL Server FCI depend on each other</a>, you would know that the virtual network name is dependent on the virtual IP address.</p>
<p><img fetchpriority="high" decoding="async" class="aligncenter" src="https://support.microsoft.com/Library/Images/2813773.png" width="621" height="137" /></p>
<p>That means the virtual IP address needs to first come online before the virtual network name can come online. If you try to bring the virtual network name online but failed, you know that the issue could potentially be the virtual IP address.</p>
<p>Now there are several different reasons why the virtual IP address won&#8217;t come online &#8211; IP address conflict in the network, the DHCP server (if you are using DHCP-assigned IP address) is unavailable, maybe the DNS server is offline, etc. Knowing this, you can easily go down the rabbit hole and check any network-related issue that you can think of that could possibly be preventing the virtual IP address from being brought online. The more time you spend on trying to figure out the issue, the longer your downtime becomes. Keep in mind that the SQL Server FCI is offline while you&#8217;re doing this and your databases unavailable.</p>
<h2>What Does The Fineprint Say?</h2>
<p>I had the opportunity to deal with a similar issue &#8211; a SQL Server FCI that won&#8217;t come online due to an issue with a virtual IP address. And I did end up wasting time trying to figure out why the virtual IP address wouldn&#8217;t come online. Until I decided to read the error log.</p>
<p><a href="https://www.edwinmsarmiento.com/wp-content/uploads/2016/05/VNN_error.jpg"><img decoding="async" class="aligncenter size-full wp-image-2664" src="https://www.edwinmsarmiento.com/wp-content/uploads/2016/05/VNN_error.jpg" alt="VNN_error" width="1070" height="267" srcset="https://www.edwinmsarmiento.com/wp-content/uploads/2016/05/VNN_error.jpg 1070w, https://www.edwinmsarmiento.com/wp-content/uploads/2016/05/VNN_error-300x75.jpg 300w, https://www.edwinmsarmiento.com/wp-content/uploads/2016/05/VNN_error-768x192.jpg 768w, https://www.edwinmsarmiento.com/wp-content/uploads/2016/05/VNN_error-1024x256.jpg 1024w, https://www.edwinmsarmiento.com/wp-content/uploads/2016/05/VNN_error-760x190.jpg 760w, https://www.edwinmsarmiento.com/wp-content/uploads/2016/05/VNN_error-518x129.jpg 518w, https://www.edwinmsarmiento.com/wp-content/uploads/2016/05/VNN_error-82x20.jpg 82w, https://www.edwinmsarmiento.com/wp-content/uploads/2016/05/VNN_error-600x150.jpg 600w" sizes="(max-width: 1070px) 100vw, 1070px" /></a></p>
<p>The Windows Server Failover Cluster (WSFC) had three (3) nodes &#8211; two for high availability (HA) and one for disaster recovery (DR.) One of the nodes failed causing the WSFC to move all of the clustered resource groups to the other node used for HA. All of the SQL Server FCIs running on the WSFC were successfully brought online &#8211; except for one. And I wasted an hour trying to bring it back online simply because I didn&#8217;t pay attention to what the error message was saying.</p>
<h3>Clustered Resource-level Policies in Action</h3>
<p>I categorize policies that apply to resources in a WSFC in two &#8211; <strong>resource group-level</strong> and <strong>resource-level</strong>. Any policies applied to the resource group-level affects all of the clustered resources within that group. Resource-level policies only apply to the specific clustered resource but may affect the behavior of the entire resource group. This was what is preventing the virtual IP address from being brought online &#8211; not any network-related issue.</p>
<p>One of the resource-level policies available to any clustered resource refers to the <strong>Possible Owner</strong>. This policy is set in the <a href="https://technet.microsoft.com/en-us/library/cc730919(v=ws.11).aspx" target="_blank">&lt;Resource&gt; Properties: Advanced Policies tab</a> of the clustered resource. This policy defines which of the available nodes in the WSFC can host the clustered resource. Take a look at the Possible Owner policy of the virtual IP address for the affected SQL Server FCI.</p>
<p><a href="https://www.edwinmsarmiento.com/wp-content/uploads/2016/05/PossibleOwner.jpg"><img decoding="async" class="aligncenter size-full wp-image-2665" src="https://www.edwinmsarmiento.com/wp-content/uploads/2016/05/PossibleOwner.jpg" alt="PossibleOwner" width="1062" height="641" srcset="https://www.edwinmsarmiento.com/wp-content/uploads/2016/05/PossibleOwner.jpg 1062w, https://www.edwinmsarmiento.com/wp-content/uploads/2016/05/PossibleOwner-300x181.jpg 300w, https://www.edwinmsarmiento.com/wp-content/uploads/2016/05/PossibleOwner-768x464.jpg 768w, https://www.edwinmsarmiento.com/wp-content/uploads/2016/05/PossibleOwner-1024x618.jpg 1024w, https://www.edwinmsarmiento.com/wp-content/uploads/2016/05/PossibleOwner-760x459.jpg 760w, https://www.edwinmsarmiento.com/wp-content/uploads/2016/05/PossibleOwner-518x313.jpg 518w, https://www.edwinmsarmiento.com/wp-content/uploads/2016/05/PossibleOwner-82x49.jpg 82w, https://www.edwinmsarmiento.com/wp-content/uploads/2016/05/PossibleOwner-600x362.jpg 600w" sizes="(max-width: 1062px) 100vw, 1062px" /></a></p>
<p>Somebody accidentally removed WSFC-NODE1 from the list of Possible Owners. And guess where I was trying to bring the SQL Server FCI online? On WSFC-NODE1. So, all this time, it was the policy that is preventing the virtual IP address to come online, not anything network-related. And I wasted time and effort trying to figure it out because I wasn&#8217;t paying attention to the detail specified in the error log. Good thing that this was a test environment and not a production one or I would have blown past the service level agreement. All I did after that was to add WSFC-NODE1 back to the list of Possible Owners and managed to bring it online.</p>
<h2>Pay Attention To Detail</h2>
<p>This is just one example of how attention to detail can help make your systems highly available. I bet you have stories of your own about how you managed to prevent an outage (or probably caused one) because of a small detail that you noticed (or ignored.) I&#8217;d love to hear about it in the <a href="https://www.edwinmsarmiento.com/how-attention-to-detail-can-make-your-systems-highly-available/#respond"><strong>Comments</strong></a> section.</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/how-attention-to-detail-can-make-your-systems-highly-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
				<post-id xmlns="com-wordpress:feed-additions:1">2660</post-id>	</item>
	</channel>
</rss>