<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Professional VMware &#187; HA</title>
	<atom:link href="http://professionalvmware.com/category/ha/feed/" rel="self" type="application/rss+xml" />
	<link>http://professionalvmware.com</link>
	<description>How Many Turtles Can You Fit On A Rock?</description>
	<lastBuildDate>Mon, 19 Jul 2010 20:47:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<!-- podcast_generator="podPress/8.8" - maintenance_release="8.8.5.3" -->
	<copyright>Copyright &#xA9; 2010 Professional VMware http://creativecommons.org/licenses/by-nc-sa/2.5/</copyright>
	<managingEditor>podcast@professionalvmware.com (Cody Bunch)</managingEditor>
	<webMaster>podcast@professionalvmware.com (Cody Bunch)</webMaster>
	<category>podcast</category>
	<ttl>1440</ttl>
	<image>
		<url>http://professionalvmware.com/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
		<title>Professional VMware &#187; HA</title>
		<link>http://professionalvmware.com</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle>ProfessionalVMware BrownBag Series</itunes:subtitle>
	<itunes:summary>ProfessionalVMware BrownBag Series</itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Technology" />
	<itunes:category text="Technology">
		<itunes:category text="Podcasting" />
	</itunes:category>
	<itunes:category text="Technology">
		<itunes:category text="Software How-To" />
	</itunes:category>
	<itunes:author>Cody Bunch</itunes:author>
	<itunes:owner>
		<itunes:name>Cody Bunch</itunes:name>
		<itunes:email>podcast@professionalvmware.com</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://professionalvmware.com/wp-content/plugins/podpress/images/ProVmwarePodcast.jpg" />
		<item>
		<title>Reconfigure for HA the PowerShell Way!</title>
		<link>http://professionalvmware.com/2009/06/reconfigure-for-ha-the-powershell-way/</link>
		<comments>http://professionalvmware.com/2009/06/reconfigure-for-ha-the-powershell-way/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 14:35:45 +0000</pubDate>
		<dc:creator>bunchc</dc:creator>
				<category><![CDATA[HA]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[powershell]]></category>

		<guid isPermaLink="false">http://professionalvmware.com/2009/06/23/reconfigure-for-ha-the-powershell-way/</guid>
		<description><![CDATA[With all of my recent ftPerl love, I’ve found that the quickest way to at least start troubleshooting it is to reconfigure the offending host for HA. This is fine if working in a small environment, or on a small number of hosts, but there are a metric ton of these hosts gone sideways all [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>With all of my recent <a href="http://professionalvmware.com/2009/05/27/ftperl-hates-me/">ftPerl love</a>, I’ve found that the quickest way to at least start troubleshooting it is to reconfigure the offending host for HA. This is fine if working in a small environment, or on a small number of hosts, but there are a metric ton of these hosts gone sideways all at once, you need a larger hammer. In the words of Duke Nukem “It’s time to PoSH and chew gum, and I’m all outta gum.”</p>
<p>First we had to find out where in the MOB to make the call, and then what the call was. So, poking through the MOB for this, the reconfigure task, is a method made available from the <a href="http://www.vmware.com/support/developer/vc-sdk/visdk25pubs/ReferenceGuide/vim.HostSystem.html">VMHost object</a>. Making this work in PowerShell looks like:</p>
<p><font face="Courier New" color="#ff8040">[VI Toolkit] C:\&gt; $vmhostView = get-vmhost | select -first 1 | get-view      <br />[VI Toolkit] C:\&gt; $vmhostView.ReconfigureHostForDAS_Task() </font></p>
<p><font face="Courier New" color="#ff8040">Type&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Value      <br />&#8212;-&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8212;&#8211;       <br />Task&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; task-49249</font></p>
<p>So the logical next step was to make this a bit easier to remember, so I wrapped some pipeline magic around it:</p>
<p> <script type="text/javascript" src="http://PoshCode.org/embed/1169"></script>
<p>reconfigure-ha.ps1</p>
<p>While it doesn’t really justify it’s own script, this makes it much easier to remember &amp; work with.</p>
<p>Questions? Drop a line in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://professionalvmware.com/2009/06/reconfigure-for-ha-the-powershell-way/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>ftPerl Hates Me</title>
		<link>http://professionalvmware.com/2009/05/ftperl-hates-me/</link>
		<comments>http://professionalvmware.com/2009/05/ftperl-hates-me/#comments</comments>
		<pubDate>Wed, 27 May 2009 16:48:00 +0000</pubDate>
		<dc:creator>bunchc</dc:creator>
				<category><![CDATA[HA]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://professionalvmware.com/2009/05/27/ftperl-hates-me/</guid>
		<description><![CDATA[We’ll I’m not entirely sure that it “Hates” me. Perhaps that is too strong a word. Trolling around my VI today, I found a host that had it something spinning out of control:
[root@hyp1 root]# top 
10:50:35 up 12 days, 1:08, 1 user, load average: 2.00, 1.98, 1.92
306 processes: 297 sleeping, 9 running, 0 zombie, 0 [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>We’ll I’m not entirely sure that it “Hates” me. Perhaps that is too strong a word. Trolling around my VI today, I found a host that had it something spinning out of control:</p>
<p><span style="font-family: Courier New; color: #ff8000;">[root@hyp1 root]# top </span></p>
<p><span style="font-family: Courier New; color: #ff8000;">10:50:35 up 12 days, 1:08, 1 user, load average: 2.00, 1.98, 1.92<br />
306 processes: 297 sleeping, 9 running, 0 zombie, 0 stopped<br />
CPU states: cpu user nice system irq softirq iowait idle<br />
total 52.0% 0.0% 48.0% 0.0% 0.0% 0.0% 0.0%<br />
Mem: 510720k av, 413604k used, 97116k free, 0k shrd, 69936k buff<br />
359172k actv, 13356k in_d, 72k in_c<br />
Swap: 1052216k av, 0k used, 1052216k free 90460k cached </span></p>
<p><span style="font-family: Courier New; color: #ff8000;">PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME CPU COMMAND<br />
30367 root 25 0 6968 6968 2528 R 99.0 1.3 0:31 0 ftPerl</span></p>
<p>Shit, ftPerl, what is that?<br />
<span style="font-family: Courier New; color: #ff8000;">[root@hyp1 /]# find / -name &#8220;ftPerl*&#8221; -type f<br />
/opt/vmware/aam/bin/ftPerl </span></p>
<p><span style="font-family: Courier New; color: #ff8000;">[root@hyp1 bin]# file ftPerl<br />
ftPerl: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.5, dynamically linked (uses shared libs), stripped</span></p>
<p>Looks like it belongs to the HA suite, and is some sort of executable. The initial workaround from the <a href="http://communities.vmware.com/thread/156960">VMware communities</a>, was to &#8220;Reconfigure for HA&#8221;. This worked, but only temporarily.</p>
<p>As with all good problems, this was resolved through the application of a larger bat. We eventually rebuilt the cluster.<br />
<a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1003715">http://kb.vmware.com/kb/1003715</a></p>
<p>Note: After a discussion with VMware support. There <em>may </em>be a fix for this forthcoming.</p>
]]></content:encoded>
			<wfw:commentRss>http://professionalvmware.com/2009/05/ftperl-hates-me/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Choosing SQL Clustering or VMware HA &#8211; What is Right?</title>
		<link>http://professionalvmware.com/2009/05/choosing-sql-clustering-or-vmware-ha-what-is-right/</link>
		<comments>http://professionalvmware.com/2009/05/choosing-sql-clustering-or-vmware-ha-what-is-right/#comments</comments>
		<pubDate>Wed, 13 May 2009 03:54:34 +0000</pubDate>
		<dc:creator>bunchc</dc:creator>
				<category><![CDATA[ESX]]></category>
		<category><![CDATA[HA]]></category>
		<category><![CDATA[VM]]></category>
		<category><![CDATA[VMotion]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[mscs]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://professionalvmware.com/2009/05/12/choosing-sql-clustering-or-vmware-ha-what-is-right/</guid>
		<description><![CDATA[This is a big one to try to tackle in a single post, but the question comes up often enough to try. I figure to best answer it, it would help to understand what each does:
VMware HA
What it does: VMware HA will detects host &#38; VM (VM heartbeat, etc) failures. On a failure it will [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>This is a big one to try to tackle in a single post, but the question comes up often enough to try. I figure to best answer it, it would help to understand what each does:</p>
<h3>VMware HA</h3>
<p><strong>What it does:</strong> VMware HA will detects host &amp; VM (VM heartbeat, etc) failures. On a failure it will attempt to restart the VM or group of VMs on another node in the VMware cluster.</p>
<p><strong>What it doesn’t:</strong> VMware HA will not detect application or OS level failures (excepting VM heartbeat, etc). What this means: Your SQL VM will only fail from its host to another cluster node after a catastrophic failure:&#160; Someone sticks a screwdriver into the ESX host, etc.</p>
<h3>MSCS (SQL Clustering)</h3>
<p><strong>What it does:</strong> MSCS will detect the failure of any one of it’s cluster resources, and take the defined action. What does that mean? Each cluster resource can be set to have any number of dependencies and have a failure action like: Move Resource Group. This setup will also protect you from catastrophic failure of a host, in that the SQL services will fail over to a VM that is running on the other node.</p>
<h3><strong>What you lose</strong></h3>
<p><strong>&#160;</strong>You lose VMware HA for the 2-4 MSCS VMs. Knowing what MSCS does, that may not be a problem. So long as one sets up appropriate DRS rules to keep the MSCS VMs from running on the same host.</p>
<h3>What you DON’T lose</h3>
<p>This one is so critical, that I used caps in the section header! Really! Why? Because while you give up some of the more advanced features (HA, etc) going with MSCS, you DON’T (there go them caps again) lose the ability to have HA for the remainder of your VMs. That’s right, your VM web heads, and that accounting VM will still have the advanced features available to them (That is if you have vCenter and are licensed for them).</p>
<h3>Other Considerations</h3>
<p><strong>Cost. </strong>There are associated costs with either method, for instance, VMware HA requires a vCenter license, and vCenter server to make it work. MSCS requires Windows to be licensed appropriately for both nodes. Both solutions require some form of share storage medium.</p>
<p><strong>Supportability. </strong>While it can be done, MSCS on ESX adds some complexity into the design that would not other wise be present. Is it a san issue? A VM issue? Heart Beat networking? Each piece that changes from your standard method adds complexity into the solution, and makes it more ‘<em>interesting’</em> to troubleshoot.</p>
<h3>Which is best?</h3>
<p>This is really up to you, and what your environment requires. After all, who knows the complexity and requirements of your design better than you. Well… perhaps that Leprechaun from down the street, but alas. With the notes above, it should help clear up the choice.</p>
<p>Questions? Comments? Other issues I missed? Drop me a note in the comments or via <a href="http://twitter.com/cody_bunch">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://professionalvmware.com/2009/05/choosing-sql-clustering-or-vmware-ha-what-is-right/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>VMware Guide to HA Troubleshooting</title>
		<link>http://professionalvmware.com/2009/03/vmware-guide-to-ha-troubleshooting/</link>
		<comments>http://professionalvmware.com/2009/03/vmware-guide-to-ha-troubleshooting/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 14:57:00 +0000</pubDate>
		<dc:creator>bunchc</dc:creator>
				<category><![CDATA[HA]]></category>
		<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://professionalvmware.com/2009/03/27/vmware-guide-to-ha-troubleshooting/</guid>
		<description><![CDATA[This is much better than the post I had written, so here it goes.
You are unable to add an ESX Server to a cluster in the VMware High Availability (HA) configuration . This article provides you with steps to: 


Troubleshoot an ESX Server that cannot be added to a cluster 


Troubleshoot VMware HA configuration errors [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>This is much better than the post I had written, <a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1001596">so here it goes</a>.</p>
<p>You are unable to add an ESX Server to a cluster in the VMware High Availability (HA) configuration . This article provides you with steps to: </p>
<ul>
<li>
<p>Troubleshoot an ESX Server that cannot be added to a cluster </p>
</li>
<li>
<p>Troubleshoot VMware HA configuration errors that are reported on the cluster and doing a Reconfigure for VMware HA has not resolved the error </p>
</li>
</ul>
<p>There are a variety of error messages that are related to VMware HA configuration problems. For example, when VMware HA fails to start you receive the following error:    <br />gethostbyname error:2 </p>
<p><strong>Note</strong>: This document assumes that you have already verified that you have enough licenses for VMware HA (and VMware DRS if it has been configured) for the ESX Server that you are trying to add to the cluster. </p>
]]></content:encoded>
			<wfw:commentRss>http://professionalvmware.com/2009/03/vmware-guide-to-ha-troubleshooting/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Trouble Getting VMware HA Working? &#8211; Basic Troubleshooting For VMware&#8217;s HA</title>
		<link>http://professionalvmware.com/2009/02/trouble-getting-vmware-ha-working-basic-troubleshooting-for-vmwares-ha/</link>
		<comments>http://professionalvmware.com/2009/02/trouble-getting-vmware-ha-working-basic-troubleshooting-for-vmwares-ha/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 01:25:02 +0000</pubDate>
		<dc:creator>bunchc</dc:creator>
				<category><![CDATA[HA]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[vCenter]]></category>

		<guid isPermaLink="false">http://professionalvmware.com/?p=484</guid>
		<description><![CDATA[
Trouble with your HA config? vCenter (VirtualCenter) giving you all kinds of crap while setting it up? Let’s take a look some things to do when ‘Configure HA’ bunks up.
Do you meet the requirements?
There are a few things that you need in order to make sure all the bits of HA work. There aren’t many, [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://professionalvmware.com/wp-content/uploads/2009/02/2093950981-a906b1101e-b1.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="2093950981_a906b1101e_b[1]" src="http://professionalvmware.com/wp-content/uploads/2009/02/2093950981-a906b1101e-b1-thumb.jpg" border="0" alt="2093950981_a906b1101e_b[1]" width="164" height="244" align="left" /></a></p>
<p>Trouble with your HA config? vCenter (VirtualCenter) giving you all kinds of crap while setting it up? Let’s take a look some things to do when ‘Configure HA’ bunks up.</p>
<h3>Do you meet the requirements?</h3>
<p>There are a few things that you need in order to make sure all the bits of HA work. There aren’t many, but without them, it all just falls apart. What are they?</p>
<p>- Shared Storage.<br />
All HA VM’s and config files MUST reside on shared storage. All Clustered hosts, must have access to said storage.</p>
<p>- Networking.<br />
All Clustered hosts must have access to the same networks.<br />
Clustered hosts “Should” have redundant network paths for Service Console networks<br />
DNS needs to be happy, both hosts should be able to resolve the other by host name.<br />
Have you set up NTP?  Time is also important, so make sure you hosts are within 1 minute of each other and in the same time zone.</p>
<p>Of the requirements, DNS usually bites most folks. DNS needs to work if you are using VI. Period.</p>
<p>OK, so, you’ve met the requirements, but HA is still giving you the finger? There are some basic steps to follow before going too deep. Here they are:</p>
<ol>
<li>Right click the host, click “Reconfigure for VMware HA”.</li>
<li>Failing that, put the host into maintenance mode, remove from the cluster, exit maintenance mode, and rejoin the cluster.</li>
<li>Reboot the host.</li>
</ol>
<p>So failing all of the above, we can look in a few places for VMware HA logs to gain better insight. The first is vCenter itself, the second is: /opt/vmware/aam/ on the host in question (or /opt/LGTO… for older vCenter/ESX deployments).</p>
<p>This covered some HA troubleshooting basics. I’ll cover some more specific examples at request.</p>
<p>Source: <a href="http://pubs.vmware.com/vi3/resmgmt/wwhelp/wwhimpl/js/html/wwhelp.htm?href=title_vc_cluster.1.1.html#1013302">VMWare Resource Management Guide</a></p>
<p>Photo by: andreasnilsson1976</p>
]]></content:encoded>
			<wfw:commentRss>http://professionalvmware.com/2009/02/trouble-getting-vmware-ha-working-basic-troubleshooting-for-vmwares-ha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HA &#8220;Deepdive&#8221; Page at Yellow-Bricks</title>
		<link>http://professionalvmware.com/2009/01/ha-deepdive-page-at-yellow-bricks/</link>
		<comments>http://professionalvmware.com/2009/01/ha-deepdive-page-at-yellow-bricks/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 01:30:00 +0000</pubDate>
		<dc:creator>bunchc</dc:creator>
				<category><![CDATA[HA]]></category>
		<category><![CDATA[yellow-bricks]]></category>

		<guid isPermaLink="false">http://professionalvmware.com/2009/01/28/ha-deepdive-page-at-yellow-bricks/</guid>
		<description><![CDATA[Mr. Epping’s High Availability “Deepdive” page is definitely worth a read and a book mark.
A VMware HA Cluster consists of nodes, primary and secondary nodes. Primary nodes hold cluster settings and all “node states” which are synced between primaries. Secondary nodes send their state info(resource occupation) to the primary nodes 
&#160;
Nodes send a heartbeat to [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Mr. Epping’s <a href="http://www.yellow-bricks.com/vmware-high-availability-deepdiv/">High Availability “Deepdive”</a> page is definitely worth a read and a book mark.</p>
<blockquote><p>A VMware HA Cluster consists of nodes, primary and secondary nodes. Primary nodes hold cluster settings and all “node states” which are synced between primaries. Secondary nodes send their state info(resource occupation) to the primary nodes </p>
<p>&#160;</p>
<p>Nodes send a heartbeat to each other, which is the mechanism to detect possible outages. Primary nodes send heartbeats to primary nodes only. Secondary nodes also send their heartbeats only to primary nodes. Nodes send out these heartbeats every second by default. However this is a changeable value: das.failuredetectioninterval. (Advanced Settings on your HA-Cluster)</p>
</blockquote>
<p>Lots of good stuff in there.</p>
]]></content:encoded>
			<wfw:commentRss>http://professionalvmware.com/2009/01/ha-deepdive-page-at-yellow-bricks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VMware HA Problem with Update 3</title>
		<link>http://professionalvmware.com/2008/12/vmware-ha-problem-with-update-3/</link>
		<comments>http://professionalvmware.com/2008/12/vmware-ha-problem-with-update-3/#comments</comments>
		<pubDate>Sat, 13 Dec 2008 14:44:54 +0000</pubDate>
		<dc:creator>bunchc</dc:creator>
				<category><![CDATA[ESX]]></category>
		<category><![CDATA[HA]]></category>
		<category><![CDATA[VI3]]></category>
		<category><![CDATA[VM]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[esx 3.5]]></category>
		<category><![CDATA[esxi]]></category>

		<guid isPermaLink="false">http://professionalvmware.com/2008/12/13/vmware-ha-problem-with-update-3/</guid>
		<description><![CDATA[This is taken from Mr. Scott Lowe, and the VMware KB.
To fix the problem, users have two options: 
&#160;&#160; 1. Disable virtual machine failure monitoring within the VMware HA cluster.   &#160;&#160; 2. Reconfigure the host to change the heartbeat delay. 
To reconfigure the host to change the heartbeat delay, follow the steps below: [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>This is taken from <a href="http://blog.scottlowe.org/2008/12/12/vmware-ha-problem-with-update-3/">Mr. Scott Lowe</a>, and the <a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1007899">VMware KB.</a></p>
<p>To fix the problem, users have two options: </p>
<p>&#160;&#160; 1. Disable virtual machine failure monitoring within the VMware HA cluster.   <br />&#160;&#160; 2. Reconfigure the host to change the heartbeat delay. </p>
<p>To reconfigure the host to change the heartbeat delay, follow the steps below: </p>
<p>&#160;&#160; 1. Disconnect the host from VC (right-click on the host in the VI Client and select “Disconnect”).   <br />&#160;&#160; 2. Login to the VMware ESX server via SSH and obtain root permissions. Remember that best practices specify not to allow root SSH login, so you’ll need to login as an ordinary user and then use “su -” to become root.    <br />&#160;&#160; 3. Using a text editor such as nano or vi, edit the file “/etc/vmware/hostd/config.xml” and set the value of heartbeatDelayInSecs to 0, like this:    <br />&#160;&#160;&#160;&#160;&#160; &lt;vmsvc&gt;    <br />&#160;&#160;&#160;&#160;&#160; &lt;heartbeatDelayInSecs&gt;0&lt;/heartbeatDelayInSecs&gt;    <br />&#160;&#160;&#160;&#160;&#160; &lt;/vmsvc&gt;    <br />&#160;&#160; 4. Restart the management agents on the VMware ESX server.    <br />&#160;&#160; 5. Reconnect the host in VC (right-click on the host in the VI Client and select “Connect”). </p>
<p>No information is yet available on when this issue will be fixed.</p>
]]></content:encoded>
			<wfw:commentRss>http://professionalvmware.com/2008/12/vmware-ha-problem-with-update-3/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>VMware HA Slot Size Calculations</title>
		<link>http://professionalvmware.com/2008/12/vmware-ha-slot-size-calculations/</link>
		<comments>http://professionalvmware.com/2008/12/vmware-ha-slot-size-calculations/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 01:45:00 +0000</pubDate>
		<dc:creator>bunchc</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[HA]]></category>
		<category><![CDATA[VM]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[esx 3.5]]></category>

		<guid isPermaLink="false">http://professionalvmware.com/2008/12/04/vmware-ha-slot-size-calculations/</guid>
		<description><![CDATA[Until reading this at vinternals, I wasn’t even sure what HA Slot Size’s were.&#160; Now I’ve got some homework to do. In the meantime, read here about how their calculated.
]]></description>
			<content:encoded><![CDATA[<p></p><p>Until reading this at <a href="http://www.vinternals.com/2008/12/ha-calculations-in-absence-of-resource.html">vinternals</a>, I wasn’t even sure what HA Slot Size’s were.&#160; Now I’ve got some homework to do. In the meantime, <a href="http://www.vinternals.com/2008/12/ha-calculations-in-absence-of-resource.html">read here about how their calculated.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://professionalvmware.com/2008/12/vmware-ha-slot-size-calculations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
