<?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>Networknet.nl &#187; Hyper-V</title>
	<atom:link href="http://www.networknet.nl/apps/wp/archives/category/microsoft/hyper-v/feed" rel="self" type="application/rss+xml" />
	<link>http://www.networknet.nl/apps/wp</link>
	<description>Stay Connected</description>
	<lastBuildDate>Sat, 04 Feb 2012 20:10:18 +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>VMWare ESX: Hyper-V and memory overcommit? forget it!</title>
		<link>http://www.networknet.nl/apps/wp/archives/663</link>
		<comments>http://www.networknet.nl/apps/wp/archives/663#comments</comments>
		<pubDate>Thu, 18 Dec 2008 13:23:15 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[ESX]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[no support]]></category>
		<category><![CDATA[overcommit]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/?p=663</guid>
		<description><![CDATA[Hyper-V Manager error when trying to start my 4th virtual machine: An error occurred while attempting to change the state of virtual machine. Unable to allocate MB of RAM. Insufficient system resources exist to complete the requested service. etc&#8230;   Before I reinstall my test Dell PowerEdge 2900 Quad core server I wanted to share this with you. Hyper-V does not support memory overcommitment and I don&#8217;t like that. The virtual host has 8GB or RAM and I want to run more VMs than just 6 of those; the OS uses almost 1GB and less than 7GB is available for VMs. Some weeks ago I read about  memory overcommitment feature which is available for VMWare&#8217;s ESX/ESXi servers. What is Memory Overcommitment? Memory overcommitment is not a feature in itself, but a collection of technologies out of which “transparent page sharing” is the most interesting in my opinion. The usefulness of transparent page sharing will spring to mind immediately if you consider VDI environments. There, host machines typically run large numbers of identical client operating systems with the same applications installed on them. Since all the clients/guests run the same application set, most of the code pages they need to keep in memory are identical. Each guest keeps separate copies of all system and application EXEs and DLLs in memory &#8211; what a waste! Now consider the following: in memory program code is organized in units of pages. If you had a component that identified all those identical pages in each ...]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/663/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apply KB949219 to virtual machines after upgrading to Hyper-V RC0</title>
		<link>http://www.networknet.nl/apps/wp/archives/418</link>
		<comments>http://www.networknet.nl/apps/wp/archives/418#comments</comments>
		<pubDate>Mon, 07 Apr 2008 20:28:46 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Hyper-V]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/archives/418</guid>
		<description><![CDATA[After I installed Hyper-V RC0 on the physical host server I than start upgrading vm additions on my Windows Server 2008 virtual machine. I uninstalled the old Integration Services tools from my virtual machine, reboot and than reinstalled the Integrations tools again. I reboot the virtual machine and checked the network configuration, but no network adapters were shown. I shutdown the machine and added a legacy adapter; now I had network connectivity on my virtual machine, but still I could not figure out why the integration services did not work. I opened Server Manager and checked the Device Manager. As shown below there were three warnings for Microsoft VMBus Video Device, Microsoft VMBUS HDD Miniport and Microsoft VMBus Network Adapter. I went back to http://support.microsoft.com/kb/949219 article and I read I also should apply this update on the virtual machines. I installed KB949219 and reboot and my problems were fixed.   Update for Windows Server 2008 (KB949219) This package includes the following items: - The updated version of the Hyper-V Manager console and of the Virtual Machine Connection remote connection tool for x86-based versions of Windows Server 2008  -The updated version of the Integration Services for x86-based versions of Windows Server 2008  -To install the latest version of the Integration Services for x86-based versions of Windows Server 2008, you must install this package in the virtual machine and on computers that are running the x86-based version of Windows Server 2008. Update for Windows Server 2008 x64 Edition (KB949219) This package includes ...]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/418/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hyper-V Remote Management console Windows Vista permissions</title>
		<link>http://www.networknet.nl/apps/wp/archives/417</link>
		<comments>http://www.networknet.nl/apps/wp/archives/417#comments</comments>
		<pubDate>Mon, 07 Apr 2008 20:23:08 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[hyper-v.mmc]]></category>
		<category><![CDATA[issue]]></category>
		<category><![CDATA[remote management]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/archives/417</guid>
		<description><![CDATA[After you have installed Hyper-V Remote Management mmc console on your Windows Vista SP1 client and you connect to your Windows Server 2008 Hyper-V RC0 host servers which are sitting in a workgroup you will hit same problem as I did and many others. You do not have the requested permission to complete this task. Contact the administrator of the authorization policy for the computer ‘COMPUTERNAME’ Basically what happens here is that Windows Firewalls on the client and server side are not configured to allow remote WMI management communication and the WMI and DCOM components will have to be manually configured. John Howard Senior Program Manager at Microsoft took 2,5 hours of his time and described in details how to fix this problem. Thanks to John I was able to get my communication up and running with my Hyper-V RC0 host server in less than 15 minutes. The netsh scripts didn&#8217;t work for me and I enabled the rules manually. When trying to connect to one of my virtual machines I am prompt to enter my credentials. Use cmdkey /add servername /user:servername\user /pass to store the credentials. I tried this but my Lenovo Fingerprint software has some bugs and I get a lot of error messages; something to report to Lenovo&#8230; Anyway I am able to use the the Hyper-V mmc console from my Windows Vista client and I love it.]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/417/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Remote management console Hyper-V RC0 role Vista SP1</title>
		<link>http://www.networknet.nl/apps/wp/archives/415</link>
		<comments>http://www.networknet.nl/apps/wp/archives/415#comments</comments>
		<pubDate>Mon, 07 Apr 2008 10:33:48 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[KB949758]]></category>
		<category><![CDATA[mmc]]></category>
		<category><![CDATA[rc0]]></category>
		<category><![CDATA[sp1]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/archives/415</guid>
		<description><![CDATA[KB949758 allows you to install the remote management console of a Windows Server 2008 computer running the Hyper-V RC0 role. Download the update here for x86 or x64 if you are running Windows Vista SP1. I already hit couple of times issues when managing my virtual machines remotely with RDP console session. I am not able to control mouse session when using rdp console session Hyper-V Manager Virtual Machine Connections and only keyboard is working. &#8220;Mouse not captured in Remote Desktop Session&#8221;. The update for my x86 machine only requires 1.52MB of space and 5 minutes of installing. After the update has been installed go to Administrative Tools and start the Hyper-V Manager mmc console for your Windows Server 2008 Hyper-V RC0 host servers.]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/415/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hyper-V RC0 Upgrade KB949219</title>
		<link>http://www.networknet.nl/apps/wp/archives/419</link>
		<comments>http://www.networknet.nl/apps/wp/archives/419#comments</comments>
		<pubDate>Fri, 04 Apr 2008 20:37:51 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Hyper-V]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/archives/419</guid>
		<description><![CDATA[After Windows Server 2008 RTM was released I download and made a DVD. I installed the Hyper-V beta release and start testing the Microsoft&#8217;s hypervisor. The Release Candidate 0 (RC0) update to the Hyper-V role provides improvements to security, stability, performance, user experience, forward compatibility of configurations, and the programming model. All users of the Hyper-V role are encouraged to apply this upgrade. After you install this item, you may have to restart your computer. So I download the Hyper-V RC0 from here. I uninstalled the current installed Hyper-V role and reboot.&#160; After the reboot I applied Windows6.0-KB949219-x64.msu and reboot the server to finish the update. After installing and rebooting the server I upgraded the hypervisor in 15 minutes. &#160;]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/419/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Screencasts of Hyper-V and VirtualPC2007</title>
		<link>http://www.networknet.nl/apps/wp/archives/366</link>
		<comments>http://www.networknet.nl/apps/wp/archives/366#comments</comments>
		<pubDate>Tue, 29 Jan 2008 20:57:37 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Screencast]]></category>
		<category><![CDATA[screenshots]]></category>
		<category><![CDATA[virtualpc2007]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/archives/366</guid>
		<description><![CDATA[Check out my screencasts here. No tutorials or additional information but enough to get a feeling and maybe check out the features yourself. Hyper-V Role Installation Hyper-V New Virtual Machine Hyper-V Virtual Network Switch VLAN Hyper-V Virtual Machine Connection and Copy Paste fun with Windows Server serial number VirtualPC 2007 Installation VirtualPC 2007 CactiEZ.v0.3 Installation]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/366/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hyper-V error when installing integration components id 61658</title>
		<link>http://www.networknet.nl/apps/wp/archives/342</link>
		<comments>http://www.networknet.nl/apps/wp/archives/342#comments</comments>
		<pubDate>Wed, 23 Jan 2008 18:16:12 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[61658]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[integration components]]></category>
		<category><![CDATA[msi]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/archives/342</guid>
		<description><![CDATA[If you installed wrong version of Hyper-V RC1 you may get the error below. I have experienced this with the binaries which I have download from MSDN subscriber website. After you insert the integration components additions of Hyper-V the installations stops with this error. An error has occurred: One of the update processes returned error code 61658. The error has to do with the certificates being used by the setup procedure. The certificates have expired November 2007 and you are still using the Hyper-V CTP version, Hyper-V RC1 has no more MSU installation after the server has been installed. For more info go to this link at MSDN blogs. Go to this link and download the correct version named 6001.17119.071210-1916_amd64fre_Server_en-us-KR1SXFRE_EN_DVD.iso.]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/342/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco: How to configure switchport for trunking Hyper-V?</title>
		<link>http://www.networknet.nl/apps/wp/archives/336</link>
		<comments>http://www.networknet.nl/apps/wp/archives/336#comments</comments>
		<pubDate>Wed, 16 Jan 2008 11:59:59 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[mode]]></category>
		<category><![CDATA[trunk]]></category>
		<category><![CDATA[trunk allowed]]></category>
		<category><![CDATA[vlan]]></category>
		<category><![CDATA[vlanid]]></category>
		<category><![CDATA[windows2008]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/archives/336</guid>
		<description><![CDATA[In the following example I installed my Windows Server 2008 Hyper-V server and connected the network uplink connection to the default 1 vlan switchport. I have a separated vlan 2200 for my lab environment. I wanted to test the new feature of enabling the VLAN ID on the new Microsoft&#8217;s hypervisor. How to configure the Cisco switch port to allow trunking for my Hyper-V server? Login into the Cisco Switch, go into privileged mode and open the configuration terminal. Enter or paste the configuration below. interface GigabitEthernet0/1 description ** Uplink to Hyper-V windows box ** switchport trunk allowed vlan 1,2200 switchport mode trunk ! In the Virtualization Management console I configured and installed a new Windows Server 2003 virtual machine. While testing I had an issue with the vm additions and network connectivity was not working. I removed current nic controller and added legacy network adapter. In the legacy network adapter, check enable virtual LAN identification and enter the VLAN ID. Click ok or Apply the configuration. This is really cool feature now integrated with Hyper-V. ESX supported VLAN&#8217;s for while and Microsoft is catching up now in the upcoming release of their hypervisor product.]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/336/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hyper-V and my new Lenovo ThinkCentre M57 6072-A5G</title>
		<link>http://www.networknet.nl/apps/wp/archives/331</link>
		<comments>http://www.networknet.nl/apps/wp/archives/331#comments</comments>
		<pubDate>Wed, 09 Jan 2008 13:30:29 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[crystalcpuid]]></category>
		<category><![CDATA[requirements]]></category>
		<category><![CDATA[vt]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[x64]]></category>
		<category><![CDATA[xd]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/archives/331</guid>
		<description><![CDATA[The Windows Server 2008 Hyper-V hypervisor from Microsoft has couple of important CPU requirements before you will be able to get the Hyper-V role installed. Hyper-v requires specific hardware. You will need the following: • An x64-based processor. Hyper-V will be available only in the x64-based versions of Windows Server 2008-specifically, the x64-based versions of Windows Server 2008 Standard, Windows Server 2008 Enterprise, and Windows Server 2008 Datacenter. • Hardware-assisted virtualization. This is available in processors that include a virtualization option; specifically, Intel VT or AMD Virtualization (AMD-V, formerly code-named &#8220;Pacifica&#8221;). • Hardware Data Execution Protection (DEP) must be available and be enabled. Specifically, you must enable Intel XD bit (execute disable bit) or AMD NX bit (no execute bit). Before you download and install the Windows Server 2008 x64 RC candidate builds I would suggest to download this CrystalCPUID tool and verify your CPU extensions available. I run the tool on a Lenovo ThinkCentre M57 6072-A5G system based on a Intel Core 2 Duo system. VT, Intel 64 and NX/XD extensions are marked.]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/331/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 Enterprise RC0 Hypervisor</title>
		<link>http://www.networknet.nl/apps/wp/archives/47</link>
		<comments>http://www.networknet.nl/apps/wp/archives/47#comments</comments>
		<pubDate>Sun, 25 Nov 2007 18:12:05 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[rc0]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[virtual machine connection]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/archives/47</guid>
		<description><![CDATA[For 6 weeks I have been struggling with my emails on my new Q6600 server. Today I cleaned up my mailbox and organized all emails from last month. I also found a screenshot which I forwarded to my work email. This was my first experience  with Microsoft preview of Hypervisor technology. Before the guest booted to Windows Server I created the image below. Wow, but very slow as I will post my next screenshot in a minute.]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/47/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

