<?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; vmm</title>
	<atom:link href="http://4sysops.com/archives/tag/vmm/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>System Center Virtual Machine Manager 2012 review &#8211; Part 1: What is new and installation</title>
		<link>http://4sysops.com/archives/systems-center-virtual-machine-manager-2012-review-part-1-whats-new-installation/</link>
		<comments>http://4sysops.com/archives/systems-center-virtual-machine-manager-2012-review-part-1-whats-new-installation/#comments</comments>
		<pubDate>Mon, 23 May 2011 22:00:09 +0000</pubDate>
		<dc:creator>Paul Schnackenburg</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[hyper-v]]></category>
		<category><![CDATA[system center]]></category>
		<category><![CDATA[vmm]]></category>

		<guid isPermaLink="false">https://4sysops.com/?p=6158</guid>
		<description><![CDATA[In this part we’ll do the 10 000 foot view of what’s new in System Center Virtual Machine Manager 2012 as well as what’s required for installation and some tips around creating a highly available SCVMM environment.]]></description>
			<content:encoded><![CDATA[<p><strong><i>In this part we’ll do the 10 000 foot view of what’s new in System Center Virtual Machine Manager 2012 as well as what’s required for installation and some tips around creating a highly available SCVMM environment.</i></strong></p>
<p>I love when Microsoft takes an already good product and adds a whole lot of new features to make the next version not just better but excellent. This is what’s happening with System Center Virtual Machine Manager (SCVMM) in its new version: 2012, currently in beta, to be released in the second half of 2011.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/05/System.Center.Virtual.Machine.Manager.2012.What_.s.new_.Installation.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/05/System.Center.Virtual.Machine.Manager.2012.What_.s.new_.Installation.png','',event,300,75)"><img style="margin: 0px; display: inline; border: 0px;" title="System Center Virtual Machine Manager 2012 - What s new - Installation" src="http://4sysops.com/wp-content/uploads/2011/05/System.Center.Virtual.Machine.Manager.2012.What_.s.new_.Installation_thumb.png" border="0" alt="System Center Virtual Machine Manager 2012 - What s new - Installation" width="603" height="485" /></a></p>
<p><em>The Office Ribbon interface makes its mark in SCVMM 20212</em></p>
<p>In this article series we’ll take a look at what’s new, what’s improved and introduce the new concepts and capabilities of SCVMM 2012.</p>
<p>Part 1 What’s New, Installation
Part 2 Private Cloud, Library Services, Security and Accounts
Part 3 Logical networks, Storage Integration
Part 4 Bare Metal Configuration, Dynamic &amp; Power Optimization
Part 5 Integrating with VMWare, Integrating with Citrix XenServer, Cluster patching
Part 6 Self Service empowerment, Service Deployment and Conclusion</p>
<h2>What’s new in SCVMM 2012 &#8211; Not just VMs anymore</h2>
<p>The biggest shift in SCVMM is the change from managing Virtual Machines (VMs) to managing the entire virtualized datacentre. The shift is so dramatic that “System Center Data Centre Manager” might be a more appropriate name. SCVMM can communicate with brand new machines with no OS installed and do a bare metal installation, then configure them in a Hyper-V cluster as well as talk directly to your SAN storage. This then becomes a private cloud inside of SCVMM that abstracts hosts, storage, and networking into a unified pool of computing resources.</p>
<p>Add to this the ability to use Server App-V to deploy applications through SCVMM as well as SQL Server profiles to deploy customised database servers and Dynamic- and Power Optimization. The latter allows SCVMM to turn off host machines when they’re not needed and then turn them back on when the load increases whereas the former allows SCVMM to automatically move VMs between hosts to balance the load. The concept of multiple virtual machines working together (web front end servers, backend database servers) is covered by a <strong>services</strong> concept where multiple machines can be provisioned in unison; if the load increases scale out with additional VMs can be executed. Network load balancer appliances are also recognised and supported directly in SCVMM.</p>
<p>Patching a host cluster is a difficult task as each node has to have its VMs migrated to other hosts, the system patched and rebooted before the process is repeated on the next host. SCVMM now orchestrates cluster host patching as well as integrating with Windows Server Update Services and allowing you to define baselines of patches that each host needs.</p>
<p>The list of managed hypervisors has grown, not only does SCVMM manage Hyper-V and VMware, it now manages Citrix Xen server as well, covering all the major hypervisors on the market.</p>
<p>Due to all the critical functionality of SCVMM it’s recommended to implement a highly available system if your environment is large. This means that you need a smaller cluster, separate from your production resources that will house instances of SCVMM. This cluster needs to be on Windows Server 2008 R2 and it needs to be setup before SCVMM is installed. It’s also good practise to setup a highly available SQL Server database on separate hardware as well as storing the library on highly available file servers. In this configuration the encryption keys that SCVMM use to protect data transfers need to be stored in AD (so they’re available to all SCVMM nodes) and you have to use domain accounts to run the different services.</p>
<h2>Installation of System Center Virtual Machine Manager 2012</h2>
<p>When planning a System Center Virtual Machine Manager 2012 deployment consider the different roles. In a small environment these can all be located on the same server but as the datacentre grows it’s beneficial to split the roles across multiple hosts. The <strong>management server</strong> is the heart of SCVMM, whereas the <strong>library server<em> </em></strong>stores templates, VHDs, scripts etc. The <strong>console</strong> can run on the management server as well as be installed on workstations for remote management, the <strong>self-service portal </strong>allows designated users to create and manage their own VMs and finally the <strong>database</strong> resides on an SQL Server machine.</p>
<p>Software that needs to be installed on the server is the usual suspects: WinRM 2.0, .NET Framework 3.5 SP1, PowerShell 2.0 (for the console), IIS (for the self-service portal) and Windows Automated Installation Kit (WAIK) for Windows 7. Supported operating systems are Windows Server 2008 SP2+ (x64 only) / 2008 R2 and the backend database needs to be either SQL Server 2008 SP2+ or 2008 R2. This means that SQL Server Express is no longer supported for the database server; it has to be a full version (Standard or Enterprise).</p>
<p>Supported virtual machine hosts are the Hyper-V role in Windows Server 2008 / 2008 R2, full installation or server core as well as the free Hyper-V Server 2008 R2. Microsoft Virtual Server 2005 R2 is no longer supported. VMware’s virtualization platform is supported as it was in earlier versions through vCenter Server, now requiring version 4.1 with hosts running ESXi / ESX 4.1 and 3.5; ESX 3.0 is no longer supported. Citrix XenServer is supported with version 5.6 with Feature Pack 1; there’s an Integration Suite supplemental pack for SCVMM. The XenServer support will be useful when you want to run Linux guests as the choice is wider than what’s supported in Hyper-V.</p>
Author: Paul Schnackenburg
<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/system-center-2012-orchestrator-2012-integration-packs/" title="System Center 2012 &#8211; Orchestrator 2012 &#8211; Integration Packs (May 11, 2012)">System Center 2012 &#8211; Orchestrator 2012 &#8211; Integration Packs</a> (0)</li>
	<li><a href="http://4sysops.com/archives/system-center-2012-orchestrator-2012-runbooks-best-practices/" title="System Center 2012 &#8211; Orchestrator 2012 &#8211; Runbooks best practices (May 8, 2012)">System Center 2012 &#8211; Orchestrator 2012 &#8211; Runbooks best practices</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/system-center-2012-orchestrator-creating-runbooks/" title="System Center 2012 &#8211; Orchestrator &#8211; Creating Runbooks (May 1, 2012)">System Center 2012 &#8211; Orchestrator &#8211; Creating Runbooks</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/systems-center-virtual-machine-manager-2012-review-part-1-whats-new-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[SCVMM 2012]]></series:name>
	</item>
		<item>
		<title>VMM 2008 RTM &#8211; new features &#8211; prices &#8211; update of the beta version</title>
		<link>http://4sysops.com/archives/vmm-2008-rtm-new-features-prices-update-of-the-beta-version/</link>
		<comments>http://4sysops.com/archives/vmm-2008-rtm-new-features-prices-update-of-the-beta-version/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 19:21:21 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[vmm]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=1733</guid>
		<description><![CDATA[<p><a href="http://4sysops.com/wp-content/uploads/2008/10/vmm2008-logo.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/10/vmm2008-logo.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/10/vmm2008-logo-thumb.png" border="0" alt="vmm2008-logo" width="259" height="67" align="left" /></a>It was hard to miss the fact that Microsoft released Virtual Machine Manager 2008, the successor to <a href="http://4sysops.com/archives/microsoft-virtual-machine-managers-vmm-bugs/">VMM 2007</a>. In this post I will summarize the new features, add a few thoughts about the VMware-Microsoft showdown, and share my experiences when I updated the beta version.</p>
<p>Let’s start with the new key features:</p>
<p><strong>Hyper-V support:</strong> VMM 2007 only supported Virtual Server. Of course you still can manage Virtual Server 2005 R2 with VMM 2007.</p>
<p><strong>VMware ESX support</strong>: Actually, you can manage <a href="http://www.vmware.com/products/vi/">VMware Infrastructure 3</a> with VMM 2008. There is no doubt about it: This is the best way to convince VMware customers to move slowly to Hyper-V.</p>
<p><strong>Physical Resource Optimization (PRO):</strong> As far as I understand this feature, it just integrates VMM 2008 with Operations Manager 2007. If a “PRO-enabled” server experiences problems (hardware or software), VMM can move a virtual machine automatically to another host or alert an administrator. The manufacturer of the server has to support &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://4sysops.com/wp-content/uploads/2008/10/vmm2008-logo.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/10/vmm2008-logo.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/10/vmm2008-logo-thumb.png" border="0" alt="vmm2008-logo" width="259" height="67" align="left" /></a>It was hard to miss the fact that Microsoft released Virtual Machine Manager 2008, the successor to <a href="http://4sysops.com/archives/microsoft-virtual-machine-managers-vmm-bugs/">VMM 2007</a>. In this post I will summarize the new features, add a few thoughts about the VMware-Microsoft showdown, and share my experiences when I updated the beta version.</p>
<p>Let’s start with the new key features:</p>
<p><strong>Hyper-V support:</strong> VMM 2007 only supported Virtual Server. Of course you still can manage Virtual Server 2005 R2 with VMM 2007.</p>
<p><strong>VMware ESX support</strong>: Actually, you can manage <a href="http://www.vmware.com/products/vi/">VMware Infrastructure 3</a> with VMM 2008. There is no doubt about it: This is the best way to convince VMware customers to move slowly to Hyper-V.</p>
<p><strong>Physical Resource Optimization (PRO):</strong> As far as I understand this feature, it just integrates VMM 2008 with Operations Manager 2007. If a “PRO-enabled” server experiences problems (hardware or software), VMM can move a virtual machine automatically to another host or alert an administrator. The manufacturer of the server has to support PRO. It <a href="http://blogs.technet.com/rakeshm/archive/2008/10/21/scvmm-2008-is-released.aspx">seems</a> as if this has nothing to do with performance issues. Correct me if I am wrong. I think the name of the feature is a bit misleading.</p>
<p>There are also quite a few other (minor) improvements. Please check out this <a href="http://download.microsoft.com/download/7/8/8/78853339-e09d-44af-b3b9-70019c542e33/Whats_New_VMM2008_FINAL.pdf">Microsoft paper</a> (Why is this in PDF?) and <a href="http://blogs.technet.com/rakeshm/archive/2008/10/21/scvmm-2008-is-released.aspx">rakeshm’s VM Management Blog</a> for more information.</p>
<p>Of course, the most important new feature is the Hyper-V support. Even though Hyper-V Manager is a nice tool, the real management tool for Hyper-V is VMM 2008. There has been extensive discussion about the threat that Hyper-V poses for VMware. However, in my view Microsoft’s main virtualization product is not Hyper-V, but Virtual Machine Manager. I think the hypervisor is a relatively unimportant factor in the battle between VMware and Microsoft. The money is earned with the management tools. The compressed installation files of VMM 2008 have about 3GB. This shows how complex VMM is.</p>
<p>By the way, VMM 2008 costs $1,304 and it will be available in November. Considering that System Center suite only costs $1,497, it doesn’t make much sense to buy VMM alone. The System Center Suite includes Virtual Machine Manager 2008, Operations Manager 2007, Configuration Manager 2007, and Data Protection Manager 2007. I think this demonstrates Microsoft’s advantage over VMware. They can integrate and bundle their virtualization products with their other management tools. Even though VMware is still far ahead when it comes to virtualization technology, it will be hard to compete with this armada of sophisticated management solutions.</p>
<p>I wanted to update <a href="http://4sysops.com/archives/review-system-center-virtual-machine-manager-2008-vmm-2008-first-impression/">my VMM 2008 Beta test installation</a> today, but it failed. Actually, VMM 2008 setup crashed when I tried. Thus I had no other choice than to uninstall the beta. Afterwards VMM 2008 was complaining that the existing VMM SQL Server database is incompatible with VMM 2008 RTM. I had to create a new database, which meant that I lost all my previous settings. I just had a couple of virtual machines in my test installation; hence this wasn’t a big deal.</p>
<p>I had a similar problem when I wanted to add my Hyper-V host to VMM 2008. The agent of the beta is incompatible with the RTM version, and VMM 2008 was unable to update it. I had to manually uninstall the old agent and then install the new one afterwards. It seems as if Microsoft has made quite a few changes since the last beta.</p>
<p>Here are some resources you might find useful:</p>
<p><a href="http://www.microsoft.com/systemcenter/virtualmachinemanager/en/us/default.aspx">VMM 2008 Homepage</a></p>
<p><a href="http://www.microsoft.com/systemcenter/virtualmachinemanager/en/us/features.aspx">VMM 2008 Features</a></p>
<p><a href="http://go.microsoft.com/?linkid=9530142">VMM 2008 Download </a></p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?familyid=513cdbcf-09a3-4a6e-b5c5-9301c02b54a1&amp;displaylang=en&amp;tm">VMM 2008 Release Notes</a></p>
<p><a href="http://www.microsoft.com/systemcenter/virtualmachinemanager/en/us/demos.aspx">VMM 2008 Online Demo</a></p>
<p><a href="http://download.microsoft.com/download/0/8/9/089003c8-5b65-4e5b-bdf6-4b2e02968ad1/SCVMM2008_White_Paper_final_090208PD.pdf">VMM 2008 White paper</a></p>
<p><a href="http://blogs.technet.com/virtualization/archive/2008/10/21/system-center-virtual-machine-manager-2008-rtms-and-what-i-m-hearing-from-customers-and-partners-about-microsoft-s-virtualization-solutions.aspx">Windows Virtualization Team blog</a></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/tweets-vmm-2008-price-and-release-date-waik-update-saas-without-browser-hyper-v-snapshots-vmware-esxi-embedded/" title="Tweets: VMM 2008 price and release date &#8211; WAIK update &#8211; SaaS without browser &#8211; Hyper-V snapshots &#8211; VMware ESXi embedded (July 24, 2008)">Tweets: VMM 2008 price and release date &#8211; WAIK update &#8211; SaaS without browser &#8211; Hyper-V snapshots &#8211; VMware ESXi embedded</a> (1)</li>
	<li><a href="http://4sysops.com/archives/will-microsoft-support-vmware-infrastructure-with-virtual-machine-manager-vmm-in-the-long-run/" title="Will Microsoft support VMware Infrastructure with Virtual Machine Manager (VMM) in the long run? (January 18, 2008)">Will Microsoft support VMware Infrastructure with Virtual Machine Manager (VMM) in the long run?</a> (0)</li>
	<li><a href="http://4sysops.com/archives/new-version-vmrcplus-16-a-free-gui-tool-to-manage-virtual-server-2005-r2-sp1/" title="New version: VMRCPlus 1.6 &#8211; a free GUI tool to manage Virtual Server 2005 R2 SP1 (November 23, 2007)">New version: VMRCPlus 1.6 &#8211; a free GUI tool to manage Virtual Server 2005 R2 SP1</a> (1)</li>
	<li><a href="http://4sysops.com/archives/microsoft-virtual-machine-managers-vmm-bugs/" title="Microsoft Virtual Machine Manager (VMM) bugs (November 12, 2007)">Microsoft Virtual Machine Manager (VMM) bugs</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/vmm-2008-rtm-new-features-prices-update-of-the-beta-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tweets: VMM 2008 price and release date &#8211; WAIK update &#8211; SaaS without browser &#8211; Hyper-V snapshots &#8211; VMware ESXi embedded</title>
		<link>http://4sysops.com/archives/tweets-vmm-2008-price-and-release-date-waik-update-saas-without-browser-hyper-v-snapshots-vmware-esxi-embedded/</link>
		<comments>http://4sysops.com/archives/tweets-vmm-2008-price-and-release-date-waik-update-saas-without-browser-hyper-v-snapshots-vmware-esxi-embedded/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 18:48:59 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[vmm]]></category>
		<category><![CDATA[waik]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=1461</guid>
		<description><![CDATA[<ul class="aktt_tweet_digest">
<li>Understanding and Using Microsoft Windows Server 2008 Hyper-V Snapshots. <a href=" http://snurl.com/34dkc">http://snurl.com/34dkc</a> Good article.</li>
<li>With <a href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&#38;articleId=9110521&#38;source=rss_news50">DNS flaw now public, attack code imminent</a>. <a href="http://snurl.com/34djq"></a>What about your DNS server?</li>
<li>SaaS vendor quits browser to boost sales <a href="http://snurl.com/34dfv">http://snurl.com/34dfv</a> In my view, the hype of browser-based apps will be over soon.</li>
<li>Price for Microsoft&#8217;s Virtual Machine Manager 2008 (VMM 2008): $1,100. Release date could be Sept. 1. <a rel="nofollow" href="http://snurl.com/33rmh">http://snurl.com/33rmh</a></li>
<li>Update for the Windows Automated Installation Kit (WAIK) User&#8217;s Guide for Windows Vista. <a rel="nofollow" href="http://snurl.com/33rnv">http://snurl.com/33rnv</a></li>
<li>Hyper-V RAM Calculator. This is an Excel sheet that helps you to plan the Hyper-V deployment. <a rel="nofollow" href="http://snurl.com/33rq6">http://snurl.com/33rq6</a></li>
<li>VMware is doing fine: <a rel="nofollow" href="http://snurl.com/33rqy">http://snurl.com/33rqy</a> even though their shares fall. ESXi embedded hypervisor will be free. <a rel="nofollow" href="http://snurl.com/33rs5">http://snurl.com/33rs5</a></li>
</ul>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0&#8230;</small><br />]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Understanding and Using Microsoft Windows Server 2008 Hyper-V Snapshots. <a href=" http://snurl.com/34dkc">http://snurl.com/34dkc</a> Good article.</li>
<li>With <a href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&amp;articleId=9110521&amp;source=rss_news50">DNS flaw now public, attack code imminent</a>. <a href="http://snurl.com/34djq"></a>What about your DNS server?</li>
<li>SaaS vendor quits browser to boost sales <a href="http://snurl.com/34dfv">http://snurl.com/34dfv</a> In my view, the hype of browser-based apps will be over soon.</li>
<li>Price for Microsoft&#8217;s Virtual Machine Manager 2008 (VMM 2008): $1,100. Release date could be Sept. 1. <a rel="nofollow" href="http://snurl.com/33rmh">http://snurl.com/33rmh</a></li>
<li>Update for the Windows Automated Installation Kit (WAIK) User&#8217;s Guide for Windows Vista. <a rel="nofollow" href="http://snurl.com/33rnv">http://snurl.com/33rnv</a></li>
<li>Hyper-V RAM Calculator. This is an Excel sheet that helps you to plan the Hyper-V deployment. <a rel="nofollow" href="http://snurl.com/33rq6">http://snurl.com/33rq6</a></li>
<li>VMware is doing fine: <a rel="nofollow" href="http://snurl.com/33rqy">http://snurl.com/33rqy</a> even though their shares fall. ESXi embedded hypervisor will be free. <a rel="nofollow" href="http://snurl.com/33rs5">http://snurl.com/33rs5</a></li>
</ul>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/tweets-vmm-2008-price-and-release-date-waik-update-saas-without-browser-hyper-v-snapshots-vmware-esxi-embedded/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Will Microsoft support VMware Infrastructure with Virtual Machine Manager (VMM) in the long run?</title>
		<link>http://4sysops.com/archives/will-microsoft-support-vmware-infrastructure-with-virtual-machine-manager-vmm-in-the-long-run/</link>
		<comments>http://4sysops.com/archives/will-microsoft-support-vmware-infrastructure-with-virtual-machine-manager-vmm-in-the-long-run/#comments</comments>
		<pubDate>Fri, 18 Jan 2008 20:13:16 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[vmm]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/will-microsoft-support-vmware-infrastructure-with-virtual-machine-manager-vmm-in-the-long-run/</guid>
		<description><![CDATA[<p>Rakesh, who runs the program management team for System Center <a href="http://4sysops.com/archives/review-microsoft-system-center-virtual-machine-manager-vmm/">Virtual Machine Manager, (VMM</a>) <a href="http://blogs.technet.com/rakeshm/archive/2008/01/11/why-we-decided-to-manage-vmware.aspx">outlines</a> in his blog why Microsoft decided to support VMware&#8217;s virtualization products in the next version of VMM and what this &#8220;support&#8221; actually means.</p>
<p>He claims that the main reason why they decided to support VMware is that <strong>customers were asking for this feature</strong>. Well, I think that customers are asking for many different features.  I believe that the primary reason is a different one. VMware is the market leader in this field. Hence, if Microsoft wants to gain a bigger market share in the virtualization <strong>market they have to convince VMware customers (not MS customers) to move to Microsoft&#8217;s virtualization products</strong>. The best way to do this is to make this transition as smooth as possible. So you start with using VMM and when Hyper-V becomes competitive with VMware&#8217;s hypervisor, you can switch more easily.</p>
<p>More interesting in this post is <strong>the </strong>&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Rakesh, who runs the program management team for System Center <a href="http://4sysops.com/archives/review-microsoft-system-center-virtual-machine-manager-vmm/">Virtual Machine Manager, (VMM</a>) <a href="http://blogs.technet.com/rakeshm/archive/2008/01/11/why-we-decided-to-manage-vmware.aspx">outlines</a> in his blog why Microsoft decided to support VMware&#8217;s virtualization products in the next version of VMM and what this &#8220;support&#8221; actually means.</p>
<p>He claims that the main reason why they decided to support VMware is that <strong>customers were asking for this feature</strong>. Well, I think that customers are asking for many different features.  I believe that the primary reason is a different one. VMware is the market leader in this field. Hence, if Microsoft wants to gain a bigger market share in the virtualization <strong>market they have to convince VMware customers (not MS customers) to move to Microsoft&#8217;s virtualization products</strong>. The best way to do this is to make this transition as smooth as possible. So you start with using VMM and when Hyper-V becomes competitive with VMware&#8217;s hypervisor, you can switch more easily.</p>
<p>More interesting in this post is <strong>the way Microsoft plans to support VMware</strong>:</p>
<blockquote><p>Finally, I want to emphasize that when we say &#8220;manage VMware&#8221;, we mean that day to day, you&#8217;ll be able to use our console and command line interface to fully manage your Virtual Infrastructure environment (including live migration), Virtual Server and Hyper-V environments seamlessly. In addition, we&#8217;ll be able to extend the management capabilities that VMware offers today so you&#8217;ll get an enhanced solution even on a non-Windows OS.</p></blockquote>
<p>This sounds promising. I only hope that Microsoft will keep this promise. It might be too enticing to just neglect new VMware Infrastructure features to make customers believe that Microsoft has the better overall virtualization solution. Note that this is a <strong>new situation for Microsoft</strong>.</p>
<p>Usually, third party vendors offer tools to manage Microsoft products. This is in the interest of Microsoft because it extends the capabilities of their own products. With VMM, Microsoft plans exactly the opposite. They support a direct competitor by adding features to their major product. I somehow doubt that this is still an option after Microsoft becomes the market leader in the virtualization market.</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/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>
	<li><a href="http://4sysops.com/archives/tweets-vmm-2008-price-and-release-date-waik-update-saas-without-browser-hyper-v-snapshots-vmware-esxi-embedded/" title="Tweets: VMM 2008 price and release date &#8211; WAIK update &#8211; SaaS without browser &#8211; Hyper-V snapshots &#8211; VMware ESXi embedded (July 24, 2008)">Tweets: VMM 2008 price and release date &#8211; WAIK update &#8211; SaaS without browser &#8211; Hyper-V snapshots &#8211; VMware ESXi embedded</a> (1)</li>
	<li><a href="http://4sysops.com/archives/new-version-vmrcplus-16-a-free-gui-tool-to-manage-virtual-server-2005-r2-sp1/" title="New version: VMRCPlus 1.6 &#8211; a free GUI tool to manage Virtual Server 2005 R2 SP1 (November 23, 2007)">New version: VMRCPlus 1.6 &#8211; a free GUI tool to manage Virtual Server 2005 R2 SP1</a> (1)</li>
	<li><a href="http://4sysops.com/archives/microsoft-virtual-machine-managers-vmm-bugs/" title="Microsoft Virtual Machine Manager (VMM) bugs (November 12, 2007)">Microsoft Virtual Machine Manager (VMM) bugs</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/will-microsoft-support-vmware-infrastructure-with-virtual-machine-manager-vmm-in-the-long-run/feed/</wfw:commentRss>
		<slash:comments>0</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>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>
	</channel>
</rss>

