<?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; VMware</title>
	<atom:link href="http://www.rayheffer.com/category/virtualistion/vmware/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rayheffer.com</link>
	<description>Enterprise Technologies</description>
	<lastBuildDate>Thu, 05 Aug 2010 09:34:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Enabling SSH access in ESXi</title>
		<link>http://www.rayheffer.com/633/enabling-ssh-access-in-esxi/</link>
		<comments>http://www.rayheffer.com/633/enabling-ssh-access-in-esxi/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 09:33:18 +0000</pubDate>
		<dc:creator>Ray Heffer</dc:creator>
				<category><![CDATA[ESXi]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Virtualisation]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[inetd]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.rayheffer.com/?p=633</guid>
		<description><![CDATA[If you are running VMware ESXi 4.1 then you can now activate SSH access (or Remote Tech Support) easily which is documented here: http://www.thomasmaurer.ch/2010/07/activated-ssh-on-esxi-4-1/ However, if you are working on ESXi 3.5 or 4.0 then you need to enter unsupported mode: 1) Press ALT &#38; F1 to access the console. 2) Type: unsupported (you won&#8217;t see [...]]]></description>
			<content:encoded><![CDATA[<!-- wp-jquery-lightbox, a WordPress plugin by ulfben --> <div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.rayheffer.com%2F633%2Fenabling-ssh-access-in-esxi%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.rayheffer.com_2F633_2Fenabling-ssh-access-in-esxi_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.rayheffer.com%2F633%2Fenabling-ssh-access-in-esxi%2F&amp;source=rayheffer&amp;style=normal&amp;service=TinyURL.com" height="61" width="50" /><br />
			</a>
		</div>
<p>If you are running VMware ESXi 4.1 then you can now activate SSH access (or Remote Tech Support) easily which is documented here: <a href="http://www.thomasmaurer.ch/2010/07/activated-ssh-on-esxi-4-1/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.thomasmaurer.ch/2010/07/activated-ssh-on-esxi-4-1/?referer=');">http://www.thomasmaurer.ch/2010/07/activated-ssh-on-esxi-4-1/</a></p>
<p>However, if you are working on ESXi 3.5 or 4.0 then you need to enter unsupported mode:<br />
<span id="more-633"></span><br />
1) Press ALT &amp; F1 to access the console.<br />
2) Type: <code>unsupported</code> (you won&#8217;t see any characters on screen), then press Enter.<br />
3) Edit <code>/etc/inetd.conf</code>, find the line starting with <code>#SSH</code> and remove the <code>#</code>. <em>See my note below on using Vi with ESXi</em><br />
4) Exit Vi (Type <code>:wq</code>)<br />
5) Restart the management services: <code>/sbin/services.sh restart</code><br />
6) If you are running ESXi 3.5 Update 2 then you will also have to kill the inetd process. Type <code>ps | grep inetd</code> to find the process ID and then kill it with <code>kill -HUP &lt;ID&gt;</code></p>
<p><strong>Using Vi with ESXi</strong></p>
<p>I don&#8217;t use anything other than Vi when editing files in Linux, but for most Linux users Nano is the editor of choice. Don&#8217;t fret, Vi is not that difficult, and the following steps will be enough to open a file, make some changes, save and quit Vi.</p>
<p>1) Open /etc/inetd.conf with Vi:<br />
<code># vi /etc/inetd.conf</code></p>
<p>2) Jump straight to the line starting with SSH: Type <code>/ssh</code> and it will jump to the first occurrence of <code>ssh</code>. A bit like search in Word.</p>
<p>3) Make sure the cursor is at the start of the line starting with <code>#SSH</code> and press x to delete a character (delete <code>#</code>)</p>
<p>4) Press Escape to make sure it is not in editing mode, and type <code>:wq</code> and press enter. This writes and quits.</p>
<p><strong>Accidently killed inetd without the -HUP switch?</strong></p>
<p>I once used <code>kill -9</code> instead of -HUP which stops and restarts the process. If you cannot afford to restart the ESXi host there is a way of starting inetd with ESXi:</p>
<p><code># cat /var/run/inetd.pid</code></p>
<p>This will give you a process ID (a very long number)</p>
<p><code># kill -HUP &lt;ID&gt;</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rayheffer.com/633/enabling-ssh-access-in-esxi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cloning Windows Server 2008 R2: Use Sysprep (no more NewSID)</title>
		<link>http://www.rayheffer.com/619/cloning-windows-server-2008-r2-use-sysprep-no-more-newsid/</link>
		<comments>http://www.rayheffer.com/619/cloning-windows-server-2008-r2-use-sysprep-no-more-newsid/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 15:24:48 +0000</pubDate>
		<dc:creator>Ray Heffer</dc:creator>
				<category><![CDATA[Citrix]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Virtualisation]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[cloning]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[newsid]]></category>
		<category><![CDATA[sysprep]]></category>

		<guid isPermaLink="false">http://www.rayheffer.com/?p=619</guid>
		<description><![CDATA[It is not uncommon for system administrators to clone virtual servers or take an image of physical servers running Windows Server 2008 these days. There are plenty of tools to do that these days (Ghost, Acronis, Platespin for P2V conversions, etc.) If this is something you do regularly then you won&#8217;t be unfamiliar with Sysprep or [...]]]></description>
			<content:encoded><![CDATA[<!-- wp-jquery-lightbox, a WordPress plugin by ulfben --> <div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.rayheffer.com%2F619%2Fcloning-windows-server-2008-r2-use-sysprep-no-more-newsid%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.rayheffer.com_2F619_2Fcloning-windows-server-2008-r2-use-sysprep-no-more-newsid_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.rayheffer.com%2F619%2Fcloning-windows-server-2008-r2-use-sysprep-no-more-newsid%2F&amp;source=rayheffer&amp;style=normal&amp;service=TinyURL.com" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.rayheffer.com/wp-content/uploads/2010/07/sysprep.jpg" rel="lightbox[619]" title="Sysprep on Windows Server 2008 R2"><img class="alignleft size-medium wp-image-625" title="Sysprep on Windows Server 2008 R2" src="http://www.rayheffer.com/wp-content/uploads/2010/07/sysprep-300x225.jpg" alt="Sysprep on Windows Server 2008 R2" width="192" height="144" /></a>It is not uncommon for system administrators to clone virtual servers or take an image of physical servers running Windows Server 2008 these days. There are plenty of tools to do that these days (Ghost, Acronis, Platespin for P2V conversions, etc.) If this is something you do regularly then you won&#8217;t be unfamiliar with Sysprep or NewSID, but according to <a href="http://blogs.technet.com/b/markrussinovich/archive/2009/11/03/3291024.aspx" target="_blank" onclick="pageTracker._trackPageview('/outgoing/blogs.technet.com/b/markrussinovich/archive/2009/11/03/3291024.aspx?referer=');">Mark Russinovich</a> at Microsoft, the SID doesn&#8217;t matter and Sysinternals have now retired NewSID (written by Mark). NewSID isn&#8217;t supported in Windows Server 2008 and the only option now is to use Sysprep. Whilst the facts presented on Mark&#8217;s blog are correct, I have personally seen many issues cloning or imaging Windows Server 2008 machines that haven&#8217;t been cloned with Sysprep first. Let me present a typical scenario that would cause problems here.<br />
<span id="more-619"></span><br />
Scenario:</p>
<p>1) Build a Windows Server 2008 R2 server, apply patches and various tweaks.<br />
2) Shutdown the server and take an image (or clone it to a virtual machine template). Note: I haven&#8217;t used Sysprep!<br />
3) Deploy two new servers from the image or template. Promote one to a domain controller and add the other one to the domain as a member server.</p>
<p>In this scenario the first problem I would encounter is that any domain users that are a member of Domain Admins will not have the appropriate permissions to access PowerShell or Computer Management. The default Administrator account would work fine. Secondly, if I try and ping the domain controller I would get the following error:</p>
<blockquote><p>C:\Users\User1&gt;ping LAB-DC01<br />
Unable to contact IP driver. General failure.</p></blockquote>
<p>So the SID <span style="text-decoration: underline;">really does</span> matter. Prior to taking your clone or image, just remember to use Sysprep as follows:</p>
<p>1) Run Sysprep (on Windows Server 2008 this is located in c:\Windows\System32\Sysprep\Sysprep.exe)<br />
2) Ensure &#8216;System Out-of-Box Experience (OOBE)&#8217; is selected<br />
3) Tick the &#8216;Generalize&#8217; option (this resets the SID)<br />
4) Select &#8216;Shutdown&#8217; from the Shutdown Options.<br />
5) Once the machine has shutdown, take your image and you are good to go!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rayheffer.com/619/cloning-windows-server-2008-r2-use-sysprep-no-more-newsid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware vSphere 4.1 adds more grunt!</title>
		<link>http://www.rayheffer.com/570/vmware-vsphere-4-1-adds-more-grunt/</link>
		<comments>http://www.rayheffer.com/570/vmware-vsphere-4-1-adds-more-grunt/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 08:31:51 +0000</pubDate>
		<dc:creator>Ray Heffer</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[Virtualisation]]></category>
		<category><![CDATA[vsphere 4.1]]></category>

		<guid isPermaLink="false">http://www.rayheffer.com/?p=570</guid>
		<description><![CDATA[Earlier this week VMware released vSphere 4.1, a significant new version of the industry leading vSphere 4 virtualisation hypervisor. What is interesting is that from September 2010, vCenter management products will be licensed on a per VM basis. This includes: Chargeback, Site Recovery Manager, AppSpeed  and CapacityIQ  which are currently priced per processor. Products that won&#8217;t be [...]]]></description>
			<content:encoded><![CDATA[<!-- wp-jquery-lightbox, a WordPress plugin by ulfben --> <div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.rayheffer.com%2F570%2Fvmware-vsphere-4-1-adds-more-grunt%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.rayheffer.com_2F570_2Fvmware-vsphere-4-1-adds-more-grunt_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.rayheffer.com%2F570%2Fvmware-vsphere-4-1-adds-more-grunt%2F&amp;source=rayheffer&amp;style=normal&amp;service=TinyURL.com" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignleft size-medium wp-image-582" title="VMware vSphere 4.1" src="http://www.rayheffer.com/wp-content/uploads/2010/07/vsphere-4.1-300x67.jpg" alt="VMware vSphere 4.1" width="240" height="54" /> Earlier this week VMware released vSphere 4.1, a significant new version of the industry leading vSphere 4 virtualisation hypervisor. What is interesting is that from September 2010, vCenter management products will be licensed on a per VM basis. This includes: Chargeback, Site Recovery Manager, AppSpeed  and CapacityIQ  which are currently priced per processor. Products that won&#8217;t be included in this licensing change are: vCenter Lab Manager, vCenter Lifecycle Manager, vCenter Server Heartbeat, vCenter Server, and VMware vSphere (ESX).<br />
<span id="more-570"></span><br />
The new licensing model will be sold in packs, with a minimum of a 25 VM pack. VMware vCenter will remain as a per server license.</p>
<p>&#8220;As virtualization becomes more pervasive, the VM has become the unit of measure for the data center in terms of cost accounting,&#8221; Bogomil Balkansky, VMware&#8217;s vice president of product marketing, told RCPU over lunch recently. The new model, which breaks from a CPU-based licensing structure, &#8220;allows customers to be a lot more granular,&#8221; Balkansky said.</p>
<p>New pricing has also been announced as part of vSphere 4.1, which offers stacks of new features for enterprise users, and importantly allows VMware to offer some of its more dated innovations at SMB prices. vMotion for example is now included in Standard and Essentials Plus vSphere editions, although the price has increased. Customers that have purchased support for the Standard Edition of vSphere 4.0 will be able to use vMotion at no extra cost.</p>
<p>For the enterprise customer, vSphere 4.1 has a new I/O control for both storage and networking. With this QoS (Quality of Service) style prioritisation for virtual machines, we can now guarantee storage and network IOPS for a virtual machine. Previously all virtual machines on the same ESX server had the same level of access to storage and network traffic, and there was no option to prioritse this. QoS metrics now move with the virtual machine when vMotion is active.</p>
<p>The vSphere 4.1 product is available as a free upgrade for those users buying support for vSphere 4.0 and will be available as a download as of today.</p>
<p><a href="http://www.vmware.com/support/vsphere4/doc/vsp_41_new_feat.html" onclick="pageTracker._trackPageview('/outgoing/www.vmware.com/support/vsphere4/doc/vsp_41_new_feat.html?referer=');">http://www.vmware.com/support/vsphere4/doc/vsp_41_new_feat.html</a></p>
<p><strong>Update</strong>: If you are already using VMware vCenter Lab Manager 4 in your vSphere environment, and you plan to upgrade to vSphere 4.1 then you must upgrade to <a href="http://www.vmware.com/support/labmanager40/doc/releasenotes_labmanager402.html" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.vmware.com/support/labmanager40/doc/releasenotes_labmanager402.html?referer=');">VMware Lab Manager 4.0.2</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rayheffer.com/570/vmware-vsphere-4-1-adds-more-grunt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hosting the Desktop Part 3: Planning Your Deployment</title>
		<link>http://www.rayheffer.com/492/hosting-the-desktop-part-3-planning-your-deployment/</link>
		<comments>http://www.rayheffer.com/492/hosting-the-desktop-part-3-planning-your-deployment/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 14:44:11 +0000</pubDate>
		<dc:creator>Ray Heffer</dc:creator>
				<category><![CDATA[Citrix]]></category>
		<category><![CDATA[VDI]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Virtualisation]]></category>
		<category><![CDATA[App-V]]></category>
		<category><![CDATA[Citrix XenDesktop]]></category>
		<category><![CDATA[Hyper-V R2]]></category>
		<category><![CDATA[Profile Management]]></category>
		<category><![CDATA[RTO Software]]></category>
		<category><![CDATA[vmware view]]></category>
		<category><![CDATA[vsphere]]></category>
		<category><![CDATA[XenApp]]></category>

		<guid isPermaLink="false">http://www.rayheffer.com/?p=492</guid>
		<description><![CDATA[A few weeks ago I was reading about a recent VDI implementation that Lancashire Police had recently undertaken, where they deployed 4000 virtual desktops to address compliance issues. Their first step was to gain control of the desktop first, gaining an understanding of the applications used, and any bespoke or specialist applications being used. It [...]]]></description>
			<content:encoded><![CDATA[<!-- wp-jquery-lightbox, a WordPress plugin by ulfben --> <div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.rayheffer.com%2F492%2Fhosting-the-desktop-part-3-planning-your-deployment%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.rayheffer.com_2F492_2Fhosting-the-desktop-part-3-planning-your-deployment_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.rayheffer.com%2F492%2Fhosting-the-desktop-part-3-planning-your-deployment%2F&amp;source=rayheffer&amp;style=normal&amp;service=TinyURL.com" height="61" width="50" /><br />
			</a>
		</div>
<p>A few weeks ago I was reading about a recent VDI implementation that Lancashire Police had recently undertaken, where they deployed 4000 virtual desktops to address compliance issues. Their first step was to gain control of the desktop first, gaining an understanding of the applications used, and any bespoke or specialist applications being used. It is often the case that applications are installed that the IT department knows nothing about.<br />
<span id="more-492"></span><br />
Most will agree that server virtualisation has reached a high level of technical maturity thanks to VMware vSphere, Hyper-V R2 and Citrix XenServer (mostly thanks to VMware). We have come to expect that all server virtualisation technologies now include live virtual machine migration with VMotion, XenMotion, and Hyper-V R2 Live Migration. Server virtualisation has addressed issues such as server sprawl, energy consumption and deployment times for new servers.</p>
<p>Virtual Desktop Infrastructure (VDI) is not a new concept, and Citrix had a Desktop Broker before they acquired XenSource back in 2006. The Citrix Desktop Broker product that had a Session Manager running on Presentation Server 4, was not anywhere near what we expect from a VDI solution these days. Citrix subsequently dropped the Desktop Broker (thankfully, as it was terrible) and in 2008 XenDesktop 2.0 beta was unleashed. VMware were not ignoring this and released VMware VDM 2.0, which was a real competitor to the Citrix offering. For 2010, VDI technology has improved massively and issues like virtual desktops not responding to power commands, or non-registration are becoming less likely.</p>
<p>A few weeks ago (March 2009) Microsoft announced RemoteFX which is a technology they acquired from Calista that essentially improves RDP. PCoIP from VMware and enhancements from Citrix with ICA, have also emerged to deliver a more ‘rich’ graphically intensive environment. Do all of these really deliver good performance over a WAN?   An interesting article on DABCC discusses this in more detail: <a href="http://www.dabcc.com/article.aspx?id=14000" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.dabcc.com/article.aspx?id=14000&amp;referer=');">http://www.dabcc.com/article.aspx?id=14000</a></p>
<p>We have now reached a stage in the world of VDI evolution where desktop virtualization is being seriously considered by most organizations wishing to manage their desktops and regain control. I like to think that VDI is an evolutionary step from Citrix environments or Terminal Services. Before jumping into a VDI implementation though, think about how you currently manage your desktops. Do you have an accurate picture of the applications used around the organisation?  If not, then perhaps a software asset management exercise would be the most logical first step.</p>
<p>When planning your VDI solution, try not to think too much about desktop virtualisation but instead focus on delivering applications, gaining control of desktops, and enforcing compliance throughout your estate. Staff in your organisation will also have to get used to the idea that their physical PC is no longer ‘theirs’ but a corporate managed desktop.</p>
<p>I mentioned software asset management (SAM), as this is also an integral part of delivering VDI. Try to gain a firm understating of which applications are used around the business, and by whom. Performance requirements of different teams and departments should also be part of your planning phase. It may be the case that your finance department have a higher specification workstation due to the financial software they are running.</p>
<p>Here is a quick summary of things to consider when planning your VDI project:</p>
<ul>
<li>Don’t  underestimate the importance of storage, especially throughput (I/O). The more spindles the better. If you want the ultimate in VDI storage then look at solid state drives (SSD).</li>
<li>Choose your hypervisor provider. The main contenders are VMware vSphere for Desktops, Citrix XenServer, or Microsoft Hyper-V R2.</li>
<li>Connection brokering is now an integral part of VMware View or Citrix XenDesktop, but research this carefully as there are other providers out there.</li>
<li>Be clear on the security requirements. Each delivery protocol is slightly different (ICA, PCoIP, RemoteFX / RDP).</li>
<li>Do you need features such as XenMotion / VMotion, DRS and HA?  This will determine which edition you choose (E.g. Premium or Enterprise).</li>
<li>Decide how you are going to deliver your applications. VMware ThinApp is unique in the sense that it offers total virtualisation for the application, but other alternatives such as Microsoft App-V or streaming applications from XenApp are available.</li>
<li>Decide what server hardware you are going to host your virtual desktops on. Lots of memory is key, but try and keep costs down.</li>
<li>Will you be requiring persistent or non-persistent desktops? In other words, each time a user logs out do you want to preserve the state of their desktop, or give them a fresh build each time they log on?</li>
<li>Keep login time down to an absolute minimum. This can be achived by eliminating traditional roaming profiles and using profile management software such as AppSense, RTO Virtual Profiles (now owned by VMware) or Citrix Profile Management.</li>
<li>Consider using folder redirection for the desktop, and My Documents.</li>
<li>Make sure you have a solid Software Asset Management (SAM) process in place.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.rayheffer.com/492/hosting-the-desktop-part-3-planning-your-deployment/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hosting the Desktop Part 2: Virtual Desktop Licensing</title>
		<link>http://www.rayheffer.com/478/hosting-the-desktop-part-2-virtual-desktop-licensing/</link>
		<comments>http://www.rayheffer.com/478/hosting-the-desktop-part-2-virtual-desktop-licensing/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 10:13:40 +0000</pubDate>
		<dc:creator>Ray Heffer</dc:creator>
				<category><![CDATA[VDI]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Virtualisation]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[sa]]></category>
		<category><![CDATA[vda]]></category>
		<category><![CDATA[vecd]]></category>
		<category><![CDATA[virtual desktop]]></category>
		<category><![CDATA[vmware view]]></category>

		<guid isPermaLink="false">http://www.rayheffer.com/?p=478</guid>
		<description><![CDATA[It was announced last week that Microsoft have updated their VECD licensing model for VDI (Virtual Desktop Infrastructure). These changes are welcome news as you no longer require a VECD for SA license, because under the new changes Software Assurance (SA) now incorporates virtual desktop access rights. In addition to that you can now benefit [...]]]></description>
			<content:encoded><![CDATA[<!-- wp-jquery-lightbox, a WordPress plugin by ulfben --> <div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.rayheffer.com%2F478%2Fhosting-the-desktop-part-2-virtual-desktop-licensing%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.rayheffer.com_2F478_2Fhosting-the-desktop-part-2-virtual-desktop-licensing_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.rayheffer.com%2F478%2Fhosting-the-desktop-part-2-virtual-desktop-licensing%2F&amp;source=rayheffer&amp;style=normal&amp;service=TinyURL.com" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.rayheffer.com/wp-content/uploads/2010/03/win7-install-600.jpg" rel="lightbox[478]" title="Virtual Desktop running Windows 7"><img class="alignleft size-medium wp-image-490" title="Virtual Desktop running Windows 7" src="http://www.rayheffer.com/wp-content/uploads/2010/03/win7-install-600-300x200.jpg" alt="Virtual Desktop running Windows 7" width="210" height="140" /></a>It was announced last week that Microsoft have updated their VECD licensing model for VDI (Virtual Desktop Infrastructure). These changes are welcome news as you no longer require a VECD for SA license, because under the new changes Software Assurance (SA) now incorporates virtual desktop access rights. In addition to that you can now benefit from roaming usage rights that allows non-corporate home computers to connect to a virtual desktop.<br />
<span id="more-478"></span><br />
A new VDA (Virtual Desktop Access) license has also been introduced as a device based model to allow customers to purchase a virtual desktop access right per device. This can be used with non-Microsoft devices such as Linux thin-clients, or third party devices.</p>
<p>These changes will take effect from 1st July 2010:</p>
<ul>
<li>Software Assurance (SA) now includes virtual desktop access and roaming rights for home PC&#8217;s. VECD for SA is no longer required.</li>
<li>The new VDA (Virtual Desktop Access) license is a per device license that retails at approximately $100 per/annum. This is available through Microsoft Volume License programs.</li>
</ul>
<p>I touched on licensing in <a href="http://www.rayheffer.com/455/hosting-the-desktop-vmware-view-or-citrix-xendesktop/">part 1</a> of the Hosting the Desktop series, and it doesn&#8217;t matter whether your VDI project is using Microsoft Hyper-V, Citrix XenDesktop or VMware View, you still need to make sure you are licensed with Microsoft to run Windows clients. Unless of course you are running a Linux operating system on your virtual desktops!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rayheffer.com/478/hosting-the-desktop-part-2-virtual-desktop-licensing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hosting the Desktop Part 1: VMware View or Citrix XenDesktop?</title>
		<link>http://www.rayheffer.com/455/hosting-the-desktop-vmware-view-or-citrix-xendesktop/</link>
		<comments>http://www.rayheffer.com/455/hosting-the-desktop-vmware-view-or-citrix-xendesktop/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 12:57:02 +0000</pubDate>
		<dc:creator>Ray Heffer</dc:creator>
				<category><![CDATA[Citrix]]></category>
		<category><![CDATA[VDI]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Virtualisation]]></category>
		<category><![CDATA[citrix xendesktop 4]]></category>
		<category><![CDATA[vdm]]></category>
		<category><![CDATA[virtual desktop infrastructure]]></category>
		<category><![CDATA[vmware view 4]]></category>

		<guid isPermaLink="false">http://www.rayheffer.com/?p=455</guid>
		<description><![CDATA[Since VMware View was released in November 2009 and Citrix XenDesktop 4 in the same month, you could be mistaken that this is a game of tennis at Wimbledon with all the hype about each product. I first started working with desktop virtualisation in a VDI sense (not terminal server based) when VMware VDM 2.0 [...]]]></description>
			<content:encoded><![CDATA[<!-- wp-jquery-lightbox, a WordPress plugin by ulfben --> <div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.rayheffer.com%2F455%2Fhosting-the-desktop-vmware-view-or-citrix-xendesktop%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.rayheffer.com_2F455_2Fhosting-the-desktop-vmware-view-or-citrix-xendesktop_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.rayheffer.com%2F455%2Fhosting-the-desktop-vmware-view-or-citrix-xendesktop%2F&amp;source=rayheffer&amp;style=normal&amp;service=TinyURL.com" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.rayheffer.com/wp-content/uploads/2010/03/322236-480-284.jpg" rel="lightbox[455]" title="Virtual Desktop Infrastructure"><img class="alignright size-medium wp-image-461" title="Virtual Desktop Infrastructure" src="http://www.rayheffer.com/wp-content/uploads/2010/03/322236-480-284-300x177.jpg" alt="Virtual Desktop Infrastructure - VMware or Citrix?" width="210" height="124" /></a>Since VMware View was released in November 2009 and Citrix XenDesktop 4 in the same month, you could be mistaken that this is a game of tennis at Wimbledon with all the hype about each product. I first started working with desktop virtualisation in a VDI sense (not terminal server based) when VMware VDM 2.0 beta was released in 2007 (now VMware View), and for a moment VMware seemed to be ahead of the game. Prior to that, I had to put up with Citrix Desktop Broker which was made end-of-life a short while after its release. Then Citrix released XenDesktop 2.0, and with desktop provisioning making storage issues a thing of the past thanks to Citrix Provisioning Server (formerly an Ardence product), the ball seemed to be firmly back in Citrix’s court.<br />
<span id="more-455"></span><br />
Having stayed with Citrix through to the current XenDesktop 4, I must admit I have been tempted by the offering VMware View 4 is making. VMware View 4 now has a new display protocol called PCoIP which according to VMware, will outperform the Citrix ICA protocol.</p>
<p>VMware have also put a strong emphasis on the ease of installation VMware View 4 has to offer, compared to Microsoft RDS (Remote Desktop Services) and Citrix XenDesktop, in addition to some significant performance improvements. What has got me excited though is the actual virtualisation platform (vSphere for Desktops) which has the same features as vSphere 4 Enterprise Plus. Whilst it has the same features as vSphere 4 Enterprise Plus, it has been configured specifically for hosting desktops and doesn’t require you to purchase a separate host license for the virtualisation platform. Citrix XenDesktop similarly bundles XenServer as part of their packages.</p>
<p>Some of the other new features include ClearType font rendering, multi-monitor, 1920&#215;1200 display resolution and even horizontal &amp; vertical monitor support. Also according to VMware, a 10,000 hosted desktop environment would require around 125 servers, whereas Citrix would require 239 servers. Don’t shoot the messenger though as I do feel there is a little ‘marketing’ spin on this, because I haven’t seen evidence that this is based on identical hardware requirements. Citrix XenServer is not something to be overlooked.</p>
<p>In terms of licensing VMware have a purely concurrent user model which means that you need a license for each connected (concurrent) user. Licenses are purchased in packs, for example the View Enterprise 100 pack that contains vCenter Server standard, and vSphere 4 for Desktops with an unlimited number of hosts. I remember when I was using VMware VDM 2.0, cost would prohibitive due to the fact I needed to buy VMware ESX licenses to host my desktops. Now this isn’t the case it seems they are matching up with Citrix on the cost model too.</p>
<p>As expected Citrix also offer concurrent licensing, with XenDesktop Standard, Advanced, Enterprise and Platinum editions all licensed based on the number of concurrent virtual desktops in use.</p>
<p><strong>So who is the winner in this game of VDI tennis?</strong></p>
<p>Honestly I think it is so close I wouldn’t like to say one way or another. If you already have a team of Citrix expertise in your department then go with Citrix XenDesktop 4. On the other hand if you are free to decide which way to go then check out VMware View 4. What I will say is that Citrix do have other technologies that can compliment your VDI solution, such as the Access Gateway with Advanced Access Control, EdgeSight for XenApp and NetScaler. If you are building an enterprise scale VDI solution then these products would also be part of the overall mix, which may bring Citrix into the lead.</p>
<p>A recent post on the VMware blogs discussed the acquisition of RTO Software, here is an excerpt from the blog:</p>
<blockquote><p>“<em>This is an exciting technology. For those unfamiliar with the specifics of what Virtual Profiles actually does, the technology seamlessly virtualizes, caches and synchronizes a desktop user&#8217;s roaming profile, while improving both the performance and data integrity of the profile. When a user logs on, instead of monolithically delivering the entire user profile and making the user wait for all of it, Virtual Profiles performs a &#8220;just-in-time&#8221; delivery.</em>”</p></blockquote>
<p>You can read the full article here: <a href="http://blogs.vmware.com/view-point/2010/02/vmware-to-acquire-rto-software.html" target="_blank" onclick="pageTracker._trackPageview('/outgoing/blogs.vmware.com/view-point/2010/02/vmware-to-acquire-rto-software.html?referer=');">http://blogs.vmware.com/view-point/2010/02/vmware-to-acquire-rto-software.html</a><br />
You can find more information on VMware View here: <a href="http://www.vmware.com/view" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.vmware.com/view?referer=');">http://www.vmware.com/view</a><br />
VMware View 4 Licensing FAQ: <a href="http://www.vmware.com/files/pdf/VMware-View4-Pricing-Licensing-Support-FAQ.pdf" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.vmware.com/files/pdf/VMware-View4-Pricing-Licensing-Support-FAQ.pdf?referer=');">http://www.vmware.com/files/pdf/VMware-View4-Pricing-Licensing-Support-FAQ.pdf</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rayheffer.com/455/hosting-the-desktop-vmware-view-or-citrix-xendesktop/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>VMware ESX Error: Unable to connect to the MKS: vmx connection handshake failed for mks of&#8230;</title>
		<link>http://www.rayheffer.com/440/vmware-esx-error-unable-to-connect-to-the-mks-vmx-connection-handshake-failed-for-mks-of/</link>
		<comments>http://www.rayheffer.com/440/vmware-esx-error-unable-to-connect-to-the-mks-vmx-connection-handshake-failed-for-mks-of/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 11:00:44 +0000</pubDate>
		<dc:creator>Ray Heffer</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[Virtualisation]]></category>
		<category><![CDATA[mks]]></category>
		<category><![CDATA[vmware console]]></category>
		<category><![CDATA[vmware esx]]></category>
		<category><![CDATA[vmx connection]]></category>
		<category><![CDATA[vsphere]]></category>

		<guid isPermaLink="false">http://www.rayheffer.com/?p=440</guid>
		<description><![CDATA[When you power on a virtual machine with VMware ESX VI3 or vSphere it may reach 95% progress in the tasks, but when you open the console you&#8217;ll notice the error: &#8220;Unable to connect to the MKS: vmx connection handshake failed for mks of /vmfs/volumes&#8230;&#8221;. The MKS is the virtual Mouse, Keyboard, Screen (aka. KVM [...]]]></description>
			<content:encoded><![CDATA[<!-- wp-jquery-lightbox, a WordPress plugin by ulfben --> <div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.rayheffer.com%2F440%2Fvmware-esx-error-unable-to-connect-to-the-mks-vmx-connection-handshake-failed-for-mks-of%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.rayheffer.com_2F440_2Fvmware-esx-error-unable-to-connect-to-the-mks-vmx-connection-handshake-failed-for-mks-of_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.rayheffer.com%2F440%2Fvmware-esx-error-unable-to-connect-to-the-mks-vmx-connection-handshake-failed-for-mks-of%2F&amp;source=rayheffer&amp;style=normal&amp;service=TinyURL.com" height="61" width="50" /><br />
			</a>
		</div>
<p>When you power on a virtual machine with VMware ESX VI3 or vSphere it may reach 95% progress in the tasks, but when you open the console you&#8217;ll notice the error: &#8220;Unable to connect to the MKS: vmx connection handshake failed for mks of /vmfs/volumes&#8230;&#8221;.</p>
<p><span id="more-440"></span>The MKS is the virtual Mouse, Keyboard, Screen (aka. KVM &#8211; Keyboard, Video, Mouse), and the error is simply unable to map this to the guest OS, hence the power on will fail.</p>
<p><a href="http://www.rayheffer.com/wp-content/uploads/2010/03/esx-mks-handshake-error.jpg" rel="lightbox[440]" title="VMware ESX (vSphere) MKS handshake error"><img class="alignnone size-full wp-image-448" title="VMware ESX (vSphere) MKS handshake error" src="http://www.rayheffer.com/wp-content/uploads/2010/03/esx-mks-handshake-error.jpg" alt="VMware ESX (vSphere) MKS handshake error" width="440" height="245" /></a></p>
<p>This issue isn&#8217;t very common, but should be relatively easy to resolve. First check the following:</p>
<p>1) Edit the settings of the virtual machine, click the Options tab and make sure that the guest operating system version is correct. This can cause this error, so make sure you select the correct OS. E.g. &#8220;Microsoft Windows Server 2008 R2 (64-bit)&#8221;.<br />
2) Try removing the virtual machine from the vCenter inventory and re-adding it.<br />
3) Try restarting the VMware management agents (<code>service mgmt-vmware restart</code> and <code>service vmware-vpxa restart</code>).</p>
<p>I have only had this issue occur twice and both times it was related to the guest operating system type being set incorrectly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rayheffer.com/440/vmware-esx-error-unable-to-connect-to-the-mks-vmx-connection-handshake-failed-for-mks-of/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Finally received my VMware vSphere VCP certificate in the post today!</title>
		<link>http://www.rayheffer.com/363/finally-received-my-vmware-vsphere-vcp-certificate-in-the-post-today/</link>
		<comments>http://www.rayheffer.com/363/finally-received-my-vmware-vsphere-vcp-certificate-in-the-post-today/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 10:41:22 +0000</pubDate>
		<dc:creator>Ray Heffer</dc:creator>
				<category><![CDATA[Business & IT]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Virtualisation]]></category>

		<guid isPermaLink="false">http://www.rayheffer.com/?p=363</guid>
		<description><![CDATA[I passed my VCP4 back in December, and after many months of waiting I finally received my VCP certificate on vSphere 4 today! I&#8217;m also working on some study material for those of you that are aiming for a VMware VCP certificate. If you subscribe to my RSS feed, you won&#8217;t miss out when it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<!-- wp-jquery-lightbox, a WordPress plugin by ulfben --> <div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.rayheffer.com%2F363%2Ffinally-received-my-vmware-vsphere-vcp-certificate-in-the-post-today%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.rayheffer.com_2F363_2Ffinally-received-my-vmware-vsphere-vcp-certificate-in-the-post-today_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.rayheffer.com%2F363%2Ffinally-received-my-vmware-vsphere-vcp-certificate-in-the-post-today%2F&amp;source=rayheffer&amp;style=normal&amp;service=TinyURL.com" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignleft size-medium wp-image-365" title="vSphere VCP Logo" src="http://www.rayheffer.com/wp-content/uploads/2010/02/VMW_09Q3_LGO_VMwareCertifiedProfessional_K-300x46.png" alt="" width="300" height="46" />I passed my VCP4 back in December, and after many months of waiting I finally received my VCP certificate on vSphere 4 today!</p>
<p>I&#8217;m also working on some study material for those of you that are aiming for a VMware VCP certificate. If you subscribe to my <a href="http://feeds.feedburner.com/RayHeffer" target="_blank" onclick="pageTracker._trackPageview('/outgoing/feeds.feedburner.com/RayHeffer?referer=');">RSS </a>feed, you won&#8217;t miss out when it&#8217;s published!<br />
<span id="more-363"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rayheffer.com/363/finally-received-my-vmware-vsphere-vcp-certificate-in-the-post-today/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VMware vSphere Virtual Machine Live Clones Across Datacenters</title>
		<link>http://www.rayheffer.com/300/vmware-vsphere-virtual-machine-live-clones-across-datacenters/</link>
		<comments>http://www.rayheffer.com/300/vmware-vsphere-virtual-machine-live-clones-across-datacenters/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 14:25:19 +0000</pubDate>
		<dc:creator>Ray Heffer</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[Virtualisation]]></category>
		<category><![CDATA[cloning]]></category>
		<category><![CDATA[storage vmotion]]></category>
		<category><![CDATA[svmotion]]></category>
		<category><![CDATA[transfer]]></category>
		<category><![CDATA[vmkernel]]></category>

		<guid isPermaLink="false">http://www.rayheffer.com/?p=300</guid>
		<description><![CDATA[Prior to VMware ESX 4 (vSphere) it was not possible to clone a running virtual machine to another datacenter, or to a virtual machine data store that wasn&#8217;t available on the source host. Now with VMware vSphere it is possible to clone a running virtual machine to another datacenter, even if the destination data store [...]]]></description>
			<content:encoded><![CDATA[<!-- wp-jquery-lightbox, a WordPress plugin by ulfben --> <div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.rayheffer.com%2F300%2Fvmware-vsphere-virtual-machine-live-clones-across-datacenters%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.rayheffer.com_2F300_2Fvmware-vsphere-virtual-machine-live-clones-across-datacenters_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.rayheffer.com%2F300%2Fvmware-vsphere-virtual-machine-live-clones-across-datacenters%2F&amp;source=rayheffer&amp;style=normal&amp;service=TinyURL.com" height="61" width="50" /><br />
			</a>
		</div>
<p><img src="http://www.rayheffer.com/wp-content/uploads/2010/02/Disk-clone.jpg" alt="" title="Disk clone" width="250" height="134" class="alignleft size-full wp-image-308" />Prior to VMware ESX 4 (vSphere) it was not possible to clone a running virtual machine to another datacenter, or to a virtual machine data store that wasn&#8217;t available on the source host. Now with VMware vSphere it is possible to clone a running virtual machine to another datacenter, even if the destination data store is not presented to the source host.<br />
<span id="more-300"></span><br />
<strong>How does this work when the target hosts volume isn&#8217;t even accessible on the originating server?</strong></p>
<p>The answer is in the Service Console network. When source and destination disk volumes are present, then it will initiate a disk to disk transfer (over iSCSI or fibre channel). However, when the target storage is unavailable it will now use the Service Console network to transfer the data. Magic!</p>
<p>This is an excellent feature, as prior to ESX 4 I had to temporarily present the target volume to the source host during the migration or cloning process. Now I can keep storage between my datacenters seperate.</p>
<p><strong>Why the Service Console Network?</strong></p>
<p>Providing the service console network is used for management only, this is the best option. You certainly wouldn&#8217;t want the VMkernal network to be saturated with traffic generated from a storage migration, as this would impact VMotion.</p>
<p>Thanks again to VMware for another excellent feature!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rayheffer.com/300/vmware-vsphere-virtual-machine-live-clones-across-datacenters/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<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[VMware]]></category>
		<category><![CDATA[Virtualisation]]></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[<!-- wp-jquery-lightbox, a WordPress plugin by ulfben --> <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" 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>0</slash:comments>
		</item>
	</channel>
</rss>
