<?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>Ray Heffer &#187; host agent</title>
	<atom:link href="http://www.rayheffer.com/tag/host-agent/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rayheffer.com</link>
	<description>Enterprise Technologies</description>
	<lastBuildDate>Sat, 04 Feb 2012 17:51:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How To Fix Host Not Responding Error with VMware ESX, vSphere in vCenter</title>
		<link>http://www.rayheffer.com/266/how-to-fix-not-responding-error-with-vmware-esx-in-vcenter/</link>
		<comments>http://www.rayheffer.com/266/how-to-fix-not-responding-error-with-vmware-esx-in-vcenter/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 10:54:11 +0000</pubDate>
		<dc:creator>Ray Heffer</dc:creator>
				<category><![CDATA[Virtualisation]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[esx disconnected]]></category>
		<category><![CDATA[host agent]]></category>
		<category><![CDATA[host disconnected]]></category>
		<category><![CDATA[hostd]]></category>
		<category><![CDATA[mgmt-vmware]]></category>
		<category><![CDATA[vsphere]]></category>

		<guid isPermaLink="false">http://www.rayheffer.com/?p=266</guid>
		<description><![CDATA[Virtualcenter looses connectivity to an ESX or vSphere host, and all of the virtual machines that are running on the host show as &#8216;disconnected&#8217;. You will also see that the host has &#8216;not responding&#8217; in brackets next to it&#8217;s name. This one is very simple to fix, as it is usually caused by the host [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.rayheffer.com%2F266%2Fhow-to-fix-not-responding-error-with-vmware-esx-in-vcenter%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.rayheffer.com_2F266_2Fhow-to-fix-not-responding-error-with-vmware-esx-in-vcenter_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.rayheffer.com%2F266%2Fhow-to-fix-not-responding-error-with-vmware-esx-in-vcenter%2F&amp;source=rayheffer&amp;style=normal&amp;service=TinyURL.com&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignleft size-full wp-image-371" title="power-button" src="http://www.rayheffer.com/wp-content/uploads/2010/02/power-button.png" alt="" width="93" height="81" />Virtualcenter looses connectivity to an ESX or vSphere host, and all of the virtual machines that are running on the host show as &#8216;disconnected&#8217;. You will also see that the host has &#8216;not responding&#8217; in brackets next to it&#8217;s name.</p>
<p>This one is very simple to fix, as it is usually caused by the host agent service (mgmt-vmware) failing due to a dead process.<br />
<span id="more-266"></span><br />
First, try and restart the mgmt-vmware service:</p>
<p><code># service mgmt-vmware restart</code></p>
<p>If you find this is hanging when trying to restart the host agent, then you&#8217;ll need to kill off the process causing the issue. Open another console session and do the following:</p>
<p><code>#  ps -ef | grep hostd</code></p>
<p>This will output a list of processes using hostd similar to the following:</p>
<p><code>root     23955     1  0 10:42 pts/1    00:00:00 /bin/sh /usr/bin/vmware-watchdog -s hostd -u 60 -q 5 -c /usr/sbin/vmware-hostd-support /usr/sbin/vmware-hostd -u<br />
root     23961 23955  4 10:42 ?        00:00:15 /usr/lib/vmware/hostd/vmware-hostd /etc/vmware/hostd/config.xml -u<br />
root     24211 23422  0 10:48 pts/1    00:00:00 grep hostd</code></p>
<p>If you look at the output carefully you&#8217;ll see that the first process is using the vmware-watchdog, this is fine, but the second line is using hostd (config.xml -u). This is the culprit, so lets kill the process. By the way, your virtual machines will continue to run so don&#8217;t worry about that.</p>
<p><code># kill -9 23961</code></p>
<p>You&#8217;ll now find that the hostd service will start and after a few seconds your host and virtual machines will become available again in vCenter.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rayheffer.com/266/how-to-fix-not-responding-error-with-vmware-esx-in-vcenter/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
