<?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>Virtualisation</title>
	<atom:link href="http://www.virtualisation.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.virtualisation.co.uk</link>
	<description>Virtualisation Blog</description>
	<lastBuildDate>Sat, 27 Nov 2010 18:26:29 +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>Remote Desktop goes Graphical</title>
		<link>http://www.virtualisation.co.uk/2010/11/remote-desktop-goes-graphical/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=remote-desktop-goes-graphical</link>
		<comments>http://www.virtualisation.co.uk/2010/11/remote-desktop-goes-graphical/#comments</comments>
		<pubDate>Mon, 08 Nov 2010 21:32:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Application Virtualisation]]></category>
		<category><![CDATA[Microsoft Hyper-V]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[RDP]]></category>
		<category><![CDATA[RemoteFX]]></category>

		<guid isPermaLink="false">http://www.virtualisation.co.uk/?p=165</guid>
		<description><![CDATA[Anyone who has ever tried to run anything with a high graphics content in a remote desktop (RDP) session will know how poor the performance is, video clips can be measured in frames per minute rather than frames per second. Microsoft may just have a solution for this in SP1 of Windows 2008 R2 and [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>Anyone who has ever tried to run anything with a high graphics content in a remote desktop (RDP) session will know how poor the performance is, video clips can be measured in frames per minute rather than frames per second.</p>
<p>Microsoft may just have a solution for this in SP1 of Windows 2008 R2 and Windows 7 which is to be released 1st quarter next year.  The new enhnacement to RDP called RemoteFX will offer LAN users  a gui experience more akin to a physical desktop than which can currently be achieved using an RDP session. RemoteFX support will be included in  RDP 7.1 clients which currently is only available in the release candidate of 2008 R2 SP1 and Windows 7 SP1, next year expect more hardware vendors to release thin clients with RDP 7.1 support, can&#8217;t find any information regarding a 7.1 client being released for XP or Vista.</p>
<p>RemoteFX can work in 2 modes both requiring 2008 R2 SP1 on your host, the 1st mode allows users who RDP to the server directly to experience improved graphical performance, the 2nd mode which requires HyperV running on the host allows the hosts GPU ( graphics card ) to be virtualised and shared amongst Windows 7 SP1 VM&#8217;s running on the host.  From what I have read the 2nd mode offers better performance as it utilises the power of the hosts GPU whereas the 1st mode relies on software only to achieve the boost in graphical performance, the MS site does however mention using a dedicated RemoteFX encoder card installed in the host to boost performance, don&#8217;t know if these are available at present .</p>
<p>I decided to setup a test server to evaluate the graphical perfomance boost RemoteFX offers Windows 7 SP1 VM&#8217;s.   There are a few pre-requisites when choosing hardware for a RemoteFX host, firstly you need a CPU with SLAT support, I first tried a quad core Intel 6600 with no luck, you are looking at higher end Intel i series CPU&#8217;s or Intel Xeon 5500 or above, see extract below taken from MS site:-</p>
<blockquote><p><em>SLAT-enabled processor   The processor in the RemoteFX server must support Second-Level Address Translation (SLAT). In virtualization scenarios, hardware-based SLAT support improves performance. On Intel processors, this is called Extended Page Tables (EPT), and on AMD processors, it is called Nested Page Tables (NPT)</em>.</p></blockquote>
<p>Secondly you are going to require a decent GPU, remember your GPU&#8217;s processing power and video memory is going to be virtualised and shared amongst your VM&#8217;s.  The minimum memory requirement is 400MB of dedicated video memory, the table below (taken from MS site) shows video memory requirements for different screen resolutions, multiply this be number of VM&#8217;s you intend on running:-</p>
<table border="0">
<tbody>
<tr>
<th rowspan="2">Maximum resolution</th>
<th colspan="4"> Maximum number of monitors in virtual machine setting</th>
</tr>
<tr>
<td>1 monitor</td>
<td>2 monitors</td>
<td>3 monitors</td>
<td>4 monitors</td>
</tr>
<tr>
<td>1024 x 768</td>
<td>75 MB</td>
<td>105 MB</td>
<td>135 MB</td>
<td>165 MB</td>
</tr>
<tr>
<td>1280 x 1024</td>
<td>125 MB</td>
<td>175 MB</td>
<td>225 MB</td>
<td>275 MB</td>
</tr>
<tr>
<td>1600 x 1200</td>
<td>184 MB</td>
<td>257 MB</td>
<td>330 MB</td>
<td>N/A</td>
</tr>
<tr>
<td>1900 x 1200</td>
<td>220 MB</td>
<td>308 MB</td>
<td>N/A</td>
<td>N/A</td>
</tr>
</tbody>
</table>
<p>For my test server I used a HP ML350 G6 with a single Intel 5520 quad core with Hyper Threading enabled.  GPU was a modest Nvidia Geforce GT240 1GB which can be picked up for around £60.</p>
<p>Server was loaded with a fresh install of 2008 R2 and then had the RC of SP1 applied, HyperV role added and RemoteFX role added which is found as a component of the Remote Desktop Services role.</p>
<p>Created a Windows 7 Enterprise VM ( apparently requires Enterprise or Ultimate ), and added the new RemoteFX 3D Video adapter to the virtual machine, before doing this make sure you have enabled remote desktop in the virtual machine as once the RemoteFX adapter is added you will no longer be able to access the VM&#8217;s console through HyperV manager.</p>
<p>As the RDP 7.1 client is only available on SP1 and I didn&#8217;t have a spare PC available to load another copy of Windows 7 SP1 I was forced to RDP from the 2008 R2 SP1 host to the Windows 7 VM, to enable the RemoteFX on the RDP client make sure that the experience setting within the RDP client is set to LAN.</p>
<p>Once connected I can tell straight away the visual improvement, Windows 7 AERO is running, let&#8217;s try something a bit more intesive and use the Aero 3D flip feature, impressed runs as smoothly as I&#8217;ve seen on any physical desktop.</p>
<div id="attachment_168" class="wp-caption aligncenter" style="width: 394px"><img class="size-medium wp-image-168" title="remotefx-aero-flip" src="http://www.virtualisation.co.uk/wp-content/uploads/2010/11/remotefx-aero-flip-300x225.jpg" alt="RemoteFX Windows 7 Aero Flip" width="384" height="287" /><p class="wp-caption-text">RemoteFX Windows 7 Aero Flip</p></div>
<p>So what about video in our RDP session, obtained a HD (720p) mkv file,  installed K-Lite codec pack into the VM and luached the video clip in Media Player Classic.  The video played back suprisingly well with only the ocassional torn frame, running HD video in an RDP session is probably not what you would expect to find in a typical business environment but if it can handle the rendering of HD content then it should have no problems with lower quality video such as the likes of YouTube.</p>
<div id="attachment_171" class="wp-caption aligncenter" style="width: 391px"><img class="size-medium wp-image-171" title="remotefx-hd-video" src="http://www.virtualisation.co.uk/wp-content/uploads/2010/11/remotefx-hd-video-300x225.jpg" alt="RemoteFX HD Video Rendering" width="381" height="284" /><p class="wp-caption-text">RemoteFX HD Video Rendering</p></div>
<p>So how about some  heavy  3D content, installed a copy of 3DMark06 into the VM to test how it handles heavy 3D game type rendering.  I was quite suprised the test ran at all and didn&#8217;t bomb out when it saw the virtualised GPU, although the 3D tests ran there was a very noticeable difference in frame rates achieved running the tests within the virtual machine as opposed to running it directly on the host. For example the 1st 3D test shows a battle scene in a space dock, in the virtual machine the average frame rate was around 12 fps, running the same test on the physical host showed and average frame rate of around 30 fps.  Hardcore gamers are not going to want to run on virtualised PC&#8217;s at the moment but that&#8217;s not what RemoteFX was designed to do.</p>
<p>Where RemoteFX will appeal is in VDI implementaions where users want a more dynamic gui experience from their PC/Thin Client than is currently offered by the RDP. With this in mind let&#8217;s try scaling out a little, I&#8217;ve made another 3 copies of our Windows 7 SP1 VM and powered them all up (4 total).</p>
<p>Windows and Aero still behaving themselves nicely no noticeable degradation with 4 VM&#8217;s running.  Launched the HD video in all 4 VM&#8217;s and although it did play it was more jerky than running it in a single VM, clearly running 4 HD movies even on a physical host on a low end video card would be pushing it.  Also bear in my all 4 VM&#8217;s and the host are running off a single SATA disk so that would probably also degrade the performance somewhat. Still watchable, very impressive.</p>
<div id="attachment_172" class="wp-caption aligncenter" style="width: 389px"><img class="size-medium wp-image-172" title="remotefx-4-vms" src="http://www.virtualisation.co.uk/wp-content/uploads/2010/11/remotefx-4-vms-300x225.jpg" alt="RemoteFX on 4 VM's playing HD videos" width="379" height="283" /><p class="wp-caption-text">RemoteFX on 4 VM&#39;s playing HD videos</p></div>
<p>With another CPU and a higher end GPU (RemoteFX supports up to 4 in the same host) we should be able to a acheive a decent VM density on our host.</p>
<p>Often Microsoft are playing catchup with VMware but in regards to RemoteFX I think they are on to a winner, although VMware with it&#8217;s View product supports rich graphical sessions using PCoverIP to get decent performance is going to require a PCoverIP offload card and also the licensing costs involved with implementing the VMware infrastructure and VMware View.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualisation.co.uk/2010/11/remote-desktop-goes-graphical/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware vSphere Essentials Update</title>
		<link>http://www.virtualisation.co.uk/2010/10/vmware-vsphere-essentials-update/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vmware-vsphere-essentials-update</link>
		<comments>http://www.virtualisation.co.uk/2010/10/vmware-vsphere-essentials-update/#comments</comments>
		<pubDate>Wed, 20 Oct 2010 17:55:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VMware ESX/ESXi]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.virtualisation.co.uk/?p=185</guid>
		<description><![CDATA[I&#8217;ve blogged before regarding the VMware Essentials product which offers the power of virtualisation at a price point more appealing to SME customers. VMware have now made this even more attractive by now offering vMotion support in the Essentials Plus package something which was previously unavailable in the Essentials packages. For a full comparison of [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>I&#8217;ve blogged before regarding the VMware Essentials product which offers the power of virtualisation at a price point more appealing to SME customers.</p>
<p>VMware have now made this even more attractive by now offering vMotion support in the Essentials Plus package something which was previously unavailable in the Essentials packages.</p>
<p>For a full comparison of what&#8217;s available in the various Essentials packages visit the VMware website:</p>
<p><a href="http://www.vmware.com/products/vsphere/buy/small_business_editions_comparison.html" Target="_blank">VMware vSphere Kits Features List</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualisation.co.uk/2010/10/vmware-vsphere-essentials-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HyperV R2 broke my vm creation script</title>
		<link>http://www.virtualisation.co.uk/2010/02/hyperv-r2-broke-my-vm-creation-script/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hyperv-r2-broke-my-vm-creation-script</link>
		<comments>http://www.virtualisation.co.uk/2010/02/hyperv-r2-broke-my-vm-creation-script/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 20:57:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Microsoft Hyper-V]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Memory]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.virtualisation.co.uk/?p=156</guid>
		<description><![CDATA[Have a script that automatically creates a VM prompts for memory size, number of CPU&#8217;s etc. Worked fine on HyperV in 2008 SP2, but was getting intermitent failures on 2008 R2. After a little bit of head scratching found out it was failing setting memory size to an odd number (e.g 2047 MB), worked fine [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>Have a script that automatically creates a VM prompts for memory size, number of CPU&#8217;s etc.</p>
<p>Worked fine on HyperV in 2008 SP2, but was getting intermitent failures on 2008 R2.</p>
<p>After a little bit of head scratching found out it was failing setting memory size to an odd number (e.g 2047 MB), worked fine when setting even number memory (e.g 2048 MB).</p>
<p>When trying to manually create a VM on R2 with an odd number for memory size get the error below &#8220;Please enter memory in increments of 2 MB&#8221; , easy to fix just use an even size for memory.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualisation.co.uk/2010/02/hyperv-r2-broke-my-vm-creation-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hyper-V host hangs at Shutting Down</title>
		<link>http://www.virtualisation.co.uk/2009/09/hyper-v-host-hangs-at-shutting-down/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hyper-v-host-hangs-at-shutting-down</link>
		<comments>http://www.virtualisation.co.uk/2009/09/hyper-v-host-hangs-at-shutting-down/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 15:24:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Microsoft Hyper-V]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.virtualisation.co.uk/?p=154</guid>
		<description><![CDATA[A 2008 server with the Hyper-V role sometimes hangs at  Shutting Down and a power cycle is required to restart it.   This appears to occur with some servers due to BIOS incompatability, have read on some forums that upgrading to lastest motherboard BIOS has resolved issue. Personally had this happen on servers fitted with Supermicro [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>A 2008 server with the Hyper-V role sometimes hangs at  Shutting Down and a power cycle is required to restart it.   This appears to occur with some servers due to BIOS incompatability, have read on some forums that upgrading to lastest motherboard BIOS has resolved issue.</p>
<p>Personally had this happen on servers fitted with Supermicro X7DWU motherboards, problem continues after lastest BIOS installed running Windows 2008 SP2 and all relevant patches.</p>
<p>This is a real pain when remote booting servers as they never come back online.</p>
<p>No shutdown issues on HP ML350 G5 and  HP XW4600 worksation in my test environment.</p>
<p>Maybe Microsoft will bring out a patch !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualisation.co.uk/2009/09/hyper-v-host-hangs-at-shutting-down/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fatal Error installing Hyper-V Integration Services</title>
		<link>http://www.virtualisation.co.uk/2009/06/fatal-error-installing-hyper-v-integration-services/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fatal-error-installing-hyper-v-integration-services</link>
		<comments>http://www.virtualisation.co.uk/2009/06/fatal-error-installing-hyper-v-integration-services/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 20:21:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Microsoft Hyper-V]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Integration Components]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.virtualisation.co.uk/?p=152</guid>
		<description><![CDATA[On several occasions have received a &#8216;Fatal Error&#8217; when trying to install Integration Components  into a Hyper-V Virtual Machine. This seems to happen when upgrading from a previous version or in my test lab when I have been doing some P2V testing. Uninstalling Hyper-V Guest Components using Add/Remove programs doesn&#8217;t fix problem. Only way I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>On several occasions have received a &#8216;Fatal Error&#8217; when trying to install Integration Components   into a Hyper-V Virtual Machine.</p>
<p>This seems to happen when upgrading from a previous version or in my test lab when I have been doing some P2V testing.</p>
<p>Uninstalling Hyper-V Guest Components using Add/Remove programs doesn&#8217;t fix problem.</p>
<p>Only way I&#8217;ve found to fix problems is to delete the following 2 files (recommend doing a snapshot first just in case).</p>
<p><strong>C:\Windows\system32\drivers\wdf01000.sys</strong> and  <strong>C:\Windows\system32\drivers\wdfldr.sys</strong></p>
<p>You should then be able to install Integration Components.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualisation.co.uk/2009/06/fatal-error-installing-hyper-v-integration-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware vSphere Essentials</title>
		<link>http://www.virtualisation.co.uk/2009/05/vmware-vsphere-essentials/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vmware-vsphere-essentials</link>
		<comments>http://www.virtualisation.co.uk/2009/05/vmware-vsphere-essentials/#comments</comments>
		<pubDate>Fri, 01 May 2009 22:26:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Microsoft Hyper-V]]></category>
		<category><![CDATA[VMware ESX/ESXi]]></category>
		<category><![CDATA[DRS]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[HA]]></category>
		<category><![CDATA[vmotion]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.virtualisation.co.uk/?p=145</guid>
		<description><![CDATA[One of the interesting things coming up in VMware Infrastructure 4 or vSphere as it is now known is the new licensing options aimed at securing a bigger slice of the lucrative SME marketplace. Many SME&#8217;s were put off on the pricing of VMware Infrastructure 3 with Enterprise and Virtual Centre licences for a couple [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>One of the interesting things coming up in VMware Infrastructure 4 or vSphere as it is now known is the new licensing options aimed at securing a bigger slice of the lucrative SME marketplace.</p>
<p>Many SME&#8217;s were put off on the pricing of VMware Infrastructure 3 with Enterprise and Virtual Centre licences for a couple of ESX hosts not leaving you much change out of £10k.</p>
<p>vSphere will introduce an essentials and essentials plus which will offer a reduced feature set  compared to the higher end vSphere offerings.  Link below shows vSphere version comparison chart.</p>
<p><a title="VMware vSphere Comparison" href="http://http://www.vmware.com/products/vsphere/buy/editions_comparison.html" target="_blank">vSphere version comparison</a></p>
<p>Although the essentials plus offering has VMware HA it is missing vMotion, DRS and the newly introduced vSphere fault tolerance, which I feel is a bit strange considering the essentials package covers licensing for 3 ESX hosts.  Microsoft will include their vMotion equivalent for Hyper-V in Windows 2008 R2 so could make the essentials package a little less attractive to customers who are looking for the ability to live migrate VM&#8217;s between hosts.</p>
<p>Pricing for the essentials plus package is showing as $2995, this includes licenses for 3 physical hosts and  vCentre Server for essentials to handle management.</p>
<p>Release date stated as May 21st .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualisation.co.uk/2009/05/vmware-vsphere-essentials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copying files to and from an ESXi host</title>
		<link>http://www.virtualisation.co.uk/2009/03/copying-files-to-and-from-an-esxi-host/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=copying-files-to-and-from-an-esxi-host</link>
		<comments>http://www.virtualisation.co.uk/2009/03/copying-files-to-and-from-an-esxi-host/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 21:45:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VMware ESX/ESXi]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[Veeam]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.virtualisation.co.uk/?p=131</guid>
		<description><![CDATA[Software company Veeam have today released v3 of their free FastSCP program which now supports coping files to and from ESXi hosts without any hacking or modification required on ESXi. The solution is able to copy powered off virtual machines to or from a Windows machine, jobs can be scheduled if required. On testing managed [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>Software company Veeam have today released v3 of their free FastSCP program which now supports coping files to and from ESXi hosts without any hacking or modification required on ESXi.</p>
<p>The solution is able to copy powered off virtual machines to or from a Windows machine, jobs can be scheduled if required.</p>
<p>On testing managed a very respectable performance of 28 MB/s from an ESXi host running SATA disk across a gigabit network, certainly faster than any other solution I&#8217;ve seen for ESXi.</p>
<p>For those of you looking for a backup solution for VMware Virtual Infrastructure they also do a pay solution called Veeam Backup which rivals Vizioncores backup solution.</p>
<p><a href="http://www.veeam.com/vmware-esxi-fastscp.html" target="_blank">www.veeam.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualisation.co.uk/2009/03/copying-files-to-and-from-an-esxi-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hyper-V &#8211; Mouse not captured in Remote Desktop Session</title>
		<link>http://www.virtualisation.co.uk/2009/03/hyper-v-mouse-not-captured-in-remote-desktop-session/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hyper-v-mouse-not-captured-in-remote-desktop-session</link>
		<comments>http://www.virtualisation.co.uk/2009/03/hyper-v-mouse-not-captured-in-remote-desktop-session/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 21:12:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Microsoft Hyper-V]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.virtualisation.co.uk/?p=119</guid>
		<description><![CDATA[So you&#8217;ve loaded Hyper-V, created your virtual machine and loaded Windows server onto the virtual machine.  You are using remote desktop to connect to your Hyper-V host and power  on the virtual machine. The first thing you&#8217;ll notice when you try to use the mouse is that you&#8217;ll receive the message popup &#8220;Mouse not captured [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>So you&#8217;ve loaded Hyper-V, created your virtual machine and loaded Windows server onto the virtual machine.  You are using remote desktop to connect to your Hyper-V host and power  on the virtual machine.</p>
<p>The first thing you&#8217;ll notice when you try to use the mouse is that you&#8217;ll receive the message popup &#8220;Mouse not captured in Remote Desktop Session&#8221;, and instead of a mouse pointer will just get a dot in it&#8217;s place. Have noticed when using  3rd party remote control software, logmein in my case I was able to see a mouse pointer but still not control it.</p>
<p>This is really frustrating for those of  us who have used VMware where the mouse works straight away (albeit jerky until VMware tools installed).</p>
<p>The way to get the mouse working under a Hyper-V VM is to install  Microsoft Virtual Machine Integration Services into the VM.  As you have no mouse you will need to use the keyboard to login and start the install, a list of common windows key combinations is shown below. Once logged in from the VM connection window click on the &#8216;Actions&#8217; menu and select &#8216;Insert Integration Services Setup Disk&#8217; from the drop down list, this will load the install disk into the virtual CD drive of your VM from where the install can be started.  Once installed you&#8217;ll get control of your mouse back.</p>
<table style="height: 194px;" border="1" cellspacing="0" cellpadding="2" width="472">
<tbody>
<tr>
<td valign="top"><strong>Standard  Key combination</strong></td>
<td valign="top"><strong>Virtual Machine Key Combination<br />
</strong></td>
<td valign="top"><strong>Function</strong></td>
</tr>
<tr>
<td valign="top">CTRL + ALT + DEL</td>
<td valign="top">CTRL + ALT + END</td>
<td valign="top">Displays the Task Manager or Windows Security dialog box.</td>
</tr>
<tr>
<td valign="top">ALT + TAB</td>
<td valign="top">ALT + PAGE UP</td>
<td valign="top">Switches between programs from left to right.</td>
</tr>
<tr>
<td valign="top">ALT + SHIFT + TAB</td>
<td valign="top">ALT + PAGE DOWN</td>
<td valign="top">Switches between programs from right to left.</td>
</tr>
<tr>
<td valign="top">ALT + ESC</td>
<td valign="top">ALT + INSERT</td>
<td valign="top">Cycles through the programs in the order they were started.</td>
</tr>
<tr>
<td valign="top">CTRL + ESC</td>
<td valign="top">ALT + HOME</td>
<td valign="top">Windows start menu button.</td>
</tr>
<tr>
<td valign="top">None</td>
<td valign="top">CTRL + ALT + PAUSE</td>
<td valign="top">Switches between full screen / windowed</td>
</tr>
<tr>
<td valign="top">None</td>
<td valign="top">CTRL + ALT + LEFT ARROW</td>
<td valign="top">Releases mouse and keyboard focus from the Virtual Machine Connection window.</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualisation.co.uk/2009/03/hyper-v-mouse-not-captured-in-remote-desktop-session/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Managing VMware server 2 using Virtual Infrastructure Client</title>
		<link>http://www.virtualisation.co.uk/2009/03/managing-vmware-server-2-using-virtual-infrastructure-client/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=managing-vmware-server-2-using-virtual-infrastructure-client</link>
		<comments>http://www.virtualisation.co.uk/2009/03/managing-vmware-server-2-using-virtual-infrastructure-client/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 21:17:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VMware Server]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[VI client]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.virtualisation.co.uk/?p=115</guid>
		<description><![CDATA[I&#8217;d tried VMware server 2 back in beta but found I couldn&#8217;t get on with the new management web interface so stuck with my trusted VMware server 1.0.x A colleague mentioned recently VMware Server 2 could be managed using the familair VI client usually used to manage ESX hosts. Sure enough after downloading and installing [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>I&#8217;d tried VMware server 2 back in beta but found I couldn&#8217;t get on with the new management web interface so stuck with my trusted VMware server 1.0.x</p>
<p>A colleague mentioned recently VMware Server 2 could be managed using the familair VI client usually used to manage ESX hosts.</p>
<p>Sure enough after downloading and installing the latest version of VMware server 2 was able to connect to it using VI client by pointing it to the server IP on port 8333  , in my case VI client was running on the same machine as VMware server so pointed the VI client to 127.0.0.1:8333 , used my Windows login name and password and bingo managing VMware server using VI client, I&#8217;m finally happy to upgrade to VMware Server 2.</p>
<p>If you don&#8217;t already have VI client installed you can download it by pointing your web browser to to the IP of your VMware server host using the URL:</p>
<p>https://127.0.0.1:8333/client/VMware-viclient.exe</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualisation.co.uk/2009/03/managing-vmware-server-2-using-virtual-infrastructure-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unable to remove Consolidated Helper Snapshot under ESX and ESXi</title>
		<link>http://www.virtualisation.co.uk/2009/02/unable-to-remove-consolidated-helper-snapshot-under-esx-and-esxi/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=unable-to-remove-consolidated-helper-snapshot-under-esx-and-esxi</link>
		<comments>http://www.virtualisation.co.uk/2009/02/unable-to-remove-consolidated-helper-snapshot-under-esx-and-esxi/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 10:10:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VMware ESX/ESXi]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[snapshot]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.virtualisation.co.uk/?p=112</guid>
		<description><![CDATA[If you are running ESX or ESXi U2 or above and have an application that creates VMware backups using snapshots (e.g Vizioncore , Veeam ) you may notice sometimes you are left with a snapshot called Consolidated Helper Snapshot followed by a number. If you try to remove the snapshot on a powered on VM [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>If you are running ESX or ESXi U2 or above and have an application that creates VMware backups using snapshots (e.g Vizioncore , Veeam ) you may notice sometimes you are left with a snapshot called Consolidated Helper Snapshot followed by a number.</p>
<p>If you try to remove the snapshot on a powered on VM it will fail (hangs at 95% ) and you may find that when you right click the virtual machine in VI client you can no longer power off the virtual machine and most of the other settings are greyed out.</p>
<p>Saw this happen to a VM running on an ESXi host after aborting a backup script, only thing I could do was reboot the ESXi host and remove the snapshot whilst the VM was powered off, all OK then.</p>
<p>These helper snapshots from what I can determine are designed to reduce the impact of VM snapshots locking a live VM but may occasionally not get removed correctly after the removal of the main VM snapshot.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualisation.co.uk/2009/02/unable-to-remove-consolidated-helper-snapshot-under-esx-and-esxi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

