<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>4sysops &#187; virtual server</title>
	<atom:link href="http://4sysops.com/archives/tag/virtual-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://4sysops.com</link>
	<description>For Windows Administrators</description>
	<lastBuildDate>Thu, 24 May 2012 23:49:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<image>
    <title>4sysops</title>
    <url>http://4sysops.com/4sysops-rss.png</url>
    <link>http://4sysops.com</link>
    <width>143</width>
    <height>49</height>
    <description>4sysops.com</description>
    </image>		<item>
		<title>FREE: VHD tool &#8211; Create, convert, and extend a VHD quickly</title>
		<link>http://4sysops.com/archives/free-vhd-tool-create-convert-and-extend-a-vhd-quickly/</link>
		<comments>http://4sysops.com/archives/free-vhd-tool-create-convert-and-extend-a-vhd-quickly/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 20:22:00 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Free Tools]]></category>
		<category><![CDATA[hyper-v]]></category>
		<category><![CDATA[VHD]]></category>
		<category><![CDATA[virtual server]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=2726</guid>
		<description><![CDATA[<p>Have you ever wondered why it takes so long to create a fixed virtual hard disk (VHD) in Hyper-V or Virtual Server 2005? <a href="http://blogs.msdn.com/virtual_pc_guy/archive/2009/03/25/quick-fixed-vhd-creation-tool.aspx">The Virtual PC Guy</a> dealt with this issue in a blog post. The reason is that the hard disk space assigned to the VHD is wiped out. This is just as if you are using a tool like <a href="http://4sysops.com/archives/free-active-kill-disk-hard-driver-eraser/">Active@ Kill Disk</a> to make sure that deleted data can&#8217;t ever be recovered again. The process is so time-consuming because every byte on the disk has to be overwritten.</p>
<p>It is unnecessary to zero out <strong>dynamically growing disks</strong>, because they only occupy disk space when they actually write data to disk, thereby erasing all the data still stored on the corresponding hard disk sectors. <strong>Fixed virtual disks</strong> already occupy the hard disk&#8217;s space before the virtual machine writes data on it. Therefore, if you don&#8217;t wipe out the data on the disk, it is possible to recover data &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Have you ever wondered why it takes so long to create a fixed virtual hard disk (VHD) in Hyper-V or Virtual Server 2005? <a href="http://blogs.msdn.com/virtual_pc_guy/archive/2009/03/25/quick-fixed-vhd-creation-tool.aspx">The Virtual PC Guy</a> dealt with this issue in a blog post. The reason is that the hard disk space assigned to the VHD is wiped out. This is just as if you are using a tool like <a href="http://4sysops.com/archives/free-active-kill-disk-hard-driver-eraser/">Active@ Kill Disk</a> to make sure that deleted data can&#8217;t ever be recovered again. The process is so time-consuming because every byte on the disk has to be overwritten.</p>
<p>It is unnecessary to zero out <strong>dynamically growing disks</strong>, because they only occupy disk space when they actually write data to disk, thereby erasing all the data still stored on the corresponding hard disk sectors. <strong>Fixed virtual disks</strong> already occupy the hard disk&#8217;s space before the virtual machine writes data on it. Therefore, if you don&#8217;t wipe out the data on the disk, it is possible to recover data that has been stored on the hard disk before the space was assigned to the VHD.</p>
<p>What I wasn&#8217;t previously aware of is that this is even possible if you <strong>move the VHD</strong> to another host. This is probably the main reason why such &#8220;low level formatting&#8221; is required for fixed VHDs. As opposed to hard disks, VHDs can easily be moved to other locations, where people who should not be able to access data from the original host might have access to it.</p>
<p>Of course, in most environments virtual machines are only moved to hosts where the same administrators are responsible. This is where the <a href="http://code.msdn.microsoft.com/vhdtool">VHD tool</a> comes in. You can use it to create VHDs without having to first bother with the time-consuming wiping of the corresponding hard disk space. It can also be used to convert and extend existing VHDs.</p>
<p>This is the <strong>VHD tool&#8217;s usage description</strong>:</p>
<p>VhdTool.exe /create &lt;FileName&gt; &lt;Size&gt; [/quiet]
VhdTool.exe /convert &lt;FileName&gt; [/quiet]
VhdTool.exe /extend &lt;FileName&gt; &lt;NewSize&gt; [/quiet]</p>
<p>Create: Creates a new fixed format VHD of size &lt;Size&gt;.
WARNING &#8211; this function is admin only and bypasses
file system security. The resulting VHD file will
contain data which currently exists on the physical disk.</p>
<p>Convert: Converts an existing file to a fixed-format VHD.
The existing file length, rounded up, will contain block data
A VHD footer is appended to the current end of file.</p>
<p>Extend: Extends an existing fixed format VHD to a larger size &lt;Size&gt;.
WARNING &#8211; this function is admin only and bypasses
file system security. The resulting VHD file will
contain data which currently exists on the physical disk.</p>
<h2><a href="http://code.msdn.microsoft.com/vhdtool">VHD tool</a></h2>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/windows-8-hyper-v/" title="Windows 8 Hyper-V (May 15, 2012)">Windows 8 Hyper-V</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-veeam-one-free-edition-real-time-hyper-v-and-vmware-monitoring/" title="FREE: Veeam ONE Free Edition &#8211; Real-time Hyper-V and VMware monitoring (May 3, 2012)">FREE: Veeam ONE Free Edition &#8211; Real-time Hyper-V and VMware monitoring</a> (0)</li>
	<li><a href="http://4sysops.com/archives/hyper-v-cluster-part-7-custer-shared-volume-and-manage-virtual-machines/" title="Hyper-V cluster &#8211; Part 7: Custer Shared Volume and manage virtual machines (April 16, 2012)">Hyper-V cluster &#8211; Part 7: Custer Shared Volume and manage virtual machines</a> (0)</li>
	<li><a href="http://4sysops.com/archives/hyper-v-cluster-part-6-create-a-cluster/" title="Hyper-V cluster &#8211; Part 6: Create a cluster (April 12, 2012)">Hyper-V cluster &#8211; Part 6: Create a cluster</a> (0)</li>
	<li><a href="http://4sysops.com/archives/hyper-v-cluster-part-5-quorums-and-disk-configuration/" title="Hyper-V cluster &#8211; Part 5: Quorums and disk configuration (April 10, 2012)">Hyper-V cluster &#8211; Part 5: Quorums and disk configuration</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/free-vhd-tool-create-convert-and-extend-a-vhd-quickly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FREE: Vmdk2Vhd &#8211; Convert VMware VMDK to Hyper-V VHD</title>
		<link>http://4sysops.com/archives/free-vmdk2vhd-convert-vmware-vmdk-to-hyper-v-vhd/</link>
		<comments>http://4sysops.com/archives/free-vmdk2vhd-convert-vmware-vmdk-to-hyper-v-vhd/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 22:12:06 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Free Tools]]></category>
		<category><![CDATA[hyper-v]]></category>
		<category><![CDATA[VHD]]></category>
		<category><![CDATA[virtual server]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=2495</guid>
		<description><![CDATA[<p><a href="http://4sysops.com/wp-content/uploads/2009/03/vmdk2vhd.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/03/vmdk2vhd.png','',event,300,75)"><img style="display: inline; margin: 0px 0px 0px 4px; border-width: 0px;" title="Vmdk2VHD" src="http://4sysops.com/wp-content/uploads/2009/03/vmdk2vhd-thumb.png" border="0" alt="Vmdk2VHD" width="311" height="227" align="right" /></a> I guess there are many IT shops these days that migrate from VMware ESX or VMware Server to Microsoft’s Hyper-V. I believe this trend will continue as soon as Hyper-V 2 for Windows Server 2008 R2 is available. Unfortunately, VMware and Microsoft use different formats for their virtual disk images. VMware virtualization solutions use the Virtual Machine Disk Format (VMDK) and Microsoft uses the Virtual Hard Disk Format (VHD).</p>
<p>The free <a href="http://vmtoolkit.com/files/folders/converters/entry8.aspx">Vmdk2Vhd</a> tool can help you convert a VHD image into VMDK format. Note that it is recommended to convert a big VMDK file to multiple 2GB VMDK spanned files first. <a href="http://www.jaylee.org/post/2008/10/How-to-convert-a-big-VMWare-VMDK-into-an-Hyper-V-VHD.aspx">Jérôme Laban</a> has described some other issues you might encounter.</p>
<p>Converting the virtual disk alone is not the only problem you will face if you want to migrate virtual machines from a VMware ESX or VMware Server to Hyper-V. It is like moving a hard disk from one computer to another or using the same OS image on different &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://4sysops.com/wp-content/uploads/2009/03/vmdk2vhd.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/03/vmdk2vhd.png','',event,300,75)"><img style="display: inline; margin: 0px 0px 0px 4px; border-width: 0px;" title="Vmdk2VHD" src="http://4sysops.com/wp-content/uploads/2009/03/vmdk2vhd-thumb.png" border="0" alt="Vmdk2VHD" width="311" height="227" align="right" /></a> I guess there are many IT shops these days that migrate from VMware ESX or VMware Server to Microsoft’s Hyper-V. I believe this trend will continue as soon as Hyper-V 2 for Windows Server 2008 R2 is available. Unfortunately, VMware and Microsoft use different formats for their virtual disk images. VMware virtualization solutions use the Virtual Machine Disk Format (VMDK) and Microsoft uses the Virtual Hard Disk Format (VHD).</p>
<p>The free <a href="http://vmtoolkit.com/files/folders/converters/entry8.aspx">Vmdk2Vhd</a> tool can help you convert a VHD image into VMDK format. Note that it is recommended to convert a big VMDK file to multiple 2GB VMDK spanned files first. <a href="http://www.jaylee.org/post/2008/10/How-to-convert-a-big-VMWare-VMDK-into-an-Hyper-V-VHD.aspx">Jérôme Laban</a> has described some other issues you might encounter.</p>
<p>Converting the virtual disk alone is not the only problem you will face if you want to migrate virtual machines from a VMware ESX or VMware Server to Hyper-V. It is like moving a hard disk from one computer to another or using the same OS image on different hardware. Virtual machines are not that much different than physical computers. Thanks to <a href="http://4sysops.com/archives/no-more-hal-hell-the-implications-of-windows-vista%E2%80%99s-hardware-independent-imaging-technology/">Windows Vista’s and Server 2008’s new imaging capabilities</a>, it should always be possible to move virtual machines from one virtualization environment to another.</p>
<p>It might also work with Windows Server 2003 and Windows XP, but I would recommend using a more professional tool to convert virtual machines with these operating systems. I have used Microsoft’s <a href="http://4sysops.com/archives/vmm-2008-rtm-new-features-prices-update-of-the-beta-version/">Virtual Machine Manager 2008 (VMM 2008)</a> to convert VMware machines to Hyper-V and it has always worked reliably. VMM 2008 is not free, but you can download a 180-day trial. I suppose that’s enough time to convert all your VMware machines.</p>
<p>Have you migrated virtual machines from VMware to Hyper-V or Virtual Server? If so, it would be nice if you shared your experiences.</p>
<h2><a href="http://vmtoolkit.com/files/folders/converters/entry8.aspx">Vmdk2Vhd</a></h2>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/windows-8-hyper-v/" title="Windows 8 Hyper-V (May 15, 2012)">Windows 8 Hyper-V</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-veeam-one-free-edition-real-time-hyper-v-and-vmware-monitoring/" title="FREE: Veeam ONE Free Edition &#8211; Real-time Hyper-V and VMware monitoring (May 3, 2012)">FREE: Veeam ONE Free Edition &#8211; Real-time Hyper-V and VMware monitoring</a> (0)</li>
	<li><a href="http://4sysops.com/archives/hyper-v-cluster-part-7-custer-shared-volume-and-manage-virtual-machines/" title="Hyper-V cluster &#8211; Part 7: Custer Shared Volume and manage virtual machines (April 16, 2012)">Hyper-V cluster &#8211; Part 7: Custer Shared Volume and manage virtual machines</a> (0)</li>
	<li><a href="http://4sysops.com/archives/hyper-v-cluster-part-6-create-a-cluster/" title="Hyper-V cluster &#8211; Part 6: Create a cluster (April 12, 2012)">Hyper-V cluster &#8211; Part 6: Create a cluster</a> (0)</li>
	<li><a href="http://4sysops.com/archives/hyper-v-cluster-part-5-quorums-and-disk-configuration/" title="Hyper-V cluster &#8211; Part 5: Quorums and disk configuration (April 10, 2012)">Hyper-V cluster &#8211; Part 5: Quorums and disk configuration</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/free-vmdk2vhd-convert-vmware-vmdk-to-hyper-v-vhd/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>FREE: VHD Resizer &#8211; Shrink or Expand a Hyper-V VHD</title>
		<link>http://4sysops.com/archives/free-vhd-resizer-shrink-or-expand-a-hyper-v-vhd/</link>
		<comments>http://4sysops.com/archives/free-vhd-resizer-shrink-or-expand-a-hyper-v-vhd/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 00:29:42 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Free Tools]]></category>
		<category><![CDATA[hyper-v]]></category>
		<category><![CDATA[VHD]]></category>
		<category><![CDATA[virtual pc]]></category>
		<category><![CDATA[virtual server]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=2467</guid>
		<description><![CDATA[<p><a href="http://4sysops.com/wp-content/uploads/2009/03/vhdresizer.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/03/vhdresizer.png','',event,300,75)"><img style="display: inline; margin: 0px 0px 0px 4px; border-width: 0px;" title="VHDResizer" src="http://4sysops.com/wp-content/uploads/2009/03/vhdresizer-thumb.png" border="0" alt="VHDResizer" width="289" height="265" align="right" /></a> As its name indicates, <a href="http://vmtoolkit.com/files/folders/converters/entry87.aspx">VHD Resizer</a> is a tool that allows you to <strong>resize a VHD (Virtual Hard Disk)</strong>. VHD is Microsoft&#8217;s format for virtual disks, and is used by Virtual PC, Virtual Server, and Hyper-V. VHD Resizer can be used to <strong>enlarge or shrink virtual disks</strong> of all three virtualization solutions. Windows Vista and Windows 7’s system backup tools also use this format. However, it doesn&#8217;t make much sense to enlarge a backup image. There are also third party virtualization tools, such as <a href="http://4sysops.com/archives/microsoft-virtual-pc-2007-sp1-vs-sun-xvm-virtualbox-210/">VirtualBox</a>, that support the VHD format.</p>
<p>The most common problem with VHDs occurs when the <strong>disk of a virtual server is full</strong>. The nice thing about virtual disks is that they are quite easy to expand. I can’t help but wonder why Microsoft&#8217;s virtualization solutions haven’t integrated this option. In theory, this should be possible even while the server is running. After all, it is no problem to defragment the disk of a &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://4sysops.com/wp-content/uploads/2009/03/vhdresizer.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/03/vhdresizer.png','',event,300,75)"><img style="display: inline; margin: 0px 0px 0px 4px; border-width: 0px;" title="VHDResizer" src="http://4sysops.com/wp-content/uploads/2009/03/vhdresizer-thumb.png" border="0" alt="VHDResizer" width="289" height="265" align="right" /></a> As its name indicates, <a href="http://vmtoolkit.com/files/folders/converters/entry87.aspx">VHD Resizer</a> is a tool that allows you to <strong>resize a VHD (Virtual Hard Disk)</strong>. VHD is Microsoft&#8217;s format for virtual disks, and is used by Virtual PC, Virtual Server, and Hyper-V. VHD Resizer can be used to <strong>enlarge or shrink virtual disks</strong> of all three virtualization solutions. Windows Vista and Windows 7’s system backup tools also use this format. However, it doesn&#8217;t make much sense to enlarge a backup image. There are also third party virtualization tools, such as <a href="http://4sysops.com/archives/microsoft-virtual-pc-2007-sp1-vs-sun-xvm-virtualbox-210/">VirtualBox</a>, that support the VHD format.</p>
<p>The most common problem with VHDs occurs when the <strong>disk of a virtual server is full</strong>. The nice thing about virtual disks is that they are quite easy to expand. I can’t help but wonder why Microsoft&#8217;s virtualization solutions haven’t integrated this option. In theory, this should be possible even while the server is running. After all, it is no problem to defragment the disk of a running server, so why shouldn&#8217;t it be possible to resize an online VHD?</p>
<p>In any case, VHD Resizer is free and easy to use. One thing to remember is that you have to shut down your virtual server first. All you have to do is to tell VHD Resizer the new size, and the name of the new virtual disk. VHD Resizer supports <strong>fixed disks</strong> (disks with an unchanging physical size) and <strong>dynamic disks </strong>(disks that grow dynamically). It seems as if the tool also supports conversion from dynamic to fixed disk types and vice-versa, but this didn&#8217;t work in my tests. Enlarging a VHD, however, worked fine.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2009/03/diskpartextend.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/03/diskpartextend.png','',event,300,75)"><img style="display: inline; margin: 0px; border-width: 0px;" title="diskpart-extend" src="http://4sysops.com/wp-content/uploads/2009/03/diskpartextend-thumb.png" border="0" alt="diskpart-extend" width="289" height="146" align="right" /></a> VHD Resizer changes the size of the VHD, but not the size of the NTFS partition. Thus, if you access the VHD through a virtual machine, you just see a larger disk with additional unpartioned space. You have to use a partition management tool, like diskpart, to <strong>extend the partition</strong>. Only then can you make use of the full capacity of the virtual disk. Diskpart is a Windows command line tool.</p>
<p>Extending a partition with diskpart is very simple:</p>
<ol>
<li>Launch diskpart on a command prompt.</li>
<li>Type &#8220;list volume.&#8221; This gives you the number of the volume that you want to extend.</li>
<li>Type &#8220;select volume <em>volume-number.</em>&#8220;</li>
<li>Type &#8220;extend.&#8221;</li>
</ol>
<p>Note that Microsoft&#8217;s <a href="http://support.microsoft.com/kb/325590">documentation</a> for diskpart states that only the extension of <strong>data volumes</strong> is supported. <strong>System or boot volumes</strong> may be blocked from extension. Even so, during my test, I was able to extend a Windows 7 system volume without problems. Still, it might be safer to add the VHD to another virtual machine as a data volume and extend it there.</p>
<p>By the way, if you only want to enlarge a data volume, you don&#8217;t need VHD Resizer. Just create another virtual disk with the appropriate size for your virtual machine, and then copy all files to the new disk.</p>
<h2><a href="http://vmtoolkit.com/files/folders/converters/entry87.aspx">VHD Resizer</a></h2>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/windows-8-hyper-v/" title="Windows 8 Hyper-V (May 15, 2012)">Windows 8 Hyper-V</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-veeam-one-free-edition-real-time-hyper-v-and-vmware-monitoring/" title="FREE: Veeam ONE Free Edition &#8211; Real-time Hyper-V and VMware monitoring (May 3, 2012)">FREE: Veeam ONE Free Edition &#8211; Real-time Hyper-V and VMware monitoring</a> (0)</li>
	<li><a href="http://4sysops.com/archives/hyper-v-cluster-part-7-custer-shared-volume-and-manage-virtual-machines/" title="Hyper-V cluster &#8211; Part 7: Custer Shared Volume and manage virtual machines (April 16, 2012)">Hyper-V cluster &#8211; Part 7: Custer Shared Volume and manage virtual machines</a> (0)</li>
	<li><a href="http://4sysops.com/archives/hyper-v-cluster-part-6-create-a-cluster/" title="Hyper-V cluster &#8211; Part 6: Create a cluster (April 12, 2012)">Hyper-V cluster &#8211; Part 6: Create a cluster</a> (0)</li>
	<li><a href="http://4sysops.com/archives/hyper-v-cluster-part-5-quorums-and-disk-configuration/" title="Hyper-V cluster &#8211; Part 5: Quorums and disk configuration (April 10, 2012)">Hyper-V cluster &#8211; Part 5: Quorums and disk configuration</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/free-vhd-resizer-shrink-or-expand-a-hyper-v-vhd/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Seven disadvantages of server virtualization</title>
		<link>http://4sysops.com/archives/seven-disadvantages-of-server-virtualization/</link>
		<comments>http://4sysops.com/archives/seven-disadvantages-of-server-virtualization/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 18:38:22 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[hyper-v]]></category>
		<category><![CDATA[virtual server]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=1421</guid>
		<description><![CDATA[<p>Networkworld recently published an interesting article entitled “<a href="http://www.networkworld.com/news/2008/062408-sloppy-virtualization.html?page=1">7 side effects of sloppy virtualization</a>”. This title seems to indicate that the problems server virtualization might cause are solvable by being well prepared. Nevertheless, all seven arguments discussed can be considered disadvantages of server virtualization. Because I am seriously thinking of virtualizing all of our servers, I read the article with interest. So far, we have only four virtual servers with about fifteen virtual machines, but we have already encountered some of the problems mentioned in the article.</p>
<p>I will discuss all seven downsides from my own perspective and share some of the experiences we have had with server virtualization.</p>
<h2>1. Magnified physical failures</h2>
<p>Imagine you have ten important servers running on one physical host and its RAID controller runs amok, wiping out all of your hard disks. Don’t say that this is not very likely, as we have already had two or three incidents from malfunctioning RAID controllers from &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Networkworld recently published an interesting article entitled “<a href="http://www.networkworld.com/news/2008/062408-sloppy-virtualization.html?page=1">7 side effects of sloppy virtualization</a>”. This title seems to indicate that the problems server virtualization might cause are solvable by being well prepared. Nevertheless, all seven arguments discussed can be considered disadvantages of server virtualization. Because I am seriously thinking of virtualizing all of our servers, I read the article with interest. So far, we have only four virtual servers with about fifteen virtual machines, but we have already encountered some of the problems mentioned in the article.</p>
<p>I will discuss all seven downsides from my own perspective and share some of the experiences we have had with server virtualization.</p>
<h2>1. Magnified physical failures</h2>
<p>Imagine you have ten important servers running on one physical host and its RAID controller runs amok, wiping out all of your hard disks. Don’t say that this is not very likely, as we have already had two or three incidents from malfunctioning RAID controllers from well-known brands.</p>
<p>There are several ways to compensate for this downside. One is clustering, which certainly entails extra efforts. Another answer is to backup the virtual machines with a CDP (<a href="http://4sysops.com/archives/introduction-to-continuous-data-protection/">Continuous Data Protection</a>) solution. If your physical server goes down, it is possible to restore all VMs quickly to another host. This solution implies that you have enough capacity left on another host. Thus, if your virtual infrastructure is well planned, physical failures may be less problematic. However, this means that you have to invest in redundant hardware, which more or less eliminates one of the alleged advantages of server virtualization.</p>
<h2>2. Degraded performance</h2>
<p>There is no doubt that virtualization requires extra hardware resources. The problem is that it is almost impossible to estimate in advance how many extra resources will be needed. I know that there are capacity planning guides and tools but from my experience every piece of software behaves differently in a virtualized environment. We have applications that are quite modest as long as they run on a physical server, but when they were virtualzed their resource requirement multiplied.</p>
<p>You can’t do much if you have such applications. In our case, we had no choice but leave them on physical servers. Hence, the only solution to this problem is to thoroughly test each application with the virtualization solution of your choice.</p>
<h2>3. New skills</h2>
<p>It sounds so easy &#8211; install a virtualization solution and then just deploy your servers as you are used to. Not really! Many things are different in a virtual environment. I will give you just one example. When we installed our first server virtualization solution, I instructed our administrators to test some of their servers in the virtual environment. After a week or so, an administrator told me that he could not test his server because there was no more RAM available on the host. I was quite surprised, as this server has enough capacity for 10 VMs.</p>
<p>When I logged on, only 3 VMs were actually running. What happened? Some of his fellow administrators had assigned the same amount of RAM to the virtual servers as their physical servers had required. It took me quite some time to convince them to change their working habits. When you buy a new physical server, it is common practice to equip this server with as much memory as your budget allows. This makes sense, as it takes time to order new memory modules and add them to the server. Even if you do not require it now, you will most likely require more RAM very soon.</p>
<p>Of course, this situation is different in a virtual environment. I assign blame to myself, as we should have discussed things in advance. I should have told the administrators that they first need to figure out how much RAM their servers really need using a performance monitoring tool. If their server requires more RAM later, it is not a big deal to assign more. I chose this simple example because it demonstrates that you have to do some rethinking when you work in a virtual environment. The fact that several administrators share one physical server causes problems that didn’t previously exist. Of course, it is also necessary to acquire many new technical skills.</p>
<h2>4. Complex root cause analysis</h2>
<p>Virtualizing a server certainly implies big changes to the whole system. A new layer of complexity is added and can cause new problems. However, the main difficulty is that if something doesn’t work as it is supposed to, it can require considerable extra efforts to find the cause of the problem. I have another example for this downside of server virtualization.</p>
<p>We installed a SUSE Linux server under Virtual Server 2005. Everything worked fine at first. But, then the admin reported that his SSH sessions often got disconnected. We had another Linux machine running on the same host which didn’t show this behavior, so we thought it must be a configuration problem on the Linux system. However, this skilled Linux administrator wasn’t able to find the problem’s cause. I then had the idea to move this virtual machine to another Virtual Server host &#8211; and the problem was gone. So did Virtual Server or Linux cause the problem? Well, I can’t tell you. We never figured it out.</p>
<h2>5. New management tools</h2>
<p>Virtualization also has advantages, such as easier migration, cloning or snapshots. However, you can only take advantage of these new capabilities if you have the proper tools. Often, the tools that come with a virtualization solution are not enough, only supporting basic management tasks. This means that you need additional utilities, which cost both money and time. I am not only talking about such tools as VMware Virtual Center or Microsoft Virtual Machine Manager (VMM).</p>
<p>Another important field is backup, or more precisely, disaster recovery. Of course, you can use your current backup software to secure your virtualized servers. However, one of the advantages of server virtualization is that disaster recovery becomes much easier and faster provided you have a backup solution that is able to perform live backups of the virtual machines and not just of the virtualized servers running in these VMs.</p>
<p>The problem lies in that there are no real standards when it comes to virtual server management. But, there are standards for server management in general. For example, there are many backup tools that allow you to secure your Windows, UNIX and Mac machines, but it is difficult to find a disaster recovery solution that supports all the various virtualization solutions out there. All in all, this means that your zoo of management tools will grow, meaning more work for you.</p>
<h2>6. Virtual machine sprawl</h2>
<p>Even though virtual server management can get quite complex, installing a new virtual machine is a piece of cake. You need a new server? Just clone your master image to a new VM and you are done within a few seconds. The problem is that the number of servers might grow faster than the number of admins who are supposed to manage them. It is good that even virtual servers have physical limits. As soon as you reach the limit of your virtual capacity, the virtual machine sprawl will naturally stop.</p>
<p>The number of servers in my department has grown significantly since we started working with server virtualization. As a matter of fact, quite a few of them exist only because it is so easy to create them in a virtual environment. Thus, you have to be very careful that you don’t waste the resources of virtual server hosts with unneeded virtual machines.</p>
<h2>7. Virtual habits</h2>
<p>I am not sure if I understand this argument in the Networkworld article:</p>
<blockquote><p>Once IT organizations start to use virtualization, they can&#8217;t stop themselves, Coyle said.</p></blockquote>
<p>Coyle is the Gartner analyst who is the source of the insights in the Networkworld article. He makes it sound like virtualization is a kind of addictive drug. Perhaps he meant that organizations that discovered the values of virtualization are prone to introducing virtualization technology in areas where it is better they stay physical. I also see this danger, and it is difficult to give advice on this subject. Sure, there are some general rules, such as don’t virtualize servers that have unpredictable resource requirements. However, I think that virtualization often causes problems in unforeseeable situations. Coyle gives the only possible advice here: “test, test, test.”</p>
<p>What are your experiences with server virtualization? Do you think that the downsides outweigh the benefits?</p>
<p><strong>Articles in this series:</strong></p>
<ul>
<li class="serieslist-li"><a title="Seven disadvantages of server virtualization" href="http://4sysops.com/archives/seven-disadvantages-of-server-virtualization/">Seven disadvantages of server virtualization</a></li>
<li class="serieslist-li"><a title="Does server virtualization reduce costs? Part II - Power savings" href="http://4sysops.com/archives/does-server-virtualization-reduce-costs-part-ii-power-savings/">Does server virtualization reduce costs? Part II &#8211; Power savings</a></li>
<li class="serieslist-li-current"><a href="http://4sysops.com/archives/does-server-virtualization-reduce-costs-part-i-hardware-expenses/">Does server virtualization reduce costs? Part I &#8211; Hardware expenses</a></li>
<li class="serieslist-li"><a title="Does server virtualization reduce costs? Part III - Software and payroll costs" href="http://4sysops.com/archives/does-server-virtualization-reduce-costs-part-iii-software-and-payroll-costs/">Does server virtualization reduce costs? Part III &#8211; Software and payroll costs</a></li>
</ul>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/windows-8-hyper-v/" title="Windows 8 Hyper-V (May 15, 2012)">Windows 8 Hyper-V</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-veeam-one-free-edition-real-time-hyper-v-and-vmware-monitoring/" title="FREE: Veeam ONE Free Edition &#8211; Real-time Hyper-V and VMware monitoring (May 3, 2012)">FREE: Veeam ONE Free Edition &#8211; Real-time Hyper-V and VMware monitoring</a> (0)</li>
	<li><a href="http://4sysops.com/archives/hyper-v-cluster-part-7-custer-shared-volume-and-manage-virtual-machines/" title="Hyper-V cluster &#8211; Part 7: Custer Shared Volume and manage virtual machines (April 16, 2012)">Hyper-V cluster &#8211; Part 7: Custer Shared Volume and manage virtual machines</a> (0)</li>
	<li><a href="http://4sysops.com/archives/hyper-v-cluster-part-6-create-a-cluster/" title="Hyper-V cluster &#8211; Part 6: Create a cluster (April 12, 2012)">Hyper-V cluster &#8211; Part 6: Create a cluster</a> (0)</li>
	<li><a href="http://4sysops.com/archives/hyper-v-cluster-part-5-quorums-and-disk-configuration/" title="Hyper-V cluster &#8211; Part 5: Quorums and disk configuration (April 10, 2012)">Hyper-V cluster &#8211; Part 5: Quorums and disk configuration</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/seven-disadvantages-of-server-virtualization/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Review: System Center Virtual Machine Manager 2008 (VMM 2008) &#8211; first impression</title>
		<link>http://4sysops.com/archives/review-system-center-virtual-machine-manager-2008-vmm-2008-first-impression/</link>
		<comments>http://4sysops.com/archives/review-system-center-virtual-machine-manager-2008-vmm-2008-first-impression/#comments</comments>
		<pubDate>Tue, 06 May 2008 18:35:29 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[hyper-v]]></category>
		<category><![CDATA[virtual server]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=1273</guid>
		<description><![CDATA[<p><a href="http://4sysops.com/wp-content/uploads/2008/05/scvmm.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/05/scvmm.png','',event,300,75)"><img class="alignright" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://4sysops.com/wp-content/uploads/2008/05/scvmm-thumb.png" border="0" alt="scvmm" width="202" height="244" align="left" /></a> The feature complete Beta of System Center Virtual Machine Manager (VMM 2008, sometimes you read SCVMM 2008) has been available for some days now. Microsoft’s new management tool for centralized deployment and management for <strong>Virtual Server 2005, Server 2008 Hyper-V and VMware ESX </strong>can be downloaded via Microsoft Connect. Today, I had a quick look at it. This post will also give you some tips on how you can test VMM 2008 if you are already working with Virtual Machine Manager 2007.</p>
<p>Considering the fact that VMM 2007 was released in September 2007, VMM 2008 has quite a few interesting <strong>new features</strong>. Most prominently are its Hyper-V and VMware ESX support. I will probably blog about the new features in another post. Today, I am just sharing some experiences I had when I played a little with VMM 2008.</p>
<p>I was quite surprised about the message I got from the VMM 2008 setup: “Microsoft System Center Virtual Machine Manager &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://4sysops.com/wp-content/uploads/2008/05/scvmm.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/05/scvmm.png','',event,300,75)"><img class="alignright" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://4sysops.com/wp-content/uploads/2008/05/scvmm-thumb.png" border="0" alt="scvmm" width="202" height="244" align="left" /></a> The feature complete Beta of System Center Virtual Machine Manager (VMM 2008, sometimes you read SCVMM 2008) has been available for some days now. Microsoft’s new management tool for centralized deployment and management for <strong>Virtual Server 2005, Server 2008 Hyper-V and VMware ESX </strong>can be downloaded via Microsoft Connect. Today, I had a quick look at it. This post will also give you some tips on how you can test VMM 2008 if you are already working with Virtual Machine Manager 2007.</p>
<p>Considering the fact that VMM 2007 was released in September 2007, VMM 2008 has quite a few interesting <strong>new features</strong>. Most prominently are its Hyper-V and VMware ESX support. I will probably blog about the new features in another post. Today, I am just sharing some experiences I had when I played a little with VMM 2008.</p>
<p>I was quite surprised about the message I got from the VMM 2008 setup: “Microsoft System Center Virtual Machine Manager 2008 is not supported on this operating system. For more information, see ‘<strong>Supported Operating Systems</strong> for Virtual Manager’ in Virtual Machine Setup Help.” Uh-huh my operating system (Windows Server 2003) is not supported? I like the cooperation with Novel Linux, but it isn’t that going a bit too far? No, seriously, VMM 2008 only runs on Windows Server 2008 64 bit. My first thought was, aha, they want to push their new server operating system a little. But then, why only for 64 bit? So my second thought was, MS has to release VMM 2008 as fast as possible and they don’t want to waste their time with Windows Server 2003 and 32 bit.</p>
<p><strong>Installation of VMM 2008</strong> under Windows Server 2008 is super easy. It is a typical “Next-Next-Next” installation. If you know VMM 2007, you will be able to work with the new version, immediately. The user interface looks pretty much the same. The only real new thing about the VMM 2008 Admin Console that attracted my attention was this <strong>PowerShell button &#8220;View Script&#8221;</strong>. If you perform an action in the GUI, the VMM Administration console will tell you how you could have done this with PowerShell. This is certainly very useful, not only for those who prefer to manage VMM on the command prompt, but particularly for those who have to write PowerShell scripts to automate certain tasks. It is a very easy way to learn about the specific VMM commands.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2008/05/scvmm-reassociate-agent.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/05/scvmm-reassociate-agent.png','',event,300,75)"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://4sysops.com/wp-content/uploads/2008/05/scvmm-reassociate-agent-thumb.png" border="0" alt="scvmm_reassociate_agent" width="244" height="202" align="right" /></a> I added a <strong>Virtual Server 2005 R2</strong> host to my VMM 2008 without any problems. My Virtual Server already had the <strong>VMM 2007 agent</strong> installed, so I told the wizard to “reassociate the agent Virtual Machine Manager”. This doesn’t replace the VMM 2007 agent with the new VMM 2008 agent. I played with the virtual machines and everything worked, properly. However, the manual says:</p>
<blockquote><p>When you update Virtual Machine Manager (VMM), you must update the agents on all managed computers. To work properly, the version of the agents on managed computers and the VMM server must match.</p></blockquote>
<p>So I guess, for a first look it is okay to work with the old agent. If you want to manage this host again with <strong>VMM 2007</strong>, you just have to remove this host with the VMM 2007 Administrator and add it again. However, this only works if you didn’t install the new agent yet. To install the VMM 2008 agent, you have to click on Managed Computers in the Administration View and then select the managed computers on which you want to update the agent. Then you click on “Update” in the Actions pane. If you want to manage this Virtual Server host again with VMM 2007, you have to uninstall the VMM 2008 agent manually via the Server 2008 Control Panel.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2008/05/scvmm-admin-console.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/05/scvmm-admin-console.png','',event,300,75)"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://4sysops.com/wp-content/uploads/2008/05/scvmm-admin-console-thumb.png" border="0" alt="scvmm_admin_console" width="520" height="407" /></a></p>
<p>Next, I wanted to try the <strong>Hyper-V support</strong>. Since I had no other 64-bit-installation of Windows Server 2008 at hand, I stalled Hyper-V on the same machine as VMM 2008. In theory, this shouldn’t be a problem. Adding the Hyper-V host wasn’t a big deal. I only had to run <a href="http://4sysops.com/archives/how-to-update-hyper-v-beta-to-hyper-v-rc-and-other-info-about-the-release-candidate/">this update</a> first, to install Hyper-V RC. Only then VMM installed its agent and everything looked fine at first.</p>
<p>Unfortunately, VMM was complaining afterwards that it wasn’t able to connect to the Hyper-V host. The host properties signified that the VMM agent was running but<strong> Connection Status displayed “Not Responding”</strong>. I found this a bit strange since I just installed the agent and VMM and Hyper-V resided on the same physical server. I tried to create a virtual machine anyway, and to my surprise, it really worked. The only problem was that I wasn’t able to boot up the VM. The VMM’s Job log files didn’t give me any hints what went wrong. Only when I tried to launch the VM via the Hyper-V user interface was I able to figure out what went wrong: The hypervisor didn’t even run.</p>
<p>As it turned out, it was my fault.<strong> AMD-Virtualization</strong> was disabled in the BIOS and so the hypervisor could not start. What I find a bit disturbing is that VMM wasn’t able to give me any hints what went wrong. The Jobs log only told me that it “could not retrieve configuration data from the virtual machine host”. To be honest, I expected a bit more from a central management tool. Okay, this is just beta software. But, I doubt, somehow that the final will be better here.</p>
<p>Nevertheless, I like the user interface and the price of the tool. We purchased Virtual Machine Manager a while back even though I had a <a href="http://4sysops.com/archives/microsoft-virtual-machine-managers-vmm-bugs/">couple of problems with VMM 2007</a> in a test environment. I think together with Hyper-V, Virtual Machine Manager 2008 will be a very competitive virtualization solution. I suppose, I will blog about VMM 2008 again soon.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/windows-8-hyper-v/" title="Windows 8 Hyper-V (May 15, 2012)">Windows 8 Hyper-V</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-veeam-one-free-edition-real-time-hyper-v-and-vmware-monitoring/" title="FREE: Veeam ONE Free Edition &#8211; Real-time Hyper-V and VMware monitoring (May 3, 2012)">FREE: Veeam ONE Free Edition &#8211; Real-time Hyper-V and VMware monitoring</a> (0)</li>
	<li><a href="http://4sysops.com/archives/hyper-v-cluster-part-7-custer-shared-volume-and-manage-virtual-machines/" title="Hyper-V cluster &#8211; Part 7: Custer Shared Volume and manage virtual machines (April 16, 2012)">Hyper-V cluster &#8211; Part 7: Custer Shared Volume and manage virtual machines</a> (0)</li>
	<li><a href="http://4sysops.com/archives/hyper-v-cluster-part-6-create-a-cluster/" title="Hyper-V cluster &#8211; Part 6: Create a cluster (April 12, 2012)">Hyper-V cluster &#8211; Part 6: Create a cluster</a> (0)</li>
	<li><a href="http://4sysops.com/archives/hyper-v-cluster-part-5-quorums-and-disk-configuration/" title="Hyper-V cluster &#8211; Part 5: Quorums and disk configuration (April 10, 2012)">Hyper-V cluster &#8211; Part 5: Quorums and disk configuration</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/review-system-center-virtual-machine-manager-2008-vmm-2008-first-impression/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A great overview of Hyper-V, the virtualization solution in Windows Server 2008</title>
		<link>http://4sysops.com/archives/a-great-overview-of-hyper-v-the-virtualization-solution-in-windows-server-2008/</link>
		<comments>http://4sysops.com/archives/a-great-overview-of-hyper-v-the-virtualization-solution-in-windows-server-2008/#comments</comments>
		<pubDate>Tue, 18 Mar 2008 21:39:02 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[hyper-v]]></category>
		<category><![CDATA[virtual server]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/a-great-overview-of-hyper-v-the-virtualization-solution-in-windows-server-2008/</guid>
		<description><![CDATA[<p>Ruben Spruijt wrote a comprehensive <a href="http://www.brianmadden.com/content/article/Microsoft-Windows-Server-2008--Hyper-V-solution-overview">overview of Hyper-V</a> over at Brian Madden&#8217;s site. In my view, Hyper-V is the most important component of Windows Server 2008. Although Microsoft&#8217;s new virtualization solution is still in beta, it can&#8217;t be wrong to get started with learning about it now. Even though, its user interface is fairly simple, Hyper-V is quite a sophisticated piece of software. This means that many different things can go wrong and you will only be able solve those problems if you understand the architecture of Hyper-V. Although parts of this overview are probably only for those who already have experience with virtualization solutions, it is also a good introduction into Hyper-V.</p>
<p>I only played a little with Hyper-V, but I am already looking forward for the final to be released. At the moment we have two <strong>VMware Server 1.0</strong> hosts and one <strong>Virtual Server 2005</strong> machine. Both solutions work fine, but only for server applications that don&#8217;t need &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Ruben Spruijt wrote a comprehensive <a href="http://www.brianmadden.com/content/article/Microsoft-Windows-Server-2008--Hyper-V-solution-overview">overview of Hyper-V</a> over at Brian Madden&#8217;s site. In my view, Hyper-V is the most important component of Windows Server 2008. Although Microsoft&#8217;s new virtualization solution is still in beta, it can&#8217;t be wrong to get started with learning about it now. Even though, its user interface is fairly simple, Hyper-V is quite a sophisticated piece of software. This means that many different things can go wrong and you will only be able solve those problems if you understand the architecture of Hyper-V. Although parts of this overview are probably only for those who already have experience with virtualization solutions, it is also a good introduction into Hyper-V.</p>
<p>I only played a little with Hyper-V, but I am already looking forward for the final to be released. At the moment we have two <strong>VMware Server 1.0</strong> hosts and one <strong>Virtual Server 2005</strong> machine. Both solutions work fine, but only for server applications that don&#8217;t need much performance. We tried a couple of more demanding applications, but those tests all failed. It is interesting to note that VMware Server was always slower than Virtual Server when Linux was the guest OS.</p>
<p>We have been considering buying <strong>VMware ESX</strong>, but in my view, it is too expensive. The main advantage of virtualization is to save costs, but in our environment it would get more expensive with VMware ESX. Even though, VMware certainly has the better product, I see hard times are coming for them as soon as Hyper-V is released. But who knows, maybe they will reduce their prices. VMware GSX once was quite expensive, too. I guess we will soon know what the lowest possible price for VMware ESX is.</p>
<p>We are planning to <strong>test Hyper-V soon</strong> to see if its performance is really better than with Virtual Server and VMware Server.  I will then report about it here. Stay tuned!</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/windows-8-hyper-v/" title="Windows 8 Hyper-V (May 15, 2012)">Windows 8 Hyper-V</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-veeam-one-free-edition-real-time-hyper-v-and-vmware-monitoring/" title="FREE: Veeam ONE Free Edition &#8211; Real-time Hyper-V and VMware monitoring (May 3, 2012)">FREE: Veeam ONE Free Edition &#8211; Real-time Hyper-V and VMware monitoring</a> (0)</li>
	<li><a href="http://4sysops.com/archives/hyper-v-cluster-part-7-custer-shared-volume-and-manage-virtual-machines/" title="Hyper-V cluster &#8211; Part 7: Custer Shared Volume and manage virtual machines (April 16, 2012)">Hyper-V cluster &#8211; Part 7: Custer Shared Volume and manage virtual machines</a> (0)</li>
	<li><a href="http://4sysops.com/archives/hyper-v-cluster-part-6-create-a-cluster/" title="Hyper-V cluster &#8211; Part 6: Create a cluster (April 12, 2012)">Hyper-V cluster &#8211; Part 6: Create a cluster</a> (0)</li>
	<li><a href="http://4sysops.com/archives/hyper-v-cluster-part-5-quorums-and-disk-configuration/" title="Hyper-V cluster &#8211; Part 5: Quorums and disk configuration (April 10, 2012)">Hyper-V cluster &#8211; Part 5: Quorums and disk configuration</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/a-great-overview-of-hyper-v-the-virtualization-solution-in-windows-server-2008/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Review: VMware Server 2 &#8211; what a disappointment</title>
		<link>http://4sysops.com/archives/review-vmware-server-2-what-a-disappointment/</link>
		<comments>http://4sysops.com/archives/review-vmware-server-2-what-a-disappointment/#comments</comments>
		<pubDate>Fri, 14 Dec 2007 21:21:17 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[virtual server]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/review-vmware-server-2-what-a-disappointment/</guid>
		<description><![CDATA[<p>I am currently evaluating Virtual Server plus <a href="http://4sysops.com/archives/review-microsoft-system-center-virtual-machine-manager-vmm/">Virtual Machine Manager (VMM)</a> because I am thinking of replacing our VMware Server installations with Microsoft&#8217;s virtualization solution. Since I am still undecided, I was curious to test the <strong>beta of VMware Server 2</strong>. I was hoping that they added the feature I was waiting for (<strong>VSS support</strong>). Unfortunately, my test results didn&#8217;t end as I expected. Even though <a href="http://4sysops.com/archives/microsoft-virtual-machine-managers-vmm-bugs/">VMM didn&#8217;t really convince me</a> to <strong>move to Virtual Server</strong>, my test of VMware Server 2 did.</p>
<p>There are some <strong>new interesting features</strong>, but only one is really important for me. Unfortunately, it is a change for the worse. These are the new features:</p>
<ul>
<li>Web-based management interface</li>
<li>Support for Vista, Windows Server 2008, Red Hat Enterprise Linux 5, Ubuntu 7.1 and others</li>
<li>Support for 8GB RAM per virtual machine, up to two virtual SMP (vSMP) processors and up to 64 virtual machines per host.</li>
<li>64-bit guest operating system support </li>&#8230;</ul>]]></description>
			<content:encoded><![CDATA[<p>I am currently evaluating Virtual Server plus <a href="http://4sysops.com/archives/review-microsoft-system-center-virtual-machine-manager-vmm/">Virtual Machine Manager (VMM)</a> because I am thinking of replacing our VMware Server installations with Microsoft&#8217;s virtualization solution. Since I am still undecided, I was curious to test the <strong>beta of VMware Server 2</strong>. I was hoping that they added the feature I was waiting for (<strong>VSS support</strong>). Unfortunately, my test results didn&#8217;t end as I expected. Even though <a href="http://4sysops.com/archives/microsoft-virtual-machine-managers-vmm-bugs/">VMM didn&#8217;t really convince me</a> to <strong>move to Virtual Server</strong>, my test of VMware Server 2 did.</p>
<p>There are some <strong>new interesting features</strong>, but only one is really important for me. Unfortunately, it is a change for the worse. These are the new features:</p>
<ul>
<li>Web-based management interface</li>
<li>Support for Vista, Windows Server 2008, Red Hat Enterprise Linux 5, Ubuntu 7.1 and others</li>
<li>Support for 8GB RAM per virtual machine, up to two virtual SMP (vSMP) processors and up to 64 virtual machines per host.</li>
<li>64-bit guest operating system support (Intel EM64T VT-enabled processors and AMD64 processors with segmentation support)</li>
<li>Support for VIX API 1.2 (a programming interface for automating virtual machine and guest operations)</li>
<li>Support for Virtual Machine Interface (VMI):  guest OS can run either on native hardware or in paravirtualized mode.</li>
<li>Support for USB 2.0 devices</li>
</ul>
<p>If you are regular reader of my blog, then you&#8217;d already know which of the new features really turned me off. Yes, it is <strong>VMware Infrastructure Web Access</strong>, the new Web-based management interface for VMware Server 2. I thought, Virtual Server&#8217;s admin console is the worst imaginable user interface, but VMware managed somehow to beat Microsoft here. At least, Microsoft recognized now that a Web browser is not really made for managing back-end apps. So they decided to give <a href="http://4sysops.com/archives/hyper-v-and-hyper-v-server-microsoft’s-virtualization-back-end-solutions/">Hyper-V</a> a real user interface.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2007/12/vmware_2_console.png" title="VMware Server 2 Console" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2007/12/vmware_2_console.png','VMware Server 2 Console',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2007/12/vmware_2_console.thumbnail.png" alt="VMware Server 2 Console" align="right" height="222" width="308" /></a>So, what is so bad about this new user interface of VMware Server 2? First of all, it is <strong>sluggish as all web-interfaces</strong> (some of Google&#8217;s tools excluded). Second, do you really want to logon to a server using a <strong>console that is embedded in a browser window</strong>? VMware Server 1 has this nice <strong>autofit</strong> feature which automatically adjusts the screen resolution of the guest when you resize the console Window. It seems this is not possible anymore with VMware Server 2. At least I wasn&#8217;t able to find it and the documentation doesn&#8217;t contain the word &#8220;autofit&#8221;. I suppose, it is not that easy to program such a feature for a browser plug-in.</p>
<p>This browser plug-in is installed when you open the Console for the first time. It worked without problems on the host running <strong>Windows Server 2003 R2 SP2</strong>. But I wasn&#8217;t able to install it on a <strong>Vista</strong> machine. Under <strong>Firefox</strong>, I got the error message &#8220;Installation of msvcr71.dll failed. Error Code -202.&#8221; and with <strong>Internet Explorer</strong> I got a C++ Runtime Error. Later, I wasn&#8217;t even able to connect to Infrastructure Web Access with Internet Explorer. I guess it was an SSL-related problem because the last message I saw was a certificate error. Well, my test was over anyway since there is not much to explore with VMware Server 2.</p>
<p>I got a couple of other <strong>error messages</strong>, but I don&#8217;t want to bore you with them. Okay, this is just beta software. So you might expect to be confronted with some bugs. But I tested betas from VMware before and I never encountered as many problems. Many of them were in one way or another related to the web-interface.</p>
<p>The ugly user interface was not the only disappointment, though. The main reason why I want to move to <a href="http://4sysops.com/archives/life-backup-of-a-virtual-machine-with-virtual-server-2005-r2-sp1-using-volume-shadow-copy-service-vss/">Virtual Server 2005 R2 SP1 is its support for the Volume Shadow Copy Service (VSS)</a>. This allows you to run live backups of virtual machines. My hope was that VMware would offer<strong> VSS support</strong> for VMware Server 2. However, I am not sure if VMware plans to add such a feature in the final version. There is service called <strong>VMware VSS writer</strong>. I didn&#8217;t find anything about it in the documentation, though. So I wouldn&#8217;t count on it.</p>
<p>I just wished they didn&#8217;t mess up with the great management interface of VMware Server 1. Even if VMware Server 2 will support VSS, we will most likely move to Virtual Server now.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/free-veeam-one-free-edition-real-time-hyper-v-and-vmware-monitoring/" title="FREE: Veeam ONE Free Edition &#8211; Real-time Hyper-V and VMware monitoring (May 3, 2012)">FREE: Veeam ONE Free Edition &#8211; Real-time Hyper-V and VMware monitoring</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-vworkspace-desktop-optimizer-optimize-vdi-performance/" title="FREE: vWorkspace Desktop Optimizer &#8211; Optimize VDI performance (September 15, 2011)">FREE: vWorkspace Desktop Optimizer &#8211; Optimize VDI performance</a> (0)</li>
	<li><a href="http://4sysops.com/archives/scvmm-2012-review-part-5-integrating-with-vmware-and-citrix-xenserver-cluster-patching/" title="SCVMM 2012 review &#8211; Part 5: Integrating with VMware and Citrix XenServer, Cluster patching (June 2, 2011)">SCVMM 2012 review &#8211; Part 5: Integrating with VMware and Citrix XenServer, Cluster patching</a> (0)</li>
	<li><a href="http://4sysops.com/archives/vmware-backups-troubleshoot-the-consolidate-helper-0-backup-error/" title="VMware Backups &#8211; Troubleshoot the Consolidate Helper-0 backup error (May 30, 2011)">VMware Backups &#8211; Troubleshoot the Consolidate Helper-0 backup error</a> (2)</li>
	<li><a href="http://4sysops.com/archives/installing-a-driver-in-an-existing-vmware-vsphere-4-1-esxesxi-host/" title="Installing a driver in an existing VMware vSphere 4.1 ESX/ESXi host (May 3, 2011)">Installing a driver in an existing VMware vSphere 4.1 ESX/ESXi host</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/review-vmware-server-2-what-a-disappointment/feed/</wfw:commentRss>
		<slash:comments>118</slash:comments>
		</item>
		<item>
		<title>New version: VMRCPlus 1.6 &#8211; a free GUI tool to manage Virtual Server 2005 R2 SP1</title>
		<link>http://4sysops.com/archives/new-version-vmrcplus-16-a-free-gui-tool-to-manage-virtual-server-2005-r2-sp1/</link>
		<comments>http://4sysops.com/archives/new-version-vmrcplus-16-a-free-gui-tool-to-manage-virtual-server-2005-r2-sp1/#comments</comments>
		<pubDate>Fri, 23 Nov 2007 19:02:17 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[virtual server]]></category>
		<category><![CDATA[vmm]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/new-version-vmrcplus-16-a-free-gui-tool-to-manage-virtual-server-2005-r2-sp1/</guid>
		<description><![CDATA[<p><a href="http://4sysops.com/wp-content/uploads/2007/11/vmrcplus_16.png" title="VMRC Plus 1.6" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2007/11/vmrcplus_16.png','VMRC Plus 1.6',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2007/11/vmrcplus_16.thumbnail.png" alt="VMRC Plus 1.6" align="left" /></a>I wrote a <a href="http://4sysops.com/archives/review-vmrcplus-a-gui-tool-to-manage-microsoft-virtual-server-2005-r2/">review about VMRCPlus</a> a while ago. It is a nifty free tool from Microsoft that can <strong>replace the Web interface</strong> of Virtual Server 2005 R2 SP1. VMRCPlus has a <strong>graphical user interface</strong> that allows you to manage Virtual Server in a much more convenient way than with the original Web-based user interface. <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=80adc08c-bfc6-4c3a-b4f1-772f550ae791">Version 1.6</a> has some new interesting features.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2007/11/vmrcplus_error.png" title="VMRC 1.6 Error" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2007/11/vmrcplus_error.png','VMRC 1.6 Error',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2007/11/vmrcplus_error.thumbnail.png" alt="VMRC 1.6 Error" align="right" /></a>The first thing I tried after I installed the tool is the <strong>snapshot feature</strong>. With VMRCPlus 1.5, I was able to create snapshots, but the <strong>recovery option</strong> was always grayed out. So I was pleased to see that after updating to version 1.6, I was allowed to recover a virtual machine.  However, this feature still doesn&#8217;t work for me. All I got is this error message: <strong>Unhandled exception has occurred in your application </strong>(see screenshot). After that, the virtual machine was not even displayed anymore in VMRCplus. I had to add the virtual machine to make it &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://4sysops.com/wp-content/uploads/2007/11/vmrcplus_16.png" title="VMRC Plus 1.6" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2007/11/vmrcplus_16.png','VMRC Plus 1.6',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2007/11/vmrcplus_16.thumbnail.png" alt="VMRC Plus 1.6" align="left" /></a>I wrote a <a href="http://4sysops.com/archives/review-vmrcplus-a-gui-tool-to-manage-microsoft-virtual-server-2005-r2/">review about VMRCPlus</a> a while ago. It is a nifty free tool from Microsoft that can <strong>replace the Web interface</strong> of Virtual Server 2005 R2 SP1. VMRCPlus has a <strong>graphical user interface</strong> that allows you to manage Virtual Server in a much more convenient way than with the original Web-based user interface. <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=80adc08c-bfc6-4c3a-b4f1-772f550ae791">Version 1.6</a> has some new interesting features.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2007/11/vmrcplus_error.png" title="VMRC 1.6 Error" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2007/11/vmrcplus_error.png','VMRC 1.6 Error',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2007/11/vmrcplus_error.thumbnail.png" alt="VMRC 1.6 Error" align="right" /></a>The first thing I tried after I installed the tool is the <strong>snapshot feature</strong>. With VMRCPlus 1.5, I was able to create snapshots, but the <strong>recovery option</strong> was always grayed out. So I was pleased to see that after updating to version 1.6, I was allowed to recover a virtual machine.  However, this feature still doesn&#8217;t work for me. All I got is this error message: <strong>Unhandled exception has occurred in your application </strong>(see screenshot). After that, the virtual machine was not even displayed anymore in VMRCplus. I had to add the virtual machine to make it visible again.</p>
<p>This snapshot feature was the only thing that didn&#8217;t work during my brief test. So I think VMRCPlus 1.6 is a <strong>good enough replacement for Virtual Server&#8217;s user interface</strong>. It is interesting to note that VMRCPlus can create snapshots while the guest system is online. Not even System Center <a href="http://4sysops.com/archives/microsoft-virtual-machine-managers-vmm-bugs/">Virtual Machine Manager (VMM)</a>, Microsoft&#8217;s more sophisticated management tool for Virtual Server, can do that. Well, at least, the snapshot feature (checkpoints), works there (most of the time).</p>
<p><a href="http://4sysops.com/wp-content/uploads/2007/11/vmrcplus_16_console.png" title="VMRC 1.6 Console" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2007/11/vmrcplus_16_console.png','VMRC 1.6 Console',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2007/11/vmrcplus_16_console.thumbnail.png" alt="VMRC 1.6 Console" align="right" height="147" width="204" /></a>What I like about VMRC 1.6 is that you can <strong>manage multiple Virtual Server hosts</strong> with one central interface. It is not so convenient as with VMM, though. All in all, it seems to me that Microsoft has to work a little harder to make its user interfaces for Virtual Server a bit more reliable.</p>
<p><a href="http://blog.tiensivu.com/aaron/archives/1353-VMRCPlus-1.6-released.html">Aaron Tiensivu</a> summarized the new features:</p>
<blockquote>
<ol>
<li>To reflect the terminology used in the web administration UI of Virtual Server, the terminology of VMRCplus has been updated.</li>
<li>VMRCplus now offers configuration of scripts on both the Virtual Server and Virtual Machine level. This was missing from the previous release.</li>
<li>VMRCplus offers configuring promiscuous mode on the network so you can trace traffic in the virtual switch. This is something Virtual Server does not offer in the web administration UI.</li>
<li>Minor enhancements like storage of Console Manager coordinates, conflict handling when a shortcut already exists (something Virtual Server fails to resolve).</li>
<li>The COM and LPT port assignment logic has been fixed (most of it did not work).</li>
<li>The x86 installer package no longer installs on x64. This has been done to prevent issues with 32-bit VMRCplus on 64-bit Virtual Server.</li>
<li>Error handling has been enhanced and several issues have been fixed.</li>
</ol>
</blockquote>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/systems-center-virtual-machine-manager-2012-review-part-1-whats-new-installation/" title="System Center Virtual Machine Manager 2012 review &#8211; Part 1: What is new and installation (May 23, 2011)">System Center Virtual Machine Manager 2012 review &#8211; Part 1: What is new and installation</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-vhd-tool-create-convert-and-extend-a-vhd-quickly/" title="FREE: VHD tool &#8211; Create, convert, and extend a VHD quickly (April 24, 2009)">FREE: VHD tool &#8211; Create, convert, and extend a VHD quickly</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-vmdk2vhd-convert-vmware-vmdk-to-hyper-v-vhd/" title="FREE: Vmdk2Vhd &#8211; Convert VMware VMDK to Hyper-V VHD (March 6, 2009)">FREE: Vmdk2Vhd &#8211; Convert VMware VMDK to Hyper-V VHD</a> (2)</li>
	<li><a href="http://4sysops.com/archives/free-vhd-resizer-shrink-or-expand-a-hyper-v-vhd/" title="FREE: VHD Resizer &#8211; Shrink or Expand a Hyper-V VHD (March 2, 2009)">FREE: VHD Resizer &#8211; Shrink or Expand a Hyper-V VHD</a> (12)</li>
	<li><a href="http://4sysops.com/archives/vmm-2008-rtm-new-features-prices-update-of-the-beta-version/" title="VMM 2008 RTM &#8211; new features &#8211; prices &#8211; update of the beta version (October 22, 2008)">VMM 2008 RTM &#8211; new features &#8211; prices &#8211; update of the beta version</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/new-version-vmrcplus-16-a-free-gui-tool-to-manage-virtual-server-2005-r2-sp1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft Virtual Machine Manager (VMM) bugs</title>
		<link>http://4sysops.com/archives/microsoft-virtual-machine-managers-vmm-bugs/</link>
		<comments>http://4sysops.com/archives/microsoft-virtual-machine-managers-vmm-bugs/#comments</comments>
		<pubDate>Mon, 12 Nov 2007 20:13:09 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[virtual server]]></category>
		<category><![CDATA[vmm]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/microsoft-virtual-machine-managers-vmm-bugs/</guid>
		<description><![CDATA[<p>I have spent some more time with Virtual Machine Manager (VMM), Microsoft&#8217;s <strong>new Virtual Server2005 management tool</strong>. My somewhat positive impression which I expressed in two earlier posts about VMM has been dampened a little since then. This is mostly due to the fact that <strong>VMM seems to be a bit unreliable</strong>.</p>
<p>In <a href="http://4sysops.com/archives/system-center-virtual-machine-manager-scvmm-installation-and-first-impressions/">my first test</a>, I realized that the VMM admin console was quite unstable. I assumed that those problems were related to the virtual environment where I tested VMM. For <a href="http://4sysops.com/archives/review-microsoft-system-center-virtual-machine-manager-vmm/">my second review,</a> I just explored VMM&#8217;s features on a physical installation. I didn&#8217;t encounter any serious problems then. But the longer I work with VMM, the more troubles seem to arise. <strong>I am obviously not the only one struggling with VMM these days.</strong> Microsoft&#8217;s Technet forum is full of unanswered questions and bug reports.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2007/11/vmm_admin_console.png" title="VMM Adminstration Console" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2007/11/vmm_admin_console.png','VMM Adminstration Console',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2007/11/vmm_admin_console.thumbnail.png" alt="VMM Adminstration Console" align="right" height="159" width="221" /></a>Of course it is possible that my problems were caused by my own errors or that they were somehow related &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>I have spent some more time with Virtual Machine Manager (VMM), Microsoft&#8217;s <strong>new Virtual Server2005 management tool</strong>. My somewhat positive impression which I expressed in two earlier posts about VMM has been dampened a little since then. This is mostly due to the fact that <strong>VMM seems to be a bit unreliable</strong>.</p>
<p>In <a href="http://4sysops.com/archives/system-center-virtual-machine-manager-scvmm-installation-and-first-impressions/">my first test</a>, I realized that the VMM admin console was quite unstable. I assumed that those problems were related to the virtual environment where I tested VMM. For <a href="http://4sysops.com/archives/review-microsoft-system-center-virtual-machine-manager-vmm/">my second review,</a> I just explored VMM&#8217;s features on a physical installation. I didn&#8217;t encounter any serious problems then. But the longer I work with VMM, the more troubles seem to arise. <strong>I am obviously not the only one struggling with VMM these days.</strong> Microsoft&#8217;s Technet forum is full of unanswered questions and bug reports.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2007/11/vmm_admin_console.png" title="VMM Adminstration Console" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2007/11/vmm_admin_console.png','VMM Adminstration Console',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2007/11/vmm_admin_console.thumbnail.png" alt="VMM Adminstration Console" align="right" height="159" width="221" /></a>Of course it is possible that my problems were caused by my own errors or that they were somehow related to some special conditions in my test environment. However, I installed VMM on a freshly installed <strong>Windows Server 2003 R2 SP2</strong> system. I tested it with <strong>two new installed Virtual Server hosts</strong>. The whole installation and configuration of VMM is fairly simple. There is not much room for mistakes. And if an application crashes on a newly installed server, usually a bug is the culprit.</p>
<p>So here are the problems I encountered in my tests so far:</p>
<h2>VMM Admin Console</h2>
<p>I already mentioned it before. Virtual Machine Manager&#8217;s Admin Console is quite unstable. It completely crashed a couple of times. In some cases, I was able to reproduce the failure. When I tried to modify the hardware of a certain virtual machine the Admin Console would always shut down, improperly. This was independent from the location where I run the Admin Console. It crashed on the VMM server (Windows Server 2003 R2 SP2) and also on a Vista machine.</p>
<h2>VMM service crashed</h2>
<p>This happened only once. After one of the crashes of the VMM Admin Console I wasn&#8217;t able to reconnect to the VMM Server because its service was shut down, too. I had to restart it. The event log only contained a cryptic &#8220;Net Runtime 2.0 Error&#8221;. I didn&#8217;t try to find the cause of the problem since VMM seemed to work fine again afterwards.</p>
<h2>Cloning Process</h2>
<p>All in all, I cloned about 10 times. More than half of them failed in the first place. I cloned from host to host, and on the same host. Usually the cloning process would just be interrupted after a while. However, in all cases I was able to resume cloning using VMM&#8217;s repair feature. The error message always indicated that the connection to the Virtual Server host was broken. That was never the case, though. I always checked the connection immediately after the cloning process failed. I also ran some tests to make sure that there is no network problem.</p>
<h2>Changing hardware configuration</h2>
<p>This problem might be related to the cloning issue described above because it only happened with cloned virtual machines. Sometimes I wasn&#8217;t able to change the hardware configuration of a virtual machine. In those cases VMM always complained that the virtual machine has to be stopped first or that it is in safe mode. This was never the case, though. I wasn&#8217;t even able to mount an ISO image in those VMs using VMM. However, it always worked fine when I configured these problematic VMs with Virtual Server&#8217;s own admin interface. I concluded that it must be a VMM bug.</p>
<h2>Access denied to virtual machine</h2>
<p>After I updated one of these cloned VMs using the Virtual Server Admin Console, I was no more able to manage it with VMM. VMM would always complain with this message: Detailed Error (2910). (Access is denied (0&#215;80070005)). So VMM didn&#8217;t have &#8220;appropriate permissions&#8221; to access this VM, anymore. However, all other VMs on this host were still manageable. The problematic VM also seemed to work fine. I didn&#8217;t encounter any problems when I managed this virtual machine using the Virtual Server admin interface. In the end I was able to configure it by using VMM&#8217;s repair feature again. It seems that this the most important feature.</p>
<h2>Merging of checkpoints on a Linux guest system</h2>
<p>Checkpoints are what VMware calls snapshots. They allow you to restore a virtual machine to a prior state. It is possible to merge several checkpoints to free hard disk space. When we tried this feature on a Linux guest system (SuSE Linux 10.0 Enterprise) a folder with all its contents was gone after the machine rebooted. The strange thing is that no checkpoint was created before or after this folder was added to the guest system. Only this one folder was deleted, everything that was added after this folder was created was still there. I suspect that VMM had problems with the large size of this folder (about 100 GB). Since then, I only use this checkpoint feature very cautiously.</p>
<p>There also were a couple of minor issues. The function didn&#8217;t work at first, but when I tried it again later, VMM recognized its mistake and allowed me to proceed. For example, I once wanted to shut down a virtual machine from the VMM Admin Console. VMM complained that this feature is only available if the Virtual Machine Additions are installed. After I reassured myself that they were running on the guest, VMM admitted its wrong assessment of the situation and let me shut down the VM.</p>
<p>There were other similar cases. I won&#8217;t list them all here. I think you got the picture by now<strong>. In my test VMM was quite unreliable.</strong> However in most cases I was able to get what I wanted in the end. I still like VMM because its user interface certainly is a major improvement to the old fashioned Web-based user interface of Virtual Server 2005. And of course VMM&#8217;s most interesting feature is its ability to manage multiple Virtual Server hosts with just one user interface. So at the moment I am undecided if we will work with Virtual Machine Manager in a productive environment.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/systems-center-virtual-machine-manager-2012-review-part-1-whats-new-installation/" title="System Center Virtual Machine Manager 2012 review &#8211; Part 1: What is new and installation (May 23, 2011)">System Center Virtual Machine Manager 2012 review &#8211; Part 1: What is new and installation</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-vhd-tool-create-convert-and-extend-a-vhd-quickly/" title="FREE: VHD tool &#8211; Create, convert, and extend a VHD quickly (April 24, 2009)">FREE: VHD tool &#8211; Create, convert, and extend a VHD quickly</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-vmdk2vhd-convert-vmware-vmdk-to-hyper-v-vhd/" title="FREE: Vmdk2Vhd &#8211; Convert VMware VMDK to Hyper-V VHD (March 6, 2009)">FREE: Vmdk2Vhd &#8211; Convert VMware VMDK to Hyper-V VHD</a> (2)</li>
	<li><a href="http://4sysops.com/archives/free-vhd-resizer-shrink-or-expand-a-hyper-v-vhd/" title="FREE: VHD Resizer &#8211; Shrink or Expand a Hyper-V VHD (March 2, 2009)">FREE: VHD Resizer &#8211; Shrink or Expand a Hyper-V VHD</a> (12)</li>
	<li><a href="http://4sysops.com/archives/vmm-2008-rtm-new-features-prices-update-of-the-beta-version/" title="VMM 2008 RTM &#8211; new features &#8211; prices &#8211; update of the beta version (October 22, 2008)">VMM 2008 RTM &#8211; new features &#8211; prices &#8211; update of the beta version</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/microsoft-virtual-machine-managers-vmm-bugs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Review: Microsoft System Center Virtual Machine Manager (VMM)</title>
		<link>http://4sysops.com/archives/review-microsoft-system-center-virtual-machine-manager-vmm/</link>
		<comments>http://4sysops.com/archives/review-microsoft-system-center-virtual-machine-manager-vmm/#comments</comments>
		<pubDate>Wed, 31 Oct 2007 19:16:52 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[virtual server]]></category>
		<category><![CDATA[vmm]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/review-microsoft-system-center-virtual-machine-manager-vmm/</guid>
		<description><![CDATA[<p>Some weeks ago, I blogged about my <a href="http://4sysops.com/archives/system-center-virtual-machine-manager-scvmm-installation-and-first-impressions/">first impression of Virtual Machine Manager (VMM)</a>.  I had some time now to have a closer look at Microsoft&#8217;s new management tool for Virtual Server. I must admit that VMM made me see Virtual Server with different eyes. A good user interface completely changes the perception of a product.</p>
<p>I first tried VMM under <strong>VMware Workstation</strong>, which probably doesn&#8217;t make much sense. This might have been just a bit too much virtualization. This time I installed Virtual Machine Manager on a physical machine running <strong>Windows Server 2003 R2 SP2</strong>. My test system just met the <strong>minimum requirements</strong> for VMM (Pentium with 2.8 GHz and 2GB RAM). Usually, one has to double Microsoft&#8217;s recommendations. However, I didn&#8217;t encounter performance problems. My test environment was quite simple, though. I just worked with two Virtual Server hosts, and 10 virtual machines.</p>
<p>When I played with the VMM under VMware Workstation, the Admin Console &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Some weeks ago, I blogged about my <a href="http://4sysops.com/archives/system-center-virtual-machine-manager-scvmm-installation-and-first-impressions/">first impression of Virtual Machine Manager (VMM)</a>.  I had some time now to have a closer look at Microsoft&#8217;s new management tool for Virtual Server. I must admit that VMM made me see Virtual Server with different eyes. A good user interface completely changes the perception of a product.</p>
<p>I first tried VMM under <strong>VMware Workstation</strong>, which probably doesn&#8217;t make much sense. This might have been just a bit too much virtualization. This time I installed Virtual Machine Manager on a physical machine running <strong>Windows Server 2003 R2 SP2</strong>. My test system just met the <strong>minimum requirements</strong> for VMM (Pentium with 2.8 GHz and 2GB RAM). Usually, one has to double Microsoft&#8217;s recommendations. However, I didn&#8217;t encounter performance problems. My test environment was quite simple, though. I just worked with two Virtual Server hosts, and 10 virtual machines.</p>
<p>When I played with the VMM under VMware Workstation, the Admin Console crashed several times. This didn&#8217;t happen in my new test environment. I installed the <strong>VMM Admin Console</strong> on my Vista desktop. The installation is easy and fast. The only information I had to enter was the name of the VMM server.</p>
<p>To use VMM,<strong> you don&#8217;t need a manual</strong>. Everything is absolutely self-explanatory if you have worked with virtualization software before. I only had problems with <strong>cloning virtual machines</strong>. It seems to be a bit unreliable. It failed twice after reaching 90% of the cloning progress. Virtual Machine Manager doesn&#8217;t allow you to clone while VMs are running. So basically it just has to copy the VHD files. I wonder what can go wrong here. The error message wasn&#8217;t helpful since it claimed that the connection to the host was lost which was not the case.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2007/10/vmm_admin_console.png" title="VMM Adminstration Console" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2007/10/vmm_admin_console.png','VMM Adminstration Console',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2007/10/vmm_admin_console.thumbnail.png" alt="VMM Adminstration Console" align="right" height="191" width="269" /></a>But in both cases I was able to get the new virtual machines working by using VMM&#8217;s &#8220;<strong>Repair Virtual Machine&#8221;</strong> feature. What I like about cloning is that you can use it to copy a VM from host to host. I tried this with Windows Server 2003 and Linux as guest OS. It is also possible to <strong>move VMs</strong>. This feature is called <strong>migration</strong>. Unfortunately, VMM doesn&#8217;t support live migration, that is, you can only move a VM if it is down.</p>
<p>You can also store VMs in the VMM library. This is useful if you don&#8217;t have enough space on your hosts and have to move offline VMs somewhere else, for example. So you can just park the VM on your VMM server in its library. Of course, you can&#8217;t run it there.</p>
<p>Very useful is VMM&#8217;s <strong>checkpoint</strong> feature. VMware calls them <strong>snapshots</strong>. Creating checkpoints allows you to restore a VM to a previous state. You can create multiple checkpoints of a VM. Unfortunately, this is also only possible when the VM is down. VMM shuts down the VM automatically, and restarts it after the checkpoint was created. In my test, this was done within a minute or so. The same applies when you restore a checkpoint. You can merge checkpoints if you need space on the host and if you are sure that you no longer need them. But VMM will also shut the virtual machine down then.</p>
<p>Microsoft really has to work on Virtual Server&#8217;s and Virtual Machine Manager&#8217;s <strong>live features</strong>. This is one of the major shortcomings compared with VMware products. Since this feature was also cut for <a href="http://4sysops.com/archives/windows-server-virtualization-wsv-features/">Windows Server Virtualization (WSV)</a>, there is no hope that we will see an improvement in this direction in the near future. However, one also has to consider that with $499 for the Workgroup Edition, VMM is really cheap. You can only work with five hosts, though. If you have more Virtual Server hosts, you&#8217;ll need the Enterprise Edition which costs $860 per physical host (together with Operations Manager and <a href="http://4sysops.com/archives/technical-differences-between-dpm-2006-and-dpm-2007/">DPM 2007</a>).</p>
<p>VMM also supports <strong>physical to virtual migration (P2V)</strong>. It is interesting to note that it is possible to migrate a physical server while it is online. However, you can also do this when the server is down by using the WAIK. The latter option is probably more reliable. I want to have a closer look at this feature, and I will report about it in another post.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/systems-center-virtual-machine-manager-2012-review-part-1-whats-new-installation/" title="System Center Virtual Machine Manager 2012 review &#8211; Part 1: What is new and installation (May 23, 2011)">System Center Virtual Machine Manager 2012 review &#8211; Part 1: What is new and installation</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-vhd-tool-create-convert-and-extend-a-vhd-quickly/" title="FREE: VHD tool &#8211; Create, convert, and extend a VHD quickly (April 24, 2009)">FREE: VHD tool &#8211; Create, convert, and extend a VHD quickly</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-vmdk2vhd-convert-vmware-vmdk-to-hyper-v-vhd/" title="FREE: Vmdk2Vhd &#8211; Convert VMware VMDK to Hyper-V VHD (March 6, 2009)">FREE: Vmdk2Vhd &#8211; Convert VMware VMDK to Hyper-V VHD</a> (2)</li>
	<li><a href="http://4sysops.com/archives/free-vhd-resizer-shrink-or-expand-a-hyper-v-vhd/" title="FREE: VHD Resizer &#8211; Shrink or Expand a Hyper-V VHD (March 2, 2009)">FREE: VHD Resizer &#8211; Shrink or Expand a Hyper-V VHD</a> (12)</li>
	<li><a href="http://4sysops.com/archives/vmm-2008-rtm-new-features-prices-update-of-the-beta-version/" title="VMM 2008 RTM &#8211; new features &#8211; prices &#8211; update of the beta version (October 22, 2008)">VMM 2008 RTM &#8211; new features &#8211; prices &#8211; update of the beta version</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/review-microsoft-system-center-virtual-machine-manager-vmm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>System Center Virtual Machine Manager (SCVMM) installation and first impressions</title>
		<link>http://4sysops.com/archives/system-center-virtual-machine-manager-scvmm-installation-and-first-impressions/</link>
		<comments>http://4sysops.com/archives/system-center-virtual-machine-manager-scvmm-installation-and-first-impressions/#comments</comments>
		<pubDate>Wed, 19 Sep 2007 18:18:54 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[virtual server]]></category>
		<category><![CDATA[vmm]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/system-center-virtual-machine-manager-scvmm-installation-and-first-impressions/</guid>
		<description><![CDATA[<p>I already reported some days ago that a complete installation of <a href="/archives/microsoft-system-center-virtual-machine-manager-scvmm-has-been-released/">VMM is available as VHD file</a>. Just to remind you, System Center Virtual Machine Manager is Microsoft&#8217;s <strong>new management tool for centralized deployment and management for Virtual Server machines</strong>. Now, you can also <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=F027B66D-F615-426F-A45B-1E76A45371D5&#38;displaylang=en">download</a> a <strong>180-day trial version</strong>. The compressed setup file has 1.5 GB. I installed and played a little with SCVMM today.</p>
<p>The <strong>hardware requirements</strong> are quite huge:</p>
<ul>
<li>Processor:  Pentium 4 2.8 GHz</li>
<li>RAM:  2 GB</li>
<li>Hard disk (if using the default local SQL Server 2005 Express database instance):  7 GB</li>
<li>Hard disk (if using a remote SQL Server database instance):  1 GB</li>
<li>Hard disk (if using the VMM server as a library server):  80 GB</li>
</ul>
<p>Notice that these are the hardware requirements from the SCVMM help file. Usually, one has to double Microsoft&#8217;s recommendations.</p>
<p>These are the <strong>software requirements</strong>:</p>
<ul>
<li>Windows Server 2003 SP1 or above  (for VMM Server)</li>
<li>.Net 2.0</li>
<li>.Net 3.0</li>&#8230;</ul>]]></description>
			<content:encoded><![CDATA[<p>I already reported some days ago that a complete installation of <a href="/archives/microsoft-system-center-virtual-machine-manager-scvmm-has-been-released/">VMM is available as VHD file</a>. Just to remind you, System Center Virtual Machine Manager is Microsoft&#8217;s <strong>new management tool for centralized deployment and management for Virtual Server machines</strong>. Now, you can also <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=F027B66D-F615-426F-A45B-1E76A45371D5&amp;displaylang=en">download</a> a <strong>180-day trial version</strong>. The compressed setup file has 1.5 GB. I installed and played a little with SCVMM today.</p>
<p>The <strong>hardware requirements</strong> are quite huge:</p>
<ul>
<li>Processor:  Pentium 4 2.8 GHz</li>
<li>RAM:  2 GB</li>
<li>Hard disk (if using the default local SQL Server 2005 Express database instance):  7 GB</li>
<li>Hard disk (if using a remote SQL Server database instance):  1 GB</li>
<li>Hard disk (if using the VMM server as a library server):  80 GB</li>
</ul>
<p>Notice that these are the hardware requirements from the SCVMM help file. Usually, one has to double Microsoft&#8217;s recommendations.</p>
<p>These are the <strong>software requirements</strong>:</p>
<ul>
<li>Windows Server 2003 SP1 or above  (for VMM Server)</li>
<li>.Net 2.0</li>
<li>.Net 3.0</li>
<li>SQL Server 2005 SP1 or SQL Server 2005 Express Edition (for VMM Server)</li>
<li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=845289ca-16cc-4c73-8934-dd46b5ed1d33&amp;displaylang=en">WinRM (aka WS-Management v1.1)</a></li>
<li><a href="http://www.microsoft.com/downloads/details.aspx?familyid=10EE29AF-7C3A-4057-8367-C9C1DAB6E2BF&amp;displaylang=en">Windows PowerShell 1.0</a> (for VMM Administration Console)</li>
</ul>
<p>If you want to test VMM under <strong>Windows Server 2003 R2</strong> and enabled <strong>WinRM</strong>, then you have to disable it first and get it from the link above. I wonder why Microsoft didn&#8217;t include WinRM and PowerShell in the setup file like the other components.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2007/09/scvmm_installation.png" title="SCVMM installation" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2007/09/scvmm_installation.png','SCVMM installation',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2007/09/scvmm_installation.thumbnail.png" title="SCVMM installation" alt="SCVMM installation" align="right" /></a>There are three separate components to install: the <strong>Virtual Machine Manager Server, the VMM Administrator Console and the VMM Self-Service Portal</strong>. The Self-Service Portal is an optional Web-based management tool. Virtual Machine Server and Administrator Console can be installed on the same system. The Administrator Console also works under Windows XP and Windows Vista.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2007/09/scvmm_installation_wizzard.png" title="SCVMM Installation Wizzard" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2007/09/scvmm_installation_wizzard.png','SCVMM Installation Wizzard',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2007/09/scvmm_installation_wizzard.thumbnail.png" title="SCVMM Installation Wizzard" alt="SCVMM Installation Wizzard" align="right" /></a>It is also required that the VMM server belongs to a <strong>Windows domain</strong> and you have to install WinRM on the machine where Virtual Server is running. This system has to be a Windows domain member, too. At least, I didn&#8217;t figure out how to connect to a standalone Virtual Server from SCVMM.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2007/09/vmm_admin_console.png" title="VMM Adminstration Console" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2007/09/vmm_admin_console.png','VMM Adminstration Console',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2007/09/vmm_admin_console.thumbnail.png" title="VMM Adminstration Console" alt="VMM Adminstration Console" align="right" /></a>The <strong>Virtual Machine Manager Administration Console</strong> made a good impression to me. It is a bit like the one from ISA Server. You can use it to do many things where you would otherwise have to work with the ugly Web-based interface of Virtual Server. For example, you can start virtual machines, access them thru VMRC, save the state, clone VMs, and so on. Even though <a href="/archives/review-vmrcplus-a-gui-tool-to-manage-microsoft-virtual-server-2005-r2/">VMRCplus</a> was already step in the right direction, the VMM Administration Console gets to be the first user interface for Virtual Server that earns this name.</p>
<p>Unfortunately, the Admin Console was <strong>quite unstable during my short test</strong>. It crashed a couple of times. Perhaps this was due to the fact that I tested it in a virtual environment under VMware Workstation 6. It could be that this was just a little too much virtualization. However, my virtual test server had enough resources available.</p>
<p>Since we are about to run some tests with Virtual Server anyway, I probably will have a closer look at SCVMM soon, assuming that I manage to get it running more reliably.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/systems-center-virtual-machine-manager-2012-review-part-1-whats-new-installation/" title="System Center Virtual Machine Manager 2012 review &#8211; Part 1: What is new and installation (May 23, 2011)">System Center Virtual Machine Manager 2012 review &#8211; Part 1: What is new and installation</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-vhd-tool-create-convert-and-extend-a-vhd-quickly/" title="FREE: VHD tool &#8211; Create, convert, and extend a VHD quickly (April 24, 2009)">FREE: VHD tool &#8211; Create, convert, and extend a VHD quickly</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-vmdk2vhd-convert-vmware-vmdk-to-hyper-v-vhd/" title="FREE: Vmdk2Vhd &#8211; Convert VMware VMDK to Hyper-V VHD (March 6, 2009)">FREE: Vmdk2Vhd &#8211; Convert VMware VMDK to Hyper-V VHD</a> (2)</li>
	<li><a href="http://4sysops.com/archives/free-vhd-resizer-shrink-or-expand-a-hyper-v-vhd/" title="FREE: VHD Resizer &#8211; Shrink or Expand a Hyper-V VHD (March 2, 2009)">FREE: VHD Resizer &#8211; Shrink or Expand a Hyper-V VHD</a> (12)</li>
	<li><a href="http://4sysops.com/archives/vmm-2008-rtm-new-features-prices-update-of-the-beta-version/" title="VMM 2008 RTM &#8211; new features &#8211; prices &#8211; update of the beta version (October 22, 2008)">VMM 2008 RTM &#8211; new features &#8211; prices &#8211; update of the beta version</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/system-center-virtual-machine-manager-scvmm-installation-and-first-impressions/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Windows Server Virtualization (WSV) features</title>
		<link>http://4sysops.com/archives/windows-server-virtualization-wsv-features/</link>
		<comments>http://4sysops.com/archives/windows-server-virtualization-wsv-features/#comments</comments>
		<pubDate>Tue, 18 Sep 2007 20:20:23 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[hyper-v]]></category>
		<category><![CDATA[virtual server]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/windows-server-virtualization-wsv-features/</guid>
		<description><![CDATA[<p>Windows IT Pro <a href="http://www.windowsitpro.com/Articles/ArticleID/96261/96261.html">has</a> (subscribers only) a good feature list of Microsoft&#8217;s upcoming <a href="/archives/windows-server-2008-rc0-and-windows-server-virtualization-wsv-are-available/">Windows Server Virtualization (WSV)</a>. I summarized and commented them in this post.</p>
<p><strong>MMC-based management console</strong>
It seems Michael Otey, the author, already saw the new console. You won&#8217;t believe it, but WSV got a real graphical user interface, that is one which is based on Microsoft Management Console (MMC 3). I&#8217;ve been waiting for this a long time already. In my view, the web-based user interface of Virtual Server 2005 is the worst Microsoft ever made.</p>
<p><strong>VHD format</strong>
WSW will use Microsoft&#8217;s Virtual Hard Disk (VHD) format. This means that you still can use virtual machines that were created with Virtual Server 2005 and Virtual PC. That was expected.</p>
<p><strong>Support for live backups using VSS (Volume Shadow Copy Service)
</strong>Live backups of virtual machines is certainly a cool feature. However, that is already possible with Virtual Server 2005 R2 SP1 I can&#8217;t wait to try this &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Windows IT Pro <a href="http://www.windowsitpro.com/Articles/ArticleID/96261/96261.html">has</a> (subscribers only) a good feature list of Microsoft&#8217;s upcoming <a href="/archives/windows-server-2008-rc0-and-windows-server-virtualization-wsv-are-available/">Windows Server Virtualization (WSV)</a>. I summarized and commented them in this post.</p>
<p><strong>MMC-based management console</strong>
It seems Michael Otey, the author, already saw the new console. You won&#8217;t believe it, but WSV got a real graphical user interface, that is one which is based on Microsoft Management Console (MMC 3). I&#8217;ve been waiting for this a long time already. In my view, the web-based user interface of Virtual Server 2005 is the worst Microsoft ever made.</p>
<p><strong>VHD format</strong>
WSW will use Microsoft&#8217;s Virtual Hard Disk (VHD) format. This means that you still can use virtual machines that were created with Virtual Server 2005 and Virtual PC. That was expected.</p>
<p><strong>Support for live backups using VSS (Volume Shadow Copy Service)
</strong>Live backups of virtual machines is certainly a cool feature. However, that is already possible with Virtual Server 2005 R2 SP1 I can&#8217;t wait to try this feature with <a href="/archives/technical-differences-between-dpm-2006-and-dpm-2007/">DPM 2007</a>.</p>
<p><strong>Guest clustering</strong>
WSV supports clustering of virtual machines within the same node (shared SCSI adapter) or across different nodes (iSCSI or Fibre Channel SAN).</p>
<p><strong>Host clustering</strong>
Host clustering is probably more interesting than guest clustering. If your host crashes, all your VMs will be down, too. Otey writes that you can move all your VMs within 10 seconds to a backup node using this feature.</p>
<p><strong>Snapshots</strong>
The possibility of creating snapshots is certainly one of the advantages of virtualization since it allows you to go back to a stable state anytime you messed up your system. In a way Virtual Server 2005 supports this too, but I always found the Undo disk feature a bit complicated to use. Let&#8217;s hope that snapshot support of WSV is as easy-to-use as in VMware&#8217;s products.</p>
<p><strong>32GB RAM per VM</strong>
Virtual Server 2005 R2 only supports 3.6 GB memories per VM, which is not much indeed.</p>
<p><strong>8-way virtual SMP per VM</strong>
Virtual Server supports only a single processor per VM, with WSV you can have up to 8-way virtual SMP (symmetric multi-processing). This only works if the host has enough physical CPUs.</p>
<p><strong>X64 and virtualization-enabled hardware</strong>
I am not sure if this is considered a feature. WSV will only run on x64 hardware and the CPU has to support IntelVT or AMD Virtualization. Whereas it certainly makes sense to run VMs only on 64-bit hardware, it also means that WSV is restricted to new hardware.</p>
<p><strong>Hypervisor-based architecture</strong>
There is no doubt that this is the most interesting feature of WSV. <a href="/archives/the-hypervisor-of-windows-server-longhorn-how-virtualization-works-in-microsoft’s-new-server-os/">Hypervisor-based architecture</a> means that the virtualization software is not running on top of Windows like it is with Virtual Server or VMware Server. Instead WSV is directly running on the hardware which is comparable to VMware ESX Server. The main advantage of this architecture is better performance.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/windows-8-hyper-v/" title="Windows 8 Hyper-V (May 15, 2012)">Windows 8 Hyper-V</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-veeam-one-free-edition-real-time-hyper-v-and-vmware-monitoring/" title="FREE: Veeam ONE Free Edition &#8211; Real-time Hyper-V and VMware monitoring (May 3, 2012)">FREE: Veeam ONE Free Edition &#8211; Real-time Hyper-V and VMware monitoring</a> (0)</li>
	<li><a href="http://4sysops.com/archives/hyper-v-cluster-part-7-custer-shared-volume-and-manage-virtual-machines/" title="Hyper-V cluster &#8211; Part 7: Custer Shared Volume and manage virtual machines (April 16, 2012)">Hyper-V cluster &#8211; Part 7: Custer Shared Volume and manage virtual machines</a> (0)</li>
	<li><a href="http://4sysops.com/archives/hyper-v-cluster-part-6-create-a-cluster/" title="Hyper-V cluster &#8211; Part 6: Create a cluster (April 12, 2012)">Hyper-V cluster &#8211; Part 6: Create a cluster</a> (0)</li>
	<li><a href="http://4sysops.com/archives/hyper-v-cluster-part-5-quorums-and-disk-configuration/" title="Hyper-V cluster &#8211; Part 5: Quorums and disk configuration (April 10, 2012)">Hyper-V cluster &#8211; Part 5: Quorums and disk configuration</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/windows-server-virtualization-wsv-features/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft System Center Virtual Machine Manager (SCVMM) has been released</title>
		<link>http://4sysops.com/archives/microsoft-system-center-virtual-machine-manager-scvmm-has-been-released/</link>
		<comments>http://4sysops.com/archives/microsoft-system-center-virtual-machine-manager-scvmm-has-been-released/#comments</comments>
		<pubDate>Tue, 11 Sep 2007 16:04:22 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[hyper-v]]></category>
		<category><![CDATA[virtual server]]></category>
		<category><![CDATA[vmm]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/microsoft-system-center-virtual-machine-manager-scvmm-has-been-released/</guid>
		<description><![CDATA[<p>Chris Sirrat from the Windows Virtualization Team Blog <a href="http://blogs.technet.com/virtualization/archive/2007/09/06/system-center-virtual-machine-manager-huge-announcements.aspx">announced</a> the release of System Center Virtual Machine Manager (<a href="http://www.microsoft.com/systemcenter/scvmm/default.mspx">SCVMM</a>), Microsoft&#8217;s new centralized management tool for Virtual Server.  As I write this, there only is a complete installation as a VHD (Virtual Hard Disk) available for <a href="http://technet.microsoft.com/en-us/scvmm/bb679927.aspx">download</a>. A 120-day trial version is probably coming soon.</p>
<p>You should have a fast Internet connection if you want to download the five rar files because they add up to 3 GB. Virtualization.info <a href="http://www.virtualization.info/2007/09/release-microsoft-system-center-virtual.html">lists</a>  SCVMM&#8217;s <strong>most interesting features</strong>. The tight integration with Configuration Manager, Operations Manager, and Data Protection Manager sounds quite interesting.</p>
<p>I was surprised that the next version, SCVMM R2, will also support <strong>VMware and Xen</strong>. According to Sirrat, it should be available once <a href="/archives/windows-server-2008-rc0-and-windows-server-virtualization-wsv-are-available/">Windows Server Virtualization (WSV)</a> is released.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/windows-8-hyper-v/" title="Windows 8 Hyper-V (May 15, 2012)">Windows 8 Hyper-V</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-veeam-one-free-edition-real-time-hyper-v-and-vmware-monitoring/" title="FREE: Veeam ONE Free Edition &#8211; Real-time Hyper-V and VMware monitoring (May 3, 2012)">FREE: Veeam ONE Free Edition &#8211; Real-time Hyper-V and VMware monitoring</a> (0)</li>
	<li><a href="http://4sysops.com/archives/hyper-v-cluster-part-7-custer-shared-volume-and-manage-virtual-machines/" title="Hyper-V cluster &#8211; Part 7: Custer Shared Volume and manage virtual machines (April 16, 2012)">Hyper-V cluster </a></li>&#8230;</ul>]]></description>
			<content:encoded><![CDATA[<p>Chris Sirrat from the Windows Virtualization Team Blog <a href="http://blogs.technet.com/virtualization/archive/2007/09/06/system-center-virtual-machine-manager-huge-announcements.aspx">announced</a> the release of System Center Virtual Machine Manager (<a href="http://www.microsoft.com/systemcenter/scvmm/default.mspx">SCVMM</a>), Microsoft&#8217;s new centralized management tool for Virtual Server.  As I write this, there only is a complete installation as a VHD (Virtual Hard Disk) available for <a href="http://technet.microsoft.com/en-us/scvmm/bb679927.aspx">download</a>. A 120-day trial version is probably coming soon.</p>
<p>You should have a fast Internet connection if you want to download the five rar files because they add up to 3 GB. Virtualization.info <a href="http://www.virtualization.info/2007/09/release-microsoft-system-center-virtual.html">lists</a>  SCVMM&#8217;s <strong>most interesting features</strong>. The tight integration with Configuration Manager, Operations Manager, and Data Protection Manager sounds quite interesting.</p>
<p>I was surprised that the next version, SCVMM R2, will also support <strong>VMware and Xen</strong>. According to Sirrat, it should be available once <a href="/archives/windows-server-2008-rc0-and-windows-server-virtualization-wsv-are-available/">Windows Server Virtualization (WSV)</a> is released.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/windows-8-hyper-v/" title="Windows 8 Hyper-V (May 15, 2012)">Windows 8 Hyper-V</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-veeam-one-free-edition-real-time-hyper-v-and-vmware-monitoring/" title="FREE: Veeam ONE Free Edition &#8211; Real-time Hyper-V and VMware monitoring (May 3, 2012)">FREE: Veeam ONE Free Edition &#8211; Real-time Hyper-V and VMware monitoring</a> (0)</li>
	<li><a href="http://4sysops.com/archives/hyper-v-cluster-part-7-custer-shared-volume-and-manage-virtual-machines/" title="Hyper-V cluster &#8211; Part 7: Custer Shared Volume and manage virtual machines (April 16, 2012)">Hyper-V cluster &#8211; Part 7: Custer Shared Volume and manage virtual machines</a> (0)</li>
	<li><a href="http://4sysops.com/archives/hyper-v-cluster-part-6-create-a-cluster/" title="Hyper-V cluster &#8211; Part 6: Create a cluster (April 12, 2012)">Hyper-V cluster &#8211; Part 6: Create a cluster</a> (0)</li>
	<li><a href="http://4sysops.com/archives/hyper-v-cluster-part-5-quorums-and-disk-configuration/" title="Hyper-V cluster &#8211; Part 5: Quorums and disk configuration (April 10, 2012)">Hyper-V cluster &#8211; Part 5: Quorums and disk configuration</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/microsoft-system-center-virtual-machine-manager-scvmm-has-been-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 RC0 and Windows Server Virtualization (WSV) are available</title>
		<link>http://4sysops.com/archives/windows-server-2008-rc0-and-windows-server-virtualization-wsv-are-available/</link>
		<comments>http://4sysops.com/archives/windows-server-2008-rc0-and-windows-server-virtualization-wsv-are-available/#comments</comments>
		<pubDate>Mon, 10 Sep 2007 18:33:56 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[hyper-v]]></category>
		<category><![CDATA[virtual server]]></category>
		<category><![CDATA[windows server 2008]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/windows-server-2008-rc0-and-windows-server-virtualization-wsv-are-available/</guid>
		<description><![CDATA[<p><a href="http://blogs.quality-training.co.uk/blog/_archives/2007/9/6/3211149.html">Andy Malone</a> reports that Windows Server 2008 RC0 is now offered to <strong>TAP customers (Technical Adoption Program)</strong>. He also thinks that it will be available for download on <strong>MSDN</strong> soon. Alessandro Perilli of <a href="http://www.virtualization.info/2007/09/microsoft-releases-viridian-hypervisor.html">virtualization.info</a> has learned that RC0 will contain <strong>Windows Server Virtualization (WSV) aka Viridian</strong>.</p>
<p>According to Malone, Windows Server 2008 is <strong>feature complete</strong> now. This probably also means that the new hypervisor will really become part of the operating system even though the <strong>final of WSV</strong> supposedly will only be released within <strong>180 days of the release of Windows Server 2008</strong>. Perilli is speculating that Microsoft is planning a <strong>hypervisor version for Vista</strong>. That could mean that WSV might not only replace Virtual Server 2005 but also Virtual PC 2007 in the long run.</p>
<p>I always wondered <a href="/archives/the-hypervisor-of-windows-server-longhorn-how-virtualization-works-in-microsoft’s-new-server-os/">how the hypervisor will be integrated in Windows Server 2008</a>. I read before that WSV will be just another <strong>server role</strong>. Although this seems to &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://blogs.quality-training.co.uk/blog/_archives/2007/9/6/3211149.html">Andy Malone</a> reports that Windows Server 2008 RC0 is now offered to <strong>TAP customers (Technical Adoption Program)</strong>. He also thinks that it will be available for download on <strong>MSDN</strong> soon. Alessandro Perilli of <a href="http://www.virtualization.info/2007/09/microsoft-releases-viridian-hypervisor.html">virtualization.info</a> has learned that RC0 will contain <strong>Windows Server Virtualization (WSV) aka Viridian</strong>.</p>
<p>According to Malone, Windows Server 2008 is <strong>feature complete</strong> now. This probably also means that the new hypervisor will really become part of the operating system even though the <strong>final of WSV</strong> supposedly will only be released within <strong>180 days of the release of Windows Server 2008</strong>. Perilli is speculating that Microsoft is planning a <strong>hypervisor version for Vista</strong>. That could mean that WSV might not only replace Virtual Server 2005 but also Virtual PC 2007 in the long run.</p>
<p>I always wondered <a href="/archives/the-hypervisor-of-windows-server-longhorn-how-virtualization-works-in-microsoft’s-new-server-os/">how the hypervisor will be integrated in Windows Server 2008</a>. I read before that WSV will be just another <strong>server role</strong>. Although this seems to be true, adding the WSV role changes more than usual. It will transform the OS in <strong>hypervisor mode</strong> which means that Windows will be moved to the so-called <strong>parent partition</strong>.</p>
<p>This is comparable to VMware&#8217;s <strong>ESX Server</strong>. VMware just utilizes a version of Red Hat Linux instead of Windows. One advantage of WSV over ESX will be that the device driver support for Windows is a bit better. ESX will certainly have more advantages, especially because Microsoft <a href="http://www.windowsitpro.com/mobile/Article.cfm?ArticleID=96121"><strong>dropped</strong></a><strong> some very important WSV features</strong> (live migration capabilities, support for up to 32 processor cores, hot-adding of storage, networking hardware, memory, and processors).</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/windows-8-hyper-v/" title="Windows 8 Hyper-V (May 15, 2012)">Windows 8 Hyper-V</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-veeam-one-free-edition-real-time-hyper-v-and-vmware-monitoring/" title="FREE: Veeam ONE Free Edition &#8211; Real-time Hyper-V and VMware monitoring (May 3, 2012)">FREE: Veeam ONE Free Edition &#8211; Real-time Hyper-V and VMware monitoring</a> (0)</li>
	<li><a href="http://4sysops.com/archives/hyper-v-cluster-part-7-custer-shared-volume-and-manage-virtual-machines/" title="Hyper-V cluster &#8211; Part 7: Custer Shared Volume and manage virtual machines (April 16, 2012)">Hyper-V cluster &#8211; Part 7: Custer Shared Volume and manage virtual machines</a> (0)</li>
	<li><a href="http://4sysops.com/archives/hyper-v-cluster-part-6-create-a-cluster/" title="Hyper-V cluster &#8211; Part 6: Create a cluster (April 12, 2012)">Hyper-V cluster &#8211; Part 6: Create a cluster</a> (0)</li>
	<li><a href="http://4sysops.com/archives/hyper-v-cluster-part-5-quorums-and-disk-configuration/" title="Hyper-V cluster &#8211; Part 5: Quorums and disk configuration (April 10, 2012)">Hyper-V cluster &#8211; Part 5: Quorums and disk configuration</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/windows-server-2008-rc0-and-windows-server-virtualization-wsv-are-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft’s new Virtualization Web site</title>
		<link>http://4sysops.com/archives/microsoft%e2%80%99s-new-virtualization-web-site/</link>
		<comments>http://4sysops.com/archives/microsoft%e2%80%99s-new-virtualization-web-site/#comments</comments>
		<pubDate>Thu, 16 Aug 2007 16:24:51 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[virtual server]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/microsoft%e2%80%99s-new-virtualization-web-site/</guid>
		<description><![CDATA[<p>Microsoft has a new <a href="http://www.microsoft.com/windowsserversystem/virtualization/default.mspx">site</a> dedicated to virtualization. It is mostly a <strong>marketing site</strong>, but they also have <strong>some valuable information</strong>. I found two or three new <strong>interesting blogs</strong> in the Resources section and there are also some technical white papers.</p>
<p>I am usually not so much into marketing texts, however this <strong>slogan</strong> could be useful if you ever try to get money from your boss for virtualization technology:</p>
<blockquote><p>Welcome to the world of virtualization &#8211; where all of this is reality, and virtually anything is possible.</p></blockquote>
<p>You can consider &#8220;all&#8221; as a variable that can be replaced with anything that comes to your mind in a real or virtual meeting with your boss. In the solutions section, you&#8217;ll find all <strong>Microsoft virtualization products</strong>: Softgrid, Virtual Server, Windows Storage Server / Data Protection Manager (?), Network Virtualization, Virtual PC, and Terminal Services (?).</p>
<p>I don&#8217;t understand why backup software like <a href="/archives/review-microsoft-data-protection-manager-version-2-dpm-v2/">Data Protection Manager</a> should be considered as &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Microsoft has a new <a href="http://www.microsoft.com/windowsserversystem/virtualization/default.mspx">site</a> dedicated to virtualization. It is mostly a <strong>marketing site</strong>, but they also have <strong>some valuable information</strong>. I found two or three new <strong>interesting blogs</strong> in the Resources section and there are also some technical white papers.</p>
<p>I am usually not so much into marketing texts, however this <strong>slogan</strong> could be useful if you ever try to get money from your boss for virtualization technology:</p>
<blockquote><p>Welcome to the world of virtualization &#8211; where all of this is reality, and virtually anything is possible.</p></blockquote>
<p>You can consider &#8220;all&#8221; as a variable that can be replaced with anything that comes to your mind in a real or virtual meeting with your boss. In the solutions section, you&#8217;ll find all <strong>Microsoft virtualization products</strong>: Softgrid, Virtual Server, Windows Storage Server / Data Protection Manager (?), Network Virtualization, Virtual PC, and Terminal Services (?).</p>
<p>I don&#8217;t understand why backup software like <a href="/archives/review-microsoft-data-protection-manager-version-2-dpm-v2/">Data Protection Manager</a> should be considered as a virtualization solution. And <a href="/archives/windows-server-2008-terminal-services-new-features-part-1/">Terminal Services</a>? If any system that allows multiple concurrent logons is a virtualization solution then our software world is much more virtualized than I thought.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/microsoft-management-summit-2012-what-you-missed/" title="Microsoft Management Summit 2012 &#8211; What you missed (May 4, 2012)">Microsoft Management Summit 2012 &#8211; What you missed</a> (4)</li>
	<li><a href="http://4sysops.com/archives/will-windows-8-be-a-mess-or-a-success-vista-or-windows-95-successor/" title="Will Windows 8 be a mess or a success? Vista or Windows 95 successor? (February 29, 2012)">Will Windows 8 be a mess or a success? Vista or Windows 95 successor?</a> (14)</li>
	<li><a href="http://4sysops.com/archives/the-evolution-of-microsoft-certification/" title="The evolution of Microsoft certification (November 11, 2011)">The evolution of Microsoft certification</a> (2)</li>
	<li><a href="http://4sysops.com/archives/what-does-the-r2-mean-in-windows-server-2008-r2/" title="What does the &#8216;R2&#8242; mean in Windows Server 2008 R2? (November 3, 2011)">What does the &#8216;R2&#8242; mean in Windows Server 2008 R2?</a> (1)</li>
	<li><a href="http://4sysops.com/archives/windows-8-the-pc-is-dead-long-live-the-pc/" title="Windows 8: The PC is dead, long live the PC (September 19, 2011)">Windows 8: The PC is dead, long live the PC</a> (5)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/microsoft%e2%80%99s-new-virtualization-web-site/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Review: VMRCplus &#8211; A GUI tool to manage Microsoft Virtual Server 2005 R2</title>
		<link>http://4sysops.com/archives/review-vmrcplus-a-gui-tool-to-manage-microsoft-virtual-server-2005-r2/</link>
		<comments>http://4sysops.com/archives/review-vmrcplus-a-gui-tool-to-manage-microsoft-virtual-server-2005-r2/#comments</comments>
		<pubDate>Tue, 10 Jul 2007 15:12:01 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[virtual server]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/review-vmrcplus-a-gui-tool-to-manage-microsoft-virtual-server-2005-r2/</guid>
		<description><![CDATA[<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=80adc08c-bfc6-4c3a-b4f1-772f550ae791&#38;DisplayLang=en">VMRCplus</a> is a free new Microsoft tool for <strong>Virtual Server 2005 R2</strong>. It allows you to configure Virtual Server and to manage virtual machines with a real (graphical) interface. Today, I had a quick look at this nifty tool.</p>
<p>Some days ago, one of our admins who is responsible for our virtual servers was asking me if I know of a better way to backup virtual machines under VMware Server. At the moment, we shut down the VMs before we secure the virtual disk files. I replied to her, that I don&#8217;t know of a better option for VMware Server, but that we could consider moving to Microsoft&#8217;s Virtual Server once <a href="/archives/review-microsoft-data-protection-manager-version-2-dpm-v2/">DPM 2007</a> becomes available. She was twisting her mouth then and said &#8220;<strong>Doesn&#8217;t Virtual Server have a web-based interface only?</strong>&#8221;</p>
<p>Only a day later I have read of VMRCplus. Of course, I was eager to test the tool. Installation was easy and fast. When I started &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=80adc08c-bfc6-4c3a-b4f1-772f550ae791&amp;DisplayLang=en">VMRCplus</a> is a free new Microsoft tool for <strong>Virtual Server 2005 R2</strong>. It allows you to configure Virtual Server and to manage virtual machines with a real (graphical) interface. Today, I had a quick look at this nifty tool.</p>
<p>Some days ago, one of our admins who is responsible for our virtual servers was asking me if I know of a better way to backup virtual machines under VMware Server. At the moment, we shut down the VMs before we secure the virtual disk files. I replied to her, that I don&#8217;t know of a better option for VMware Server, but that we could consider moving to Microsoft&#8217;s Virtual Server once <a href="/archives/review-microsoft-data-protection-manager-version-2-dpm-v2/">DPM 2007</a> becomes available. She was twisting her mouth then and said &#8220;<strong>Doesn&#8217;t Virtual Server have a web-based interface only?</strong>&#8221;</p>
<p>Only a day later I have read of VMRCplus. Of course, I was eager to test the tool. Installation was easy and fast. When I started it, the tool complained that I don&#8217;t have <strong>service pack 1</strong> for Virtual Server installed. However, it worked anyway. To be sure, I updated my test server to Virtual Server 2005 R2 SP1.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2007/07/vmrcplus_guest_manager.png" title="VMRCPlus Guest Manager" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2007/07/vmrcplus_guest_manager.png','VMRCPlus Guest Manager',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2007/07/vmrcplus_guest_manager.thumbnail.png" title="VMRCPlus Guest Manager" alt="VMRCPlus Guest Manager" align="right" /></a>VMRCplus consists of two tools, the <strong>Guest Manager</strong> and the <strong>Console Manager</strong>. The Guest Manager is for configuring Virtual Server, that is the virtual disks, the virtual networks etc., and for <strong>configuring the virtual machines</strong>. I was pleased to see that VMRCplus supports all settings of the web interface. At least, I found everything I was looking for.</p>
<p>You can start a <strong>Guest Console</strong> from the context menu of a virtual machine. If the VM is off, it will automatically boot up. Like with the VMRC tool that comes with Virtual Server, you can use the Guest Console to logon to the VM.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2007/07/vmrcplus_console_manager.png" title="VMRCPlus Console Manager" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2007/07/vmrcplus_console_manager.png','VMRCPlus Console Manager',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2007/07/vmrcplus_console_manager.thumbnail.png" title="VMRCPlus Console Manager" alt="VMRCPlus Console Manager" align="right" /></a>However, the console of VMRCplus offers <strong>some more options</strong> than the ultra simple VMRC tool. For example, you can mount CD/DVD drives, load ISO images, save states and access the guest&#8217;s hardware properties. You can also paste text you copied to the Windows clipboard on the host. The Guest Console has an extra menu point for this feature. So you can&#8217;t just use copy and paste directly to the guest system like with VMware Server and it is not possible to copy text from the guest to the host.</p>
<p>There are some more <strong>drawbacks</strong>. You can use VMRCplus to remotely manage a Virtual Server only if the host is in the same <strong>Windows domain</strong> as your desktop. It took me quite a while to figure this out because the error message just says &#8220;The virtual server service on <em>server name</em> does not exist or is unavailable or you may not have sufficient permissions to connect to Virtual Server&#8221;. Since I was able to connect to the same Virtual Server using VMRC, I thought it is just a configuration issue. Well, I should have checked the help file of VMRCplus earlier.</p>
<p>VMRCplus seems to support <strong>snapshots</strong> just like you know in VMware. However, this didn&#8217;t work in my test. I was able to create snapshots, but the sub menus of &#8220;Restore Snapshot&#8221; always stayed grayed out, regardless of whether the VM was on or off. It seems I am not the only one having this problem. Read the first <a href="http://blogs.technet.com/matthts/archive/2007/07/03/the-history-of-vmrcplus.aspx">comment</a> in the weblog of VMRCplus&#8217; creator.</p>
<p>The biggest problem with this tool however is that there is <strong>no official support</strong>. If you read the <a href="http://blogs.technet.com/matthts/archive/2007/07/03/the-history-of-vmrcplus.aspx">history of VMRCplus</a>, you will recognize that this tool is just a hack of someone who was somewhat unsatisfied with the official interface of Virtual Server. (I can understand that very well.) So, the question is, how reliable is VMRCplus? During my test it happened once that my keyboard and mouse were blocked off while I was managing a guest system. I had to log off from the host to make it work again.</p>
<p>Please, check out <a href="http://blogs.technet.com/keithcombs/archive/2007/06/27/vmrcplus-goes-public-download-now.aspx">Keith Combs&#8217; Blahg</a> for a complete feature list. All in all, I think,  VMRCplus is a step in the right direction. However, Virtual Server still can&#8217;t compete with VMWare Server when it comes to usability. Thus, I hope that Microsoft will trash this ugly web-based interface in the near future and give us a full-blown MMC interface for Virtual Server. Otherwise, it will most likely be hard to convince our VMware admin to move to Microsoft&#8217;s virtualization solution.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/free-vhd-tool-create-convert-and-extend-a-vhd-quickly/" title="FREE: VHD tool &#8211; Create, convert, and extend a VHD quickly (April 24, 2009)">FREE: VHD tool &#8211; Create, convert, and extend a VHD quickly</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-vmdk2vhd-convert-vmware-vmdk-to-hyper-v-vhd/" title="FREE: Vmdk2Vhd &#8211; Convert VMware VMDK to Hyper-V VHD (March 6, 2009)">FREE: Vmdk2Vhd &#8211; Convert VMware VMDK to Hyper-V VHD</a> (2)</li>
	<li><a href="http://4sysops.com/archives/free-vhd-resizer-shrink-or-expand-a-hyper-v-vhd/" title="FREE: VHD Resizer &#8211; Shrink or Expand a Hyper-V VHD (March 2, 2009)">FREE: VHD Resizer &#8211; Shrink or Expand a Hyper-V VHD</a> (12)</li>
	<li><a href="http://4sysops.com/archives/seven-disadvantages-of-server-virtualization/" title="Seven disadvantages of server virtualization (July 3, 2008)">Seven disadvantages of server virtualization</a> (19)</li>
	<li><a href="http://4sysops.com/archives/review-system-center-virtual-machine-manager-2008-vmm-2008-first-impression/" title="Review: System Center Virtual Machine Manager 2008 (VMM 2008) &#8211; first impression (May 6, 2008)">Review: System Center Virtual Machine Manager 2008 (VMM 2008) &#8211; first impression</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/review-vmrcplus-a-gui-tool-to-manage-microsoft-virtual-server-2005-r2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Release date of VMware Server 2.0 in mid-September</title>
		<link>http://4sysops.com/archives/release-date-of-vmware-server-20-in-mid-september/</link>
		<comments>http://4sysops.com/archives/release-date-of-vmware-server-20-in-mid-september/#comments</comments>
		<pubDate>Mon, 09 Jul 2007 17:50:23 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[virtual server]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/release-date-of-vmware-server-20-in-mid-september/</guid>
		<description><![CDATA[<p><a href="http://www.virtualization.info/2007/07/vmware-to-launch-server-20-at-vmworld.html">Virtualization.info</a> reports that there will be a session about VMware Infrastructure VMware Server 2.0 at <a href="http://www.vmware.com/vmworld/">VMware World 2007</a> where they also will discuss some of the <strong>new features of VMware Server 2</strong>.</p>
<p>There is a fair chance that VMware might at least announce the <strong>release date of VMware Server 2.0</strong>. Since the current version number is just 1, it should be a major release. My biggest hope is that it will support VSS (Volume Shadow Copy Service) on Windows hosts. In my view, this is the only major advantage of Virtual Server 2005 R2 SP1 over VMware Server 1. Without VSS support for VMware Server, we will most likely move sooner or later to Microsoft&#8217;s Virtualization solution.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/free-veeam-one-free-edition-real-time-hyper-v-and-vmware-monitoring/" title="FREE: Veeam ONE Free Edition &#8211; Real-time Hyper-V and VMware monitoring (May 3, 2012)">FREE: Veeam ONE Free Edition &#8211; Real-time Hyper-V and VMware monitoring</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-vworkspace-desktop-optimizer-optimize-vdi-performance/" title="FREE: vWorkspace Desktop Optimizer &#8211; Optimize VDI performance (September 15, 2011)">FREE: vWorkspace Desktop Optimizer &#8211; Optimize VDI performance</a> (0)</li>
	<li><a href="http://4sysops.com/archives/scvmm-2012-review-part-5-integrating-with-vmware-and-citrix-xenserver-cluster-patching/" title="SCVMM 2012 review &#8211; Part 5: Integrating with VMware and Citrix XenServer, Cluster patching (June 2, 2011)">SCVMM 2012 review &#8211; Part 5: Integrating with VMware </a></li>&#8230;</ul>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.virtualization.info/2007/07/vmware-to-launch-server-20-at-vmworld.html">Virtualization.info</a> reports that there will be a session about VMware Infrastructure VMware Server 2.0 at <a href="http://www.vmware.com/vmworld/">VMware World 2007</a> where they also will discuss some of the <strong>new features of VMware Server 2</strong>.</p>
<p>There is a fair chance that VMware might at least announce the <strong>release date of VMware Server 2.0</strong>. Since the current version number is just 1, it should be a major release. My biggest hope is that it will support VSS (Volume Shadow Copy Service) on Windows hosts. In my view, this is the only major advantage of Virtual Server 2005 R2 SP1 over VMware Server 1. Without VSS support for VMware Server, we will most likely move sooner or later to Microsoft&#8217;s Virtualization solution.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/free-veeam-one-free-edition-real-time-hyper-v-and-vmware-monitoring/" title="FREE: Veeam ONE Free Edition &#8211; Real-time Hyper-V and VMware monitoring (May 3, 2012)">FREE: Veeam ONE Free Edition &#8211; Real-time Hyper-V and VMware monitoring</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-vworkspace-desktop-optimizer-optimize-vdi-performance/" title="FREE: vWorkspace Desktop Optimizer &#8211; Optimize VDI performance (September 15, 2011)">FREE: vWorkspace Desktop Optimizer &#8211; Optimize VDI performance</a> (0)</li>
	<li><a href="http://4sysops.com/archives/scvmm-2012-review-part-5-integrating-with-vmware-and-citrix-xenserver-cluster-patching/" title="SCVMM 2012 review &#8211; Part 5: Integrating with VMware and Citrix XenServer, Cluster patching (June 2, 2011)">SCVMM 2012 review &#8211; Part 5: Integrating with VMware and Citrix XenServer, Cluster patching</a> (0)</li>
	<li><a href="http://4sysops.com/archives/vmware-backups-troubleshoot-the-consolidate-helper-0-backup-error/" title="VMware Backups &#8211; Troubleshoot the Consolidate Helper-0 backup error (May 30, 2011)">VMware Backups &#8211; Troubleshoot the Consolidate Helper-0 backup error</a> (2)</li>
	<li><a href="http://4sysops.com/archives/installing-a-driver-in-an-existing-vmware-vsphere-4-1-esxesxi-host/" title="Installing a driver in an existing VMware vSphere 4.1 ESX/ESXi host (May 3, 2011)">Installing a driver in an existing VMware vSphere 4.1 ESX/ESXi host</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/release-date-of-vmware-server-20-in-mid-september/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Virtual Server 2005 R2 SP1 new features</title>
		<link>http://4sysops.com/archives/virtual-server-2005-r2-sp1-new-features/</link>
		<comments>http://4sysops.com/archives/virtual-server-2005-r2-sp1-new-features/#comments</comments>
		<pubDate>Tue, 12 Jun 2007 18:20:23 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[virtual server]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/virtual-server-2005-r2-sp1-new-features/</guid>
		<description><![CDATA[<p>Microsoft finally released <a href="http://www.microsoft.com/technet/prodtechnol/eval/virtualserver/default.mspx">Service Pack 1 for Virtual Server 2005 R2</a>.  I agree with <a href="http://windowsconnected.com/blogs/joshs_blog/archive/2007/06/11/microsoft-virtual-server-2005-r2-sp1.aspx">Josh</a> that &#8220;Virtual Server 2005 R2 SP1&#8243; is not really an ideal product name. Considering the new features, Virtual Server 2007 might have been better name.</p>
<p><strong>Volume Shadow Service (VSS) Support:</strong> This allows you to perform live backups of virtual machines by creating snapshots. <a href="/archives/review-microsoft-data-protection-manager-version-2-dpm-v2/">Microsoft Data Protection Manager 2007</a> will support such <a href="/archives/life-backup-of-a-virtual-machine-with-virtual-server-2005-r2-sp1-using-volume-shadow-copy-service-vss/">online backups of Virtual Server machines</a>.</p>
<p><strong>Support of AMD Virtualization Technology (AMD-V) and Intel Virtualization Technology (IVT):</strong> Essentially, this will improve performance. If you want to learn more about this topic, I recommend this <a href="http://en.wikipedia.org/wiki/X86_virtualization">Wikipedia article</a>.</p>
<p><strong>Offline VHD Mounting:</strong> You can now mount a VHD file even if the virtual machine is offline. This is useful for detecting and removing viruses and rootkits.</p>
<p><strong>Active Directory integration:</strong> Virtual Server can now store its <a href="http://technet2.microsoft.com/WindowsServer/en/library/10eafb54-ddde-4741-a71d-162451d2868f1033.mspx?mfr=true">binding information as a Service Connection Point</a> (SCP) in Active Directory. This enables you to search for Virtual Server &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Microsoft finally released <a href="http://www.microsoft.com/technet/prodtechnol/eval/virtualserver/default.mspx">Service Pack 1 for Virtual Server 2005 R2</a>.  I agree with <a href="http://windowsconnected.com/blogs/joshs_blog/archive/2007/06/11/microsoft-virtual-server-2005-r2-sp1.aspx">Josh</a> that &#8220;Virtual Server 2005 R2 SP1&#8243; is not really an ideal product name. Considering the new features, Virtual Server 2007 might have been better name.</p>
<p><strong>Volume Shadow Service (VSS) Support:</strong> This allows you to perform live backups of virtual machines by creating snapshots. <a href="/archives/review-microsoft-data-protection-manager-version-2-dpm-v2/">Microsoft Data Protection Manager 2007</a> will support such <a href="/archives/life-backup-of-a-virtual-machine-with-virtual-server-2005-r2-sp1-using-volume-shadow-copy-service-vss/">online backups of Virtual Server machines</a>.</p>
<p><strong>Support of AMD Virtualization Technology (AMD-V) and Intel Virtualization Technology (IVT):</strong> Essentially, this will improve performance. If you want to learn more about this topic, I recommend this <a href="http://en.wikipedia.org/wiki/X86_virtualization">Wikipedia article</a>.</p>
<p><strong>Offline VHD Mounting:</strong> You can now mount a VHD file even if the virtual machine is offline. This is useful for detecting and removing viruses and rootkits.</p>
<p><strong>Active Directory integration:</strong> Virtual Server can now store its <a href="http://technet2.microsoft.com/WindowsServer/en/library/10eafb54-ddde-4741-a71d-162451d2868f1033.mspx?mfr=true">binding information as a Service Connection Point</a> (SCP) in Active Directory. This enables you to search for Virtual Server installations in the forest.</p>
<p><strong>Improved scalability for 64 bit hosts: </strong>x64-based hosts can now run up to 512 VMs using 256 GB memory. 32-bit hosts still only support up to 64 guests.</p>
<p><strong>Host clustering: </strong>This feature is interesting if you have non-cluster-aware apps. You can improve the availability of those apps by clustering guest systems. Please, check out this new <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=09cc042b-154f-4eba-a548-89282d6eb1b3&amp;displaylang=en">white paper</a> for more information.</p>
<p>The most interesting feature is the VSS support, in my view. Until recently, live backups of virtual machines were a feature of expensive high-end virtualization solutions. We are still using VMware Server, but <a href="/archives/life-backup-of-a-virtual-machine-with-virtual-server-2005-r2-sp1-using-volume-shadow-copy-service-vss/">VSS support for Virtual Server</a> might be a knock-down feature for us since we are also planning to use <a href="/archives/review-microsoft-data-protection-manager-version-2-dpm-v2/">DPM 2007</a> as soon as the final is available.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/free-vhd-tool-create-convert-and-extend-a-vhd-quickly/" title="FREE: VHD tool &#8211; Create, convert, and extend a VHD quickly (April 24, 2009)">FREE: VHD tool &#8211; Create, convert, and extend a VHD quickly</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-vmdk2vhd-convert-vmware-vmdk-to-hyper-v-vhd/" title="FREE: Vmdk2Vhd &#8211; Convert VMware VMDK to Hyper-V VHD (March 6, 2009)">FREE: Vmdk2Vhd &#8211; Convert VMware VMDK to Hyper-V VHD</a> (2)</li>
	<li><a href="http://4sysops.com/archives/free-vhd-resizer-shrink-or-expand-a-hyper-v-vhd/" title="FREE: VHD Resizer &#8211; Shrink or Expand a Hyper-V VHD (March 2, 2009)">FREE: VHD Resizer &#8211; Shrink or Expand a Hyper-V VHD</a> (12)</li>
	<li><a href="http://4sysops.com/archives/seven-disadvantages-of-server-virtualization/" title="Seven disadvantages of server virtualization (July 3, 2008)">Seven disadvantages of server virtualization</a> (19)</li>
	<li><a href="http://4sysops.com/archives/review-system-center-virtual-machine-manager-2008-vmm-2008-first-impression/" title="Review: System Center Virtual Machine Manager 2008 (VMM 2008) &#8211; first impression (May 6, 2008)">Review: System Center Virtual Machine Manager 2008 (VMM 2008) &#8211; first impression</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/virtual-server-2005-r2-sp1-new-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtual Server 2005 R2 SP1 and Windows Server Virtualization (WSV) will be delayed</title>
		<link>http://4sysops.com/archives/virtual-server-2005-r2-sp1-and-windows-server-virtualization-wsv-will-be-delayed/</link>
		<comments>http://4sysops.com/archives/virtual-server-2005-r2-sp1-and-windows-server-virtualization-wsv-will-be-delayed/#comments</comments>
		<pubDate>Fri, 13 Apr 2007 20:34:18 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[virtual server]]></category>
		<category><![CDATA[windows server]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/virtual-server-2005-r2-sp1-and-windows-server-virtualization-wsv-will-be-delayed/</guid>
		<description><![CDATA[<p>The Windows Server Division WebLog <a href="http://blogs.technet.com/windowsserver/archive/2007/04/12/Viridian-and-Virtual-Server-Timing-Updates.aspx">reported</a> that the public beta of Windows Server Virtualization (a.k.a. &#8220;Viridian&#8221;) will be available only in the second half of 2007, not in the first half, as previously planned. I have expected Virtual Server 2005 R2 SP1 to be released these days, but it will probably be shipped in Q2 only. I think that both virtualization products are very interesting, so I am a little disappointed to have to wait a little longer to get my hands on them.</p>
<p><a href="/archives/life-backup-of-a-virtual-machine-with-virtual-server-2005-r2-sp1-using-volume-shadow-copy-service-vss/">Virtual Server 2005 R2 SP1, mostly because of its VSS support,</a> and Windows Server Virtualization certainly will change the virtualization landscape drastically. You probably know that <a href="http://4sysops.com/archives/the-hypervisor-of-windows-server-longhorn-how-virtualization-works-in-microsoft’s-new-server-os/">WSV will become highly integrated with Windows Server Longhorn</a>. I&#8217;ve been reading quite a few articles about it, but since I wasn&#8217;t able to test it myself it is hard to say what it will mean for Windows administrators. One thing is for sure, though, it will change a &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>The Windows Server Division WebLog <a href="http://blogs.technet.com/windowsserver/archive/2007/04/12/Viridian-and-Virtual-Server-Timing-Updates.aspx">reported</a> that the public beta of Windows Server Virtualization (a.k.a. &#8220;Viridian&#8221;) will be available only in the second half of 2007, not in the first half, as previously planned. I have expected Virtual Server 2005 R2 SP1 to be released these days, but it will probably be shipped in Q2 only. I think that both virtualization products are very interesting, so I am a little disappointed to have to wait a little longer to get my hands on them.</p>
<p><a href="/archives/life-backup-of-a-virtual-machine-with-virtual-server-2005-r2-sp1-using-volume-shadow-copy-service-vss/">Virtual Server 2005 R2 SP1, mostly because of its VSS support,</a> and Windows Server Virtualization certainly will change the virtualization landscape drastically. You probably know that <a href="http://4sysops.com/archives/the-hypervisor-of-windows-server-longhorn-how-virtualization-works-in-microsoft’s-new-server-os/">WSV will become highly integrated with Windows Server Longhorn</a>. I&#8217;ve been reading quite a few articles about it, but since I wasn&#8217;t able to test it myself it is hard to say what it will mean for Windows administrators. One thing is for sure, though, it will change a lot. Check out page 9 in <a href="http://download.microsoft.com/download/5/b/9/5b97017b-e28a-4bae-ba48-174cf47d23cd/SER125_WH06.ppt">this</a> PowerPoint presentation if you want to get an idea how important virtualization will be in Longhorn Server.</p>
<p>By the way, it seems that the release date of Longhorn is approaching rapidly now. I&#8217;ve been asked to take part in a Microsoft workshop for journalists about Longhorn in Rome at the beginning of May. If Microsoft starts promoting a product this way, it usually means that the ship date is not too far away. It is probably only a matter of days until the Beta 3 will become available. So, I think, it&#8217;s time to get occupied with the next era in Windows administration.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/free-vhd-tool-create-convert-and-extend-a-vhd-quickly/" title="FREE: VHD tool &#8211; Create, convert, and extend a VHD quickly (April 24, 2009)">FREE: VHD tool &#8211; Create, convert, and extend a VHD quickly</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-vmdk2vhd-convert-vmware-vmdk-to-hyper-v-vhd/" title="FREE: Vmdk2Vhd &#8211; Convert VMware VMDK to Hyper-V VHD (March 6, 2009)">FREE: Vmdk2Vhd &#8211; Convert VMware VMDK to Hyper-V VHD</a> (2)</li>
	<li><a href="http://4sysops.com/archives/free-vhd-resizer-shrink-or-expand-a-hyper-v-vhd/" title="FREE: VHD Resizer &#8211; Shrink or Expand a Hyper-V VHD (March 2, 2009)">FREE: VHD Resizer &#8211; Shrink or Expand a Hyper-V VHD</a> (12)</li>
	<li><a href="http://4sysops.com/archives/seven-disadvantages-of-server-virtualization/" title="Seven disadvantages of server virtualization (July 3, 2008)">Seven disadvantages of server virtualization</a> (19)</li>
	<li><a href="http://4sysops.com/archives/review-system-center-virtual-machine-manager-2008-vmm-2008-first-impression/" title="Review: System Center Virtual Machine Manager 2008 (VMM 2008) &#8211; first impression (May 6, 2008)">Review: System Center Virtual Machine Manager 2008 (VMM 2008) &#8211; first impression</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/virtual-server-2005-r2-sp1-and-windows-server-virtualization-wsv-will-be-delayed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The hypervisor of Windows Server Longhorn: How virtualization works in Microsoft’s new server OS</title>
		<link>http://4sysops.com/archives/the-hypervisor-of-windows-server-longhorn-how-virtualization-works-in-microsoft%e2%80%99s-new-server-os/</link>
		<comments>http://4sysops.com/archives/the-hypervisor-of-windows-server-longhorn-how-virtualization-works-in-microsoft%e2%80%99s-new-server-os/#comments</comments>
		<pubDate>Tue, 31 Oct 2006 19:45:25 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[hyper-v]]></category>
		<category><![CDATA[virtual server]]></category>
		<category><![CDATA[windows server]]></category>
		<category><![CDATA[windows server 2008]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/the-hypervisor-of-windows-server-longhorn-how-virtualization-works-in-microsoft%e2%80%99s-new-server-os/</guid>
		<description><![CDATA[<p>Robert L. Mitchel wrote an interesting <a href="http://www.computerworld.com/blogs/node/3844">article</a> about the virtualization technology in <strong>Windows Server Longhorn</strong>. I&#8217;ve read several times that Longhorn will come with its own <strong>hypervisor</strong>, which always confused me. I didn&#8217;t understand how a typical guest operating system can have a hypervisor because I thought a hypervisor is just some kind of an OS.</p>
<p>For me, a hypervisor was just a piece for software that runs directly on hardware <strong>partitioning CPUs, memory</strong>, etc. for <strong>guest operating systems</strong>. The only difference to a typical OS is that it runs other operating systems instead of applications. Well, I just learned that this only is half  the truth.</p>
<p>Longhorn&#8217;s hypervisor still needs an <strong>instance of Windows Server</strong> running in the <strong>parent partition</strong>. However, Windows Server will run &#8220;on top&#8221; rather than underneath of the hypervisor. This basically seems to mean that the hypervisor just utilizes the device drivers of Windows Server. If I understand it right, &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Robert L. Mitchel wrote an interesting <a href="http://www.computerworld.com/blogs/node/3844">article</a> about the virtualization technology in <strong>Windows Server Longhorn</strong>. I&#8217;ve read several times that Longhorn will come with its own <strong>hypervisor</strong>, which always confused me. I didn&#8217;t understand how a typical guest operating system can have a hypervisor because I thought a hypervisor is just some kind of an OS.</p>
<p>For me, a hypervisor was just a piece for software that runs directly on hardware <strong>partitioning CPUs, memory</strong>, etc. for <strong>guest operating systems</strong>. The only difference to a typical OS is that it runs other operating systems instead of applications. Well, I just learned that this only is half  the truth.</p>
<p>Longhorn&#8217;s hypervisor still needs an <strong>instance of Windows Server</strong> running in the <strong>parent partition</strong>. However, Windows Server will run &#8220;on top&#8221; rather than underneath of the hypervisor. This basically seems to mean that the hypervisor just utilizes the device drivers of Windows Server. If I understand it right, then this is what is meant by the term &#8220;<strong>built-in-hypervisor</strong>&#8220;.</p>
<p>I also recommend reading the third comment of the article. An anonymous reader goes into more details there. If what &#8220;she&#8221; says is correct, then <strong>VMware ESX Server</strong> works in a similar way, just that it runs a <strong>light version of Red Hat Linux</strong> in the parent partition. This is similar to Longhorn&#8217;s hypervisor as it only needs <a href="http://www.redmondmag.com/features/article.asp?EditorialsID=640">Server Core</a> which can also be considered as a light version of Windows Server Longhorn.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/windows-8-hyper-v/" title="Windows 8 Hyper-V (May 15, 2012)">Windows 8 Hyper-V</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-veeam-one-free-edition-real-time-hyper-v-and-vmware-monitoring/" title="FREE: Veeam ONE Free Edition &#8211; Real-time Hyper-V and VMware monitoring (May 3, 2012)">FREE: Veeam ONE Free Edition &#8211; Real-time Hyper-V and VMware monitoring</a> (0)</li>
	<li><a href="http://4sysops.com/archives/hyper-v-cluster-part-7-custer-shared-volume-and-manage-virtual-machines/" title="Hyper-V cluster &#8211; Part 7: Custer Shared Volume and manage virtual machines (April 16, 2012)">Hyper-V cluster &#8211; Part 7: Custer Shared Volume and manage virtual machines</a> (0)</li>
	<li><a href="http://4sysops.com/archives/hyper-v-cluster-part-6-create-a-cluster/" title="Hyper-V cluster &#8211; Part 6: Create a cluster (April 12, 2012)">Hyper-V cluster &#8211; Part 6: Create a cluster</a> (0)</li>
	<li><a href="http://4sysops.com/archives/hyper-v-cluster-part-5-quorums-and-disk-configuration/" title="Hyper-V cluster &#8211; Part 5: Quorums and disk configuration (April 10, 2012)">Hyper-V cluster &#8211; Part 5: Quorums and disk configuration</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/the-hypervisor-of-windows-server-longhorn-how-virtualization-works-in-microsoft%e2%80%99s-new-server-os/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

