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

<channel>
	<title>VCritical &#187; SCVMM</title>
	<atom:link href="http://www.vcritical.com/tag/scvmm/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vcritical.com</link>
	<description>Informed Virtualization Criticism</description>
	<lastBuildDate>Wed, 19 Oct 2011 22:08:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Resource Pools to the Rescue</title>
		<link>http://www.vcritical.com/2011/03/resource-pools-to-the-rescue/</link>
		<comments>http://www.vcritical.com/2011/03/resource-pools-to-the-rescue/#comments</comments>
		<pubDate>Fri, 11 Mar 2011 15:37:05 +0000</pubDate>
		<dc:creator>Eric Gray</dc:creator>
				<category><![CDATA[Virtualizationism]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[resource management]]></category>
		<category><![CDATA[resource pools]]></category>
		<category><![CDATA[SCVMM]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.vcritical.com/?p=3409</guid>
		<description><![CDATA[VMware vSphere Resource Pools are a proven means to reliably share infrastructure.  Hyper-V requires administrators to manage CPU reservations and limits on an individual VM basis.]]></description>
			<content:encoded><![CDATA[<h2>The Resource Pool Advantage</h2>
<p>It&#8217;s easier to manage a <strong>group </strong>of things than <strong>individual </strong>objects.  Consider filesystem directories as a way to organize and secure files, or Active Directory groups as an efficient means of assigning rights to users.</p>
<p>VMware vSphere Resource Pools &#8212; introduced in VI3, circa 2006 &#8212; give administrators a way to aggregate resources from multiple hosts in a cluster and then subdivide them to meet a range of business needs.  After creating pools of CPU and memory with reserves and limits, virtual machines are simply dragged as necessary to guarantee performance or prevent less-critical workloads from causing interference.</p>
<p>Resource Pools are a proven means to reliably share infrastructure.  So much so that <a href="http://www.yellow-bricks.com/2010/08/31/vmware-vcloud-director-vcd/" target="_blank">vCloud Director</a> uses them as the foundation for virtual datacenters, separating multiple tenants in a cloud environment.</p>
<h2>Hyper-V Hardware Silos</h2>
<p>One can learn a lot about Hyper-V by reading <a href="http://blogs.msdn.com/virtual_pc_guy/default.aspx" target="_blank">Virtual PC Guy&#8217;s Blog</a> &#8212; Ben Armstrong cuts through the marketing fog and provides clear  technical information on a range of Microsoft virtualization topics.   Thanks to his recent recent series on <a href="http://blogs.msdn.com/b/virtual_pc_guy/archive/2011/02/14/hyper-v-cpu-scheduling-part-1.aspx" target="_blank">CPU resource management</a>, it&#8217;s quite clear that Hyper-V has a long way to go before it can match the flexibility and ease of VMware vSphere.</p>
<p>For now, Hyper-V administrators that need to manage resources in a shared environment have few options.  Without any means of grouping CPU and memory resources, the only alternative is to manage individual virtual machines &#8212; one by one!  That could mean a significant manual effort any time a VM is added or removed.  Such a process contradicts the desired efficiencies of cloud computing and is infeasible.  To achieve guaranteed resources in a multi-tenant cloud would therefore imply <strong>silos of physical Hyper-V clusters</strong>.<span id="more-3409"></span></p>
<h2>Top Hyper-V Resource Management Weaknesses</h2>
<p>After looking at the differences between resource management in VMware vSphere and Hyper-V, it is clear that the Microsoft offering has a number of disadvantages:</p>
<ul>
<li>CPU reserves, limits, and shares are specified on a VM-by-VM basis &#8212; no grouping or pooling</li>
<li>System Center Virtual Machine Manager 2008 cannot even configure reserves and limits, forcing administrator to turn to an alternate management interface (so long, <a href="http://www.vcritical.com/2009/08/single-pane-of-glass-hyper-v-edition/">single pane of glass</a>!)</li>
<li>When resource reservations are calculated, it appears that:
<ul>
<li>Host (parent partition) CPU resource requirements are either not considered or hidden from view &#8212; administrators can reserve 100% of host resources for virtual machines</li>
<li>Logical, hyperthreaded CPUs are treated as  full physical cores &#8212; on a host with 8 cores and hyperthreading enabled, a VM with 4 virtual CPUs will only reserve 25% (not 50%) of the total system resources:</li>
</ul>
</li>
</ul>
<p style="padding-left: 60px;"><img class="alignnone size-full wp-image-3412" title="Hyper-V considers 4 vCPUs to be 25% of an 8-core server" src="http://www.vcritical.com/wp-content/uploads/2011/03/hyper-v_4vcpu_25pct.png" alt="" width="485" height="354" /></p>
<h2>Concluding</h2>
<p>VMware vSphere provides Resource Pools to group and control virtual machines according to resource requirements and are configured through the same user interface used for all vSphere management tasks.  The hypervisor host is given an explicit reservation to ensure reliable scheduling and I/O operations, and hyperthreaded cores are <em>not</em> double-counted by treating them as full physical cores.</p>
<p>VMware offers the only platform that enables reliable shared infrastructure through resource pooling and is the best foundation for your private cloud infrastructure.</p>


<p>Related posts:<ol><li><a href='http://www.vcritical.com/2008/12/vm-resource-management-hyper-v-versus-scvmm/' rel='bookmark' title='VM Resource Management: Hyper-V versus SCVMM'>VM Resource Management: Hyper-V versus SCVMM</a></li>
<li><a href='http://www.vcritical.com/2008/12/dont-know-much-about-resource-pools/' rel='bookmark' title='Don&#8217;t know much about resource pools'>Don&#8217;t know much about resource pools</a></li>
<li><a href='http://www.vcritical.com/2009/03/scvmm-damage-control/' rel='bookmark' title='SCVMM Damage Control'>SCVMM Damage Control</a></li>
<li><a href='http://www.vcritical.com/2009/08/new-vsphere-resource-distribution-chart/' rel='bookmark' title='New: vSphere Resource Distribution Chart'>New: vSphere Resource Distribution Chart</a></li>
</ol></p><div style="font-family:Verdana; color:#000000; background-color: #C0C0C0; padding: 7px;border: dashed thin">

<a href="http://www.vcritical.com/2011/03/resource-pools-to-the-rescue/#respond">Leave a Comment</a> •
<a href="http://feedproxy.google.com/vcritical">Subscribe to RSS</a> •
<a href="http://feedburner.google.com/fb/a/mailverify?uri=vcritical&loc=en_US">Subscribe via Email</a> •
<a href="http://www.twitter.com/eric_gray">Follow Eric Gray on Twitter</a><br/>

More articles on: <a href="http://www.vcritical.com/tag/hyper-v/" rel="tag">Hyper-V</a>, <a href="http://www.vcritical.com/tag/resource-management/" rel="tag">resource management</a>, <a href="http://www.vcritical.com/tag/resource-pools/" rel="tag">resource pools</a>, <a href="http://www.vcritical.com/tag/scvmm/" rel="tag">SCVMM</a>, <a href="http://www.vcritical.com/tag/vsphere/" rel="tag">vSphere</a> • <a href="http://www.vcritical.com/category/virtualizationism/">Browse All Virtualization Content</a><br/>

<a href="http://www.vcritical.com/2011/03/resource-pools-to-the-rescue/">Resource Pools to the Rescue</a> by <a href="http://www.vcritical.com/about/">Eric Gray</a> © 2011 • <a href="http://www.vcritical.com/">VCritical</a>

</div>]]></content:encoded>
			<wfw:commentRss>http://www.vcritical.com/2011/03/resource-pools-to-the-rescue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft likens vSphere cloud to ancient fax machines</title>
		<link>http://www.vcritical.com/2010/10/microsoft-likens-vsphere-cloud-to-ancient-fax-machines/</link>
		<comments>http://www.vcritical.com/2010/10/microsoft-likens-vsphere-cloud-to-ancient-fax-machines/#comments</comments>
		<pubDate>Wed, 27 Oct 2010 21:55:37 +0000</pubDate>
		<dc:creator>Eric Gray</dc:creator>
				<category><![CDATA[Virtualizationism]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[SCVMM]]></category>
		<category><![CDATA[VMworld]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.vcritical.com/?p=2945</guid>
		<description><![CDATA[Director of Microsoft Virtualization says vSphere hybrid clouds remind him of ancient fax machines, overlooking reality of current IaaS landscape.]]></description>
			<content:encoded><![CDATA[<p>Recently Patrick O&#8217;Rourke of Microsoft posted <a href="http://blogs.technet.com/b/virtualization/archive/2010/10/12/microsoft-and-citrix-share-their-feedback-on-today-s-keynote-from-vmworld-europe-2010.aspx" target="_blank">insightful commentary</a> on his VMworld Europe 2010 experience, skillfully concluding that the keynote content was almost the same as the San Francisco keynote.  No word on whether or not he noticed that most of the breakout sessions were the same.  Or the labs&#8230;</p>
<p>But that&#8217;s not what caught my eye today as I was sifting through some old RSS feeds.  The real point that stood out was his keen observation about VMware hybrid clouds:</p>
<blockquote><p>It reminds me of the early days of fax machines when people needed the exact same fax on both sides of the line in  order to make the fax magic work. Same goes for VMware: vSphere on both  sides and then customers get hybrid cloud.</p></blockquote>
<p>It appears that Mr. O&#8217;Rourke may have jumped to a faulty conclusion &#8212; perhaps not unlike his recent SLES for VMware <a href="http://blogs.technet.com/b/virtualization/archive/2010/06/09/vmware-figures-out-that-virtualization-is-an-os-feature.aspx" target="_blank">analysis</a>.  If you&#8217;ve already standardized on the world&#8217;s best virtualization platform for your private cloud, what is the downside to bridging your enterprise to a highly-compatible public cloud?</p>
<p>I seem to have overlooked the Microsoft hybrid cloud solution that interoperates with other platforms &#8212; the only private cloud announcements from Microsoft so far have been for the release-date-slipping, repeatedly-renamed  mouthful called <a href="http://social.technet.microsoft.com/Forums/en/scvmmssp2/threads" target="_blank">SCVMMSSP2</a>.  But to truly appreciate the hypocrisy of his statement, just take a look at <em>this</em><a href="../2010/03/cloudy-with-a-chance-of-vaporware/"><em> </em>Hyper-V fax machine demonstration</a>.</p>
<p>Who can shed some light on the Microsoft hybrid cloud panacea?</p>


<p>Related posts:<ol><li><a href='http://www.vcritical.com/2010/03/cloudy-with-a-chance-of-vaporware/' rel='bookmark' title='Cloudy with a chance of vaporware'>Cloudy with a chance of vaporware</a></li>
<li><a href='http://www.vcritical.com/2011/04/opsource-cloud-experience-introduction/' rel='bookmark' title='OpSource Cloud Experience &#8212; Introduction'>OpSource Cloud Experience &#8212; Introduction</a></li>
<li><a href='http://www.vcritical.com/2010/11/microsoft-private-cloud-no-csv-allowed/' rel='bookmark' title='Microsoft Private Cloud: No CSV Allowed!'>Microsoft Private Cloud: No CSV Allowed!</a></li>
<li><a href='http://www.vcritical.com/2011/01/vcomeback-contest-microsoft-cloud-power-billboard/' rel='bookmark' title='vComeback Contest: Microsoft Cloud Power Billboard'>vComeback Contest: Microsoft Cloud Power Billboard</a></li>
</ol></p><div style="font-family:Verdana; color:#000000; background-color: #C0C0C0; padding: 7px;border: dashed thin">

<a href="http://www.vcritical.com/2010/10/microsoft-likens-vsphere-cloud-to-ancient-fax-machines/#respond">Leave a Comment</a> •
<a href="http://feedproxy.google.com/vcritical">Subscribe to RSS</a> •
<a href="http://feedburner.google.com/fb/a/mailverify?uri=vcritical&loc=en_US">Subscribe via Email</a> •
<a href="http://www.twitter.com/eric_gray">Follow Eric Gray on Twitter</a><br/>

More articles on: <a href="http://www.vcritical.com/tag/cloud/" rel="tag">cloud</a>, <a href="http://www.vcritical.com/tag/hyper-v/" rel="tag">Hyper-V</a>, <a href="http://www.vcritical.com/tag/scvmm/" rel="tag">SCVMM</a>, <a href="http://www.vcritical.com/tag/vmworld/" rel="tag">VMworld</a>, <a href="http://www.vcritical.com/tag/vsphere/" rel="tag">vSphere</a> • <a href="http://www.vcritical.com/category/virtualizationism/">Browse All Virtualization Content</a><br/>

<a href="http://www.vcritical.com/2010/10/microsoft-likens-vsphere-cloud-to-ancient-fax-machines/">Microsoft likens vSphere cloud to ancient fax machines</a> by <a href="http://www.vcritical.com/about/">Eric Gray</a> © 2010 • <a href="http://www.vcritical.com/">VCritical</a>

</div>]]></content:encoded>
			<wfw:commentRss>http://www.vcritical.com/2010/10/microsoft-likens-vsphere-cloud-to-ancient-fax-machines/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Cloudy with a chance of vaporware</title>
		<link>http://www.vcritical.com/2010/03/cloudy-with-a-chance-of-vaporware/</link>
		<comments>http://www.vcritical.com/2010/03/cloudy-with-a-chance-of-vaporware/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 11:03:23 +0000</pubDate>
		<dc:creator>Eric Gray</dc:creator>
				<category><![CDATA[Virtualizationism]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[SCVMM]]></category>

		<guid isPermaLink="false">http://www.vcritical.com/?p=2444</guid>
		<description><![CDATA[A year ago at MMS 2009, Microsoft criticized VMware for not offering public-private cloud federation.  Today, Microsoft still has nothing to show in that area.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s that time of the year again, Microsoft Management Summit 2010 is coming up.  Conferences like these are always a great opportunity for vendors to demonstrate new products and technologies.</p>
<p>I thought it would be interesting to go back to MMS 2009 and take a look at some of the futures Microsoft was selling in the virtualization space.</p>
<h2>MMS 2009 Day 1 Keynote Demo</h2>
<p>One of the big demos on stage during the day 1 keynote session was the <a href="http://www.microsoft.com/presspass/presskits/infrastructure/VideoGallery.aspx?contentID=MMSKeynoteDay1Clip3" target="_blank">seamless integration of public and private clouds</a> &#8212; possible only with Microsoft System Center Virtual Machine Manager technology, according to <a href="http://www.microsoft.com/presspass/exec/kelly/0428MMSkeynote.mspx" target="_blank">the script</a>.</p>
<p>Now, there is nothing wrong with a vendor demonstrating visionary technology in a setting like this.  <strong>But</strong> if you actively call out your competitors as being incapable of offering a particular solution, a higher level of scrutiny is certainly warranted.</p>
<h2>The Setup</h2>
<p>Microsoft has secretly replaced some of the regular icons in SCVMM with cloud icons.  Let&#8217;s see if anyone notices&#8230;</p>
<p><img class="alignnone size-full wp-image-2446" title="The Microsoft Public Private Cloud" src="http://www.vcritical.com/wp-content/uploads/2010/03/mms2009_public_cloud.png" alt="" width="551" height="417" /></p>
<p>Whoops, the keynote presenter let the cat out of the bag:</p>
<blockquote><p>The host with the cloud icons are part of the public cloud hosted by Maximum ASP, while the host with the regular cloud server icon are part of my private cloud.</p></blockquote>
<p>Wow, public and private cloud &#8212; two great tastes that taste great together.  And the significance?</p>
<blockquote><p>Vendors like VMware want you to believe that you have to revolutionize both the data center and the cloud in order to take advantage of scenarios like this. They want you to rearchitect your entire infrastructure. Our existing System Center customers have the foundation today by which to seamlessly move from the private cloud to the public cloud.</p>
<p>This preview of a future release of System Center Virtual Machine Manager shows you the potential of the integration of the private cloud with the public cloud. You can get started today by taking advantage of Maximum ASP&#8217;s public cloud hosting capabilities.</p></blockquote>
<p>Okay, I get it.  Someday SCVMM will be able to talk to a Hyper-V machine at some web host and you won&#8217;t have to rearchitect anything &#8212; and you can get a taste of it today somehow by signing up with MaximumASP.</p>
<h2>What a difference a year (didn&#8217;t) make</h2>
<p>I recently contacted MaximumASP (i.e., a year later) to see how things are going with their public-private cloud.  This was the response:</p>
<blockquote><p><span>The public-private cloud is not a product we are offering at this time. During the demo it was simply a POC that was constructed with Microsoft.</span></p></blockquote>
<p><span>Well, we all knew it was a POC.  But why would Microsoft make such a powerful point that VMware cannot offer this capability?  Is this FUD?<br />
</span></p>
<h2>The recap</h2>
<p><span>A year ago, Microsoft attacked the virtualization industry leader for not offering a feature equivalent to a fake concocted demo they highlighted during their keynote.  Surprisingly, a year later, Microsoft and their hosting partner are still not offering the convoluted capability.<br />
</span></p>
<p><span>Frankly, this is not cloud computing &#8212; public or private.  This stunt merely highlighted the fact that you can place a hypervisor host at a remote location and manage it from the same console that you use to manage the other hosts in your datacenter.</span></p>
<p><span>Oh, and as for the web server VM they migrated from the &#8220;private&#8221; to &#8220;public&#8221; cloud &#8212; no details on just how the clients of that service would find it in the new location&#8230; but that&#8217;s another topic.<br />
</span></p>


<p>Related posts:<ol><li><a href='http://www.vcritical.com/2010/10/microsoft-likens-vsphere-cloud-to-ancient-fax-machines/' rel='bookmark' title='Microsoft likens vSphere cloud to ancient fax machines'>Microsoft likens vSphere cloud to ancient fax machines</a></li>
<li><a href='http://www.vcritical.com/2011/04/opsource-cloud-experience-connecting/' rel='bookmark' title='OpSource Cloud Experience &#8212; Connecting'>OpSource Cloud Experience &#8212; Connecting</a></li>
<li><a href='http://www.vcritical.com/2011/04/opsource-cloud-experience-introduction/' rel='bookmark' title='OpSource Cloud Experience &#8212; Introduction'>OpSource Cloud Experience &#8212; Introduction</a></li>
<li><a href='http://www.vcritical.com/2011/04/hyper-v-dynamic-memory-not-quite-ready-to-demo/' rel='bookmark' title='Hyper-V Dynamic Memory: Not Quite Ready to Demo!'>Hyper-V Dynamic Memory: Not Quite Ready to Demo!</a></li>
</ol></p><div style="font-family:Verdana; color:#000000; background-color: #C0C0C0; padding: 7px;border: dashed thin">

<a href="http://www.vcritical.com/2010/03/cloudy-with-a-chance-of-vaporware/#respond">Leave a Comment</a> •
<a href="http://feedproxy.google.com/vcritical">Subscribe to RSS</a> •
<a href="http://feedburner.google.com/fb/a/mailverify?uri=vcritical&loc=en_US">Subscribe via Email</a> •
<a href="http://www.twitter.com/eric_gray">Follow Eric Gray on Twitter</a><br/>

More articles on: <a href="http://www.vcritical.com/tag/cloud/" rel="tag">cloud</a>, <a href="http://www.vcritical.com/tag/hyper-v/" rel="tag">Hyper-V</a>, <a href="http://www.vcritical.com/tag/scvmm/" rel="tag">SCVMM</a> • <a href="http://www.vcritical.com/category/virtualizationism/">Browse All Virtualization Content</a><br/>

<a href="http://www.vcritical.com/2010/03/cloudy-with-a-chance-of-vaporware/">Cloudy with a chance of vaporware</a> by <a href="http://www.vcritical.com/about/">Eric Gray</a> © 2010 • <a href="http://www.vcritical.com/">VCritical</a>

</div>]]></content:encoded>
			<wfw:commentRss>http://www.vcritical.com/2010/03/cloudy-with-a-chance-of-vaporware/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The Truth About VM SAN Transfers</title>
		<link>http://www.vcritical.com/2009/12/the-truth-about-vm-san-transfers/</link>
		<comments>http://www.vcritical.com/2009/12/the-truth-about-vm-san-transfers/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 12:05:59 +0000</pubDate>
		<dc:creator>Eric Gray</dc:creator>
				<category><![CDATA[Virtualizationism]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[PASS]]></category>
		<category><![CDATA[SCVMM]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[vCenter]]></category>

		<guid isPermaLink="false">http://www.vcritical.com/?p=1959</guid>
		<description><![CDATA[While Microsoft marketing material claims Hyper-V and SCVMM can transfer large virtual machine files and templates over a SAN, the truth is that all VM transfers are done over the network.  Only VMware ESX leverages high-speed storage area networking for VM migration.]]></description>
			<content:encoded><![CDATA[<p>Most enterprise virtualization deployments make use of a robust shared storage infrastructure.  A high-performance SAN allows multiple hypervisors to access virtual machine disks and is the foundation for amazing virtualization benefits such as VMware vMotion and HA.  There are other benefits, too.</p>
<p>Virtualization management tasks such as cloning existing virtual machines or deploying new ones from templates often involve slinging around multi-gigabyte chunks of data.  It&#8217;s preferable to move or copy data on the SAN instead of the LAN because it can be faster, but more importantly, doing so reduces impact to other services that rely on the LAN.</p>
<h2>Use the SAN, ESX!</h2>
<p>VMware ESX will transfer VMs and templates over a SAN connection whenever possible but, if necessary, it also does a fine job of moving those bits over a standard LAN.  This goes for VMs <em>as well as templates</em> because with VMware vSphere, templates live on SAN datastores, too &#8212; shared among multiple ESX hosts &#8212; not on network file shares.  If templates <em>were </em>stored on a file server, there would be no choice other than to copy those multi-gigabyte files over the LAN and potentially impact other production traffic.</p>
<p>Nice design choice, VMware!  [<em>Actually, if you go back to the early days of VirtualCenter 1.x, templates could also be stored directly on the VC server and deployed over the network.  That option was removed as of VC 2.0.</em>]</p>
<p><strong>So far, so good.  Let&#8217;s take a look at how Hyper-V stacks up.<span id="more-1959"></span></strong></p>
<h2>Obfuscating the Inequalities</h2>
<p>In the tradition of the recent <a href="http://www.vcritical.com/2009/11/the-truth-about-storage-hot-add-and-remove/">storage hot add/remove claims</a>, Microsoft has again gone the extra mile to give the appearance of feature parity.</p>
<p>Take a look at this excerpt from the System Center Virtual Machine Manager 2008 R2 <a href="http://www.microsoft.com/systemcenter/virtualmachinemanager/en/us/whats-new-R2.aspx" target="_blank">What&#8217;s New page</a>:</p>
<p style="padding-left: 30px;"><strong>SAN migration into and out of clustered hosts:</strong> This allows virtual machines to migrate into and out of clusters using a SAN transfer, which saves the time required for copying the virtual machine file over the network.</p>
<p>And the <a href="http://www.microsoft.com/systemcenter/virtualmachinemanager/en/us/features.aspx" target="_blank">features page</a> is even more dramatic, proclaiming:</p>
<p style="padding-left: 30px;">Virtual machine images can be large and difficult to move over the network. VMM auto-detects SAN infrastructure and enables copying of virtual machine images over fiber at fast speeds, thus leveraging SAN investments.</p>
<p>Sounds good, just like VMware &#8212; and at one-sixth the price!  But there is a small problem: <strong>it is not true</strong>.</p>
<p>Hyper-V uses the BITS service to transfer VMs over the LAN in almost all cases.  There <em>is</em> a scenario where SCVMM can orchestrate the disconnection and reconnection of a SAN LUN, &#8220;transferring&#8221; a VM to another host.  Enabling the feature requires additional configuration and some software from your SAN vendor.  Of course, it also means going back to <em>one VM per LUN</em> and foregoing the wonders of <a href="http://www.vcritical.com/tag/csv/" target="_blank">CSV</a>.  Any takers?</p>
<h2>The SCVMM Library Server</h2>
<p>SCVMM 2008 R2 provides VM template functionality for Hyper-V.  Templates  and ISO images are stored in a Library, which uses standard Windows file services.  Obviously, that means no SAN copying for template deployments, either &#8212; kind of like VMware VirtualCenter 1.0.</p>
<h2>Conclusion</h2>
<p>&#8220;SAN LUN disconnect and reconnect&#8221; just doesn&#8217;t have the same ring to it as &#8220;SAN transfer&#8221; but I&#8217;m not sure that is sufficient justification for these misleading marketing claims.  And to use the word &#8220;copying&#8221; is simply dishonest.</p>
<p>Don&#8217;t make the mistake of assuming Hyper-V is just like VMware ESX.  Compare for yourself &#8212; seeing is believing.</p>
<p style="padding-left: 30px;">


<p>Related posts:<ol><li><a href='http://www.vcritical.com/2008/12/igt-part-2-san-misers/' rel='bookmark' title='IGT Part 2: SAN Misers'>IGT Part 2: SAN Misers</a></li>
<li><a href='http://www.vcritical.com/2008/10/storage-vendors-unanimously-applaud-scvmm-innovation/' rel='bookmark' title='Storage vendors unanimously applaud SCVMM innovation'>Storage vendors unanimously applaud SCVMM innovation</a></li>
<li><a href='http://www.vcritical.com/2009/11/the-truth-about-storage-hot-add-and-remove/' rel='bookmark' title='The Truth About Storage Hot Add and Remove'>The Truth About Storage Hot Add and Remove</a></li>
<li><a href='http://www.vcritical.com/2008/10/scvmm-to-vmware-you-will-be-assimilated/' rel='bookmark' title='SCVMM to VMware: You will be assimilated'>SCVMM to VMware: You will be assimilated</a></li>
</ol></p><div style="font-family:Verdana; color:#000000; background-color: #C0C0C0; padding: 7px;border: dashed thin">

<a href="http://www.vcritical.com/2009/12/the-truth-about-vm-san-transfers/#respond">Leave a Comment</a> •
<a href="http://feedproxy.google.com/vcritical">Subscribe to RSS</a> •
<a href="http://feedburner.google.com/fb/a/mailverify?uri=vcritical&loc=en_US">Subscribe via Email</a> •
<a href="http://www.twitter.com/eric_gray">Follow Eric Gray on Twitter</a><br/>

More articles on: <a href="http://www.vcritical.com/tag/esx/" rel="tag">ESX</a>, <a href="http://www.vcritical.com/tag/hyper-v/" rel="tag">Hyper-V</a>, <a href="http://www.vcritical.com/tag/pass/" rel="tag">PASS</a>, <a href="http://www.vcritical.com/tag/scvmm/" rel="tag">SCVMM</a>, <a href="http://www.vcritical.com/tag/storage/" rel="tag">storage</a>, <a href="http://www.vcritical.com/tag/templates/" rel="tag">templates</a>, <a href="http://www.vcritical.com/tag/vcenter/" rel="tag">vCenter</a> • <a href="http://www.vcritical.com/category/virtualizationism/">Browse All Virtualization Content</a><br/>

<a href="http://www.vcritical.com/2009/12/the-truth-about-vm-san-transfers/">The Truth About VM SAN Transfers</a> by <a href="http://www.vcritical.com/about/">Eric Gray</a> © 2009 • <a href="http://www.vcritical.com/">VCritical</a>

</div>]]></content:encoded>
			<wfw:commentRss>http://www.vcritical.com/2009/12/the-truth-about-vm-san-transfers/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>The Truth About Storage Hot Add and Remove</title>
		<link>http://www.vcritical.com/2009/11/the-truth-about-storage-hot-add-and-remove/</link>
		<comments>http://www.vcritical.com/2009/11/the-truth-about-storage-hot-add-and-remove/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 15:34:35 +0000</pubDate>
		<dc:creator>Eric Gray</dc:creator>
				<category><![CDATA[Virtualizationism]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[PASS]]></category>
		<category><![CDATA[SCVMM]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[VMFS]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.vcritical.com/?p=1944</guid>
		<description><![CDATA[VMware vSphere 4 offers multiple options for expanding virtual machine storage with zero downtime, including the ability to grow a running virtual disk.  Hyper-V marketing literature makes a similar claim, but is limited to simply adding another virtual disk.]]></description>
			<content:encoded><![CDATA[<p>VMware vSphere 4 supports a range of hot storage management technologies:</p>
<ul>
<li> vStorage VMFS Volume Grow</li>
<li> Hot Extend for Virtual Disks</li>
<li> Hot Virtual Disk Add/Remove</li>
</ul>
<p>With these capabilities, if space gets tight in your vSphere environment, it is easy to be proactive and address the issue before anyone notices.  The process goes something like this:</p>
<ul>
<li>Allocate additional physical hard disk space on your SAN to an appropriate LUN</li>
<li>Grow your VMFS datastore onto the newly added free space</li>
<li>Extend, or add new, virtual disks for the VMs that need more storage</li>
<li>Expand the volume inside the guest to create more usable space</li>
</ul>
<p>All without a reboot: zero downtime.</p>
<h2>Not All Virtualization Platforms are Created Equal</h2>
<p>Don&#8217;t jump to the conclusion that all hypervisors offer the same flexibility.  Perhaps you are wondering about Hyper-V capabilities?<span id="more-1944"></span></p>
<p>First, let&#8217;s take a look at some Microsoft System Center Virtual Machine Manager 2008 R2 (SCVMM) marketing statements:</p>
<p>The <a href="http://www.microsoft.com/systemcenter/virtualmachinemanager/en/us/whats-new-R2.aspx" target="_blank">What&#8217;s New</a> page announces:</p>
<p style="padding-left: 30px;"><strong>Hot addition/removal of Storage</strong>: Allows the addition and removal of storage to virtualized infrastructure without interruption. Additionally, &#8220;live&#8221; management of virtual hard disk (VHDs) or iSCSI pass through disks, allows administrators to take advantage of additional backup scenarios and readily use mission critical and storage-intensive applications.</p>
<p>The <a href="http://www.microsoft.com/systemcenter/virtualmachinemanager/en/us/top-benefits-R2.aspx" target="_blank">Top Benefits</a> list proclaims:</p>
<p style="padding-left: 30px;"><strong>Hot addition/removal of storage</strong>: With this capability, administrators can quickly and efficiently respond to changing storage requirements of virtual machines. This ability to hot-add additional storage eliminates the previous need to take the host down to upgrade storage thus increasing business continuity for end users and reducing complexity for administrators. Additionally it allows administrators to confidently deploy mission critical applications (in which up-time is of paramount importance) that may have rapidly changing storage requirements such as web, database or other business applications.</p>
<p>An IT decision-maker just might get the impression that both ESX and Hyper-V have essentially the same features. <strong>They do not.</strong></p>
<p>You may be surprised to find out that all of the descriptions above merely refer to <strong>adding a new virtual disk</strong> to a VM &#8212; providing the conditions are right.  You cannot grow an existing VHD, and you can&#8217;t safely remove a VHD with SCVMM.</p>
<h2>Plan Ahead</h2>
<p>First things first.  If your Hyper-V VM does not have a virtual SCSI adapter &#8212; templates and VMs from Hyper-V R1 do not &#8212; you won&#8217;t be able to hot add a new VHD until you correct that shortcoming.  Hello downtime.</p>
<p>SCVMM can add a new blank virtual disk to a VM or it can copy an existing one across the network from the Library &#8212; if you copied it there beforehand, but there is no way to add a VHD that may already be present on your SAN &#8212; even if it is already sitting right next to the destination VM.</p>
<h2>Removal?</h2>
<p>Up-time may be of <em>paramount importance</em>, but preventing data-loss was evidently not part of the original design.  Removing a VHD with SCVMM results in the immediate deletion of the underlying VHD file.  Ouch!  Thankfully, a recent patch improves administrator job security by throwing up a warning before this happens, providing an option to cancel.  There is no way to simply disconnect a VHD using SCVMM.</p>
<p>It turns out that if you really want to take advantage of those &#8220;Additional Backup Scenarios&#8221; by hot adding <em>and removing</em> virtual disks, you need your trusty Hyper-V Manager utility.  Still think System Center is a <a href="http://www.vcritical.com/2009/08/single-pane-of-glass-hyper-v-edition/">single pane of glass</a>?  And that&#8217;s not the only task that requires administrators to switch between Hyper-V interfaces.</p>
<h2>Conclusion</h2>
<p>Microsoft is trying hard to ride the coattails of VMware ESX.  The latest release of Hyper-V R2 still does not have capabilities enjoyed by VMware administrators since the ESX 3.5 days.</p>
<p>Don&#8217;t believe the obfuscated marketing literature.  VMware vSphere is for real.</p>


<p>Related posts:<ol><li><a href='http://www.vcritical.com/2009/10/responsible-thin-provisioning-in-vmware-vsphere/' rel='bookmark' title='Responsible Thin Provisioning in VMware vSphere'>Responsible Thin Provisioning in VMware vSphere</a></li>
<li><a href='http://www.vcritical.com/2009/10/easy-recovery-from-a-full-vmware-esx-datastore/' rel='bookmark' title='Easy recovery from a full VMware ESX datastore'>Easy recovery from a full VMware ESX datastore</a></li>
<li><a href='http://www.vcritical.com/2009/11/vsphere-thin-provisioned-disk-performance/' rel='bookmark' title='vSphere Thin-Provisioned Disk Performance'>vSphere Thin-Provisioned Disk Performance</a></li>
<li><a href='http://www.vcritical.com/2009/12/the-truth-about-vm-san-transfers/' rel='bookmark' title='The Truth About VM SAN Transfers'>The Truth About VM SAN Transfers</a></li>
</ol></p><div style="font-family:Verdana; color:#000000; background-color: #C0C0C0; padding: 7px;border: dashed thin">

<a href="http://www.vcritical.com/2009/11/the-truth-about-storage-hot-add-and-remove/#respond">Leave a Comment</a> •
<a href="http://feedproxy.google.com/vcritical">Subscribe to RSS</a> •
<a href="http://feedburner.google.com/fb/a/mailverify?uri=vcritical&loc=en_US">Subscribe via Email</a> •
<a href="http://www.twitter.com/eric_gray">Follow Eric Gray on Twitter</a><br/>

More articles on: <a href="http://www.vcritical.com/tag/esx/" rel="tag">ESX</a>, <a href="http://www.vcritical.com/tag/hyper-v/" rel="tag">Hyper-V</a>, <a href="http://www.vcritical.com/tag/pass/" rel="tag">PASS</a>, <a href="http://www.vcritical.com/tag/scvmm/" rel="tag">SCVMM</a>, <a href="http://www.vcritical.com/tag/storage/" rel="tag">storage</a>, <a href="http://www.vcritical.com/tag/vmfs/" rel="tag">VMFS</a>, <a href="http://www.vcritical.com/tag/vsphere/" rel="tag">vSphere</a> • <a href="http://www.vcritical.com/category/virtualizationism/">Browse All Virtualization Content</a><br/>

<a href="http://www.vcritical.com/2009/11/the-truth-about-storage-hot-add-and-remove/">The Truth About Storage Hot Add and Remove</a> by <a href="http://www.vcritical.com/about/">Eric Gray</a> © 2009 • <a href="http://www.vcritical.com/">VCritical</a>

</div>]]></content:encoded>
			<wfw:commentRss>http://www.vcritical.com/2009/11/the-truth-about-storage-hot-add-and-remove/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>SCVMM/PRO Complexity: High</title>
		<link>http://www.vcritical.com/2009/11/scvmmpro-complexity-high/</link>
		<comments>http://www.vcritical.com/2009/11/scvmmpro-complexity-high/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 11:10:53 +0000</pubDate>
		<dc:creator>Eric Gray</dc:creator>
				<category><![CDATA[Virtualizationism]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[live migration]]></category>
		<category><![CDATA[PRO Tips]]></category>
		<category><![CDATA[SCOM]]></category>
		<category><![CDATA[SCVMM]]></category>

		<guid isPermaLink="false">http://www.vcritical.com/?p=1889</guid>
		<description><![CDATA[According to Microsoft's own documentation, integrating SCOM with SCVMM adds high complexity and additional cost to your virtualization environment.]]></description>
			<content:encoded><![CDATA[<p>About a year ago, I wrote about the <a href="http://www.vcritical.com/2008/11/pro-tips-pros-only-please/">complex requirements for enabling PRO Tips</a> in System Center Virtual Machine Manager 2008 (SCVMM).  That was the previous release &#8212; what has changed now that SCVMM 2008 R2 is available?</p>
<p><strong>Not much.</strong></p>
<h2>First Things First</h2>
<p>Before you can use PRO to Live Migrate virtual machines between hosts (which is sort of the whole point), you need to first configure Hyper-V, failover clustering, and Cluster Shared Volumes &#8212; something eWeek found to be <a href="http://www.vcritical.com/2009/10/live-migration-significantly-more-complicated/">significantly more complicated</a> than VMware ESX.</p>
<p>After Hyper-V and Live Migration are up and running, the next step is to install SCVMM 2008 R2 so you can integrate it with your System Center Operations Manager 2007 (SCOM) environment.</p>
<p>What&#8217;s that?  You don&#8217;t have SCOM deployed?  Go ahead and set it up.  Come back in a few days when you&#8217;re ready to go to the next step.</p>
<h2>Integration Time</h2>
<p>After your environment has both SCVMM and SCOM up and running, it&#8217;s integration time! If you have ever thought that the <em>next-next-finish</em> Microsoft wizards were boring, then this is the task for you.  You&#8217;ll get a chance to make configuration changes to various systems and possibly even Active Directory &#8212; haven&#8217;t you always wanted to learn about the SetSPN utility anyway?</p>
<p>But don&#8217;t let me spoil the excitement by giving away the ending &#8212; pick up your own copy of the 34-page integration guide and experience the thrill for yourself.<span id="more-1889"></span></p>
<p><img class="size-full wp-image-1890 alignnone" title="SCVMM-SCOM integration guide" src="http://www.vcritical.com/wp-content/uploads/2009/10/SCVMM-SCOM-integration-guide.png" alt="SCVMM-SCOM integration guide" width="446" height="303" /></p>
<h2>Second Opinion</h2>
<p>Some of you are probably thinking that this is an exaggeration, it can&#8217;t be all that bad.  Let&#8217;s take a look from another perspective, presented in the Infrastructure Planning and Design (<a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=ad3921fb-8224-4681-9064-075fdf042b0c" target="_blank">IPD</a>) guide for SCVMM 2008 R2:</p>
<p><img class="size-full wp-image-1891 alignnone" title="IPD-SCOM integration complexity" src="http://www.vcritical.com/wp-content/uploads/2009/10/IPD-SCOM-integration-complexity.png" alt="IPD-SCOM integration complexity" width="456" height="341" /></p>
<p>As you can see from the above excerpt, integrating SCVMM with SCOM clearly<strong> increases the time, effort, and complexity</strong> of your virtualization deployment.  And don&#8217;t forget that SCOM is required for <a href="http://www.vcritical.com/2009/10/hyper-v-administrators-exhibit-advanced-memory-skills/">monitoring</a> your Hyper-V infrastructure, too.</p>
<p>Unlike the Microsoft virtualization conglomeration, VMware DRS is an integral part of vCenter Server &#8212; purpose-built for virtualization.  Talk about <a href="http://www.vcritical.com/2009/11/layers-and-layers-of-fud/">additional layers</a>&#8230;</p>


<p>Related posts:<ol><li><a href='http://www.vcritical.com/2008/11/pro-tips-pros-only-please/' rel='bookmark' title='PRO Tips: pros only, please'>PRO Tips: pros only, please</a></li>
<li><a href='http://www.vcritical.com/2008/11/two-thousand/' rel='bookmark' title='Two thousand?'>Two thousand?</a></li>
<li><a href='http://www.vcritical.com/2009/04/save-14970-on-vmware-esx-management/' rel='bookmark' title='Save $14,970 on VMware ESX management'>Save $14,970 on VMware ESX management</a></li>
<li><a href='http://www.vcritical.com/2009/10/hyper-v-console-disconnects-during-live-migration/' rel='bookmark' title='Hyper-V Console Disconnects During Live Migration'>Hyper-V Console Disconnects During Live Migration</a></li>
</ol></p><div style="font-family:Verdana; color:#000000; background-color: #C0C0C0; padding: 7px;border: dashed thin">

<a href="http://www.vcritical.com/2009/11/scvmmpro-complexity-high/#respond">Leave a Comment</a> •
<a href="http://feedproxy.google.com/vcritical">Subscribe to RSS</a> •
<a href="http://feedburner.google.com/fb/a/mailverify?uri=vcritical&loc=en_US">Subscribe via Email</a> •
<a href="http://www.twitter.com/eric_gray">Follow Eric Gray on Twitter</a><br/>

More articles on: <a href="http://www.vcritical.com/tag/hyper-v/" rel="tag">Hyper-V</a>, <a href="http://www.vcritical.com/tag/live-migration/" rel="tag">live migration</a>, <a href="http://www.vcritical.com/tag/pro-tips/" rel="tag">PRO Tips</a>, <a href="http://www.vcritical.com/tag/scom/" rel="tag">SCOM</a>, <a href="http://www.vcritical.com/tag/scvmm/" rel="tag">SCVMM</a> • <a href="http://www.vcritical.com/category/virtualizationism/">Browse All Virtualization Content</a><br/>

<a href="http://www.vcritical.com/2009/11/scvmmpro-complexity-high/">SCVMM/PRO Complexity: High</a> by <a href="http://www.vcritical.com/about/">Eric Gray</a> © 2009 • <a href="http://www.vcritical.com/">VCritical</a>

</div>]]></content:encoded>
			<wfw:commentRss>http://www.vcritical.com/2009/11/scvmmpro-complexity-high/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Hyper-V Console Disconnects During Live Migration</title>
		<link>http://www.vcritical.com/2009/10/hyper-v-console-disconnects-during-live-migration/</link>
		<comments>http://www.vcritical.com/2009/10/hyper-v-console-disconnects-during-live-migration/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 19:53:16 +0000</pubDate>
		<dc:creator>Eric Gray</dc:creator>
				<category><![CDATA[Virtualizationism]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[live migration]]></category>
		<category><![CDATA[PRO Tips]]></category>
		<category><![CDATA[SCVMM]]></category>

		<guid isPermaLink="false">http://www.vcritical.com/?p=1810</guid>
		<description><![CDATA[When a Hyper-V virtual machine console is connected and a live migration is initiated -- automatically with PRO Tips or manually -- the remote client disconnects.  The situation must be resolved manually by the administrator, unlike VMware ESX, which seamlessly migrates remote console connections during VMotion.]]></description>
			<content:encoded><![CDATA[<p><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  class="size-full wp-image-1811 alignleft" title="SCVMM Connect to Virtual Machine" src="http://www.vcritical.com/wp-content/uploads/2009/10/connect-to-virtual-machine.png" alt="SCVMM Connect to Virtual Machine" width="191" height="105" />Previously I showed how the architecture behind VMware vSphere clustering is so robust that even a <a href="http://www.vcritical.com/2009/10/vsphere-console-stays-connected-during-vmotion/">remote virtual machine console remains connected</a> as a VM migrates with VMotion from one host to another.  VMware vSphere is designed from the ground up as an integrated virtualization solution &#8212; cleanly abstracting virtual machine operations from the underlying aggregate pool of physical hardware.</p>
<p>Microsoft Hyper-V R2 derives HA clustering capabilities and Live Migration from the additional Windows Failover Clustering layer that can be added to the hypervisor.  With all that <em>integration</em>, you might think a remote console connection would seamlessly <em>fail over</em> along with the VM during a Live Migration.</p>
<p><strong>Sorry, not in this release.</strong> Is it an omission, or just a bug?  Time will tell.</p>
<p>Now that System Center Virtual Machine Manger 2008 R2 (SCVMM) PRO tips can be used to automate Live Migration &#8212; if it is integrated with System Center Operations Manger 2007 (SCOM), that is &#8212; administrators connected to a remote VM console may find themselves suddenly cut off.</p>
<p><strong>See it in action in this short video:</strong></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/ghGob5G6ruU&amp;hl=en&amp;fs=1&amp;hd=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/ghGob5G6ruU&amp;hl=en&amp;fs=1&amp;hd=1" allowfullscreen="true"></embed></object></p>
<p><span id="more-1810"></span><br />
Oh, sure it&#8217;s not hard to go back into SCVMM, find the VM, and reconnect &#8212; but should you have to do that manually?  VM remote consoles may not be needed for day-to-day administrative tasks, but is that reasonable justification to ignore usability and integration?</p>
<p>Because the Microsoft Virtualization solution is a conglomeration of various components &#8212; Windows Server, hypervisor role, Failover Clustering, SCVMM, SCOM, etc. &#8212; it is much more difficult to provide a seamless experience.  <strong>This remote console issue is really just an indicator.</strong></p>


<p>Related posts:<ol><li><a href='http://www.vcritical.com/2009/11/scvmmpro-complexity-high/' rel='bookmark' title='SCVMM/PRO Complexity: High'>SCVMM/PRO Complexity: High</a></li>
<li><a href='http://www.vcritical.com/2009/06/choose-any-two-hyper-v-ha-linux/' rel='bookmark' title='Choose any two: Hyper-V, HA, Linux'>Choose any two: Hyper-V, HA, Linux</a></li>
<li><a href='http://www.vcritical.com/2008/11/pro-tips-pros-only-please/' rel='bookmark' title='PRO Tips: pros only, please'>PRO Tips: pros only, please</a></li>
<li><a href='http://www.vcritical.com/2011/10/vmware-vmotion-over-5-times-faster-than-hyper-v-live-migration/' rel='bookmark' title='VMware vMotion: Over 5 Times Faster Than Hyper-V Live Migration'>VMware vMotion: Over 5 Times Faster Than Hyper-V Live Migration</a></li>
</ol></p><div style="font-family:Verdana; color:#000000; background-color: #C0C0C0; padding: 7px;border: dashed thin">

<a href="http://www.vcritical.com/2009/10/hyper-v-console-disconnects-during-live-migration/#respond">Leave a Comment</a> •
<a href="http://feedproxy.google.com/vcritical">Subscribe to RSS</a> •
<a href="http://feedburner.google.com/fb/a/mailverify?uri=vcritical&loc=en_US">Subscribe via Email</a> •
<a href="http://www.twitter.com/eric_gray">Follow Eric Gray on Twitter</a><br/>

More articles on: <a href="http://www.vcritical.com/tag/hyper-v/" rel="tag">Hyper-V</a>, <a href="http://www.vcritical.com/tag/live-migration/" rel="tag">live migration</a>, <a href="http://www.vcritical.com/tag/pro-tips/" rel="tag">PRO Tips</a>, <a href="http://www.vcritical.com/tag/scvmm/" rel="tag">SCVMM</a> • <a href="http://www.vcritical.com/category/virtualizationism/">Browse All Virtualization Content</a><br/>

<a href="http://www.vcritical.com/2009/10/hyper-v-console-disconnects-during-live-migration/">Hyper-V Console Disconnects During Live Migration</a> by <a href="http://www.vcritical.com/about/">Eric Gray</a> © 2009 • <a href="http://www.vcritical.com/">VCritical</a>

</div>]]></content:encoded>
			<wfw:commentRss>http://www.vcritical.com/2009/10/hyper-v-console-disconnects-during-live-migration/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Is SCVMM 2008 R2 really banned from VMworld?</title>
		<link>http://www.vcritical.com/2009/08/is-scvmm-2008-r2-really-banned-from-vmworld/</link>
		<comments>http://www.vcritical.com/2009/08/is-scvmm-2008-r2-really-banned-from-vmworld/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 05:16:52 +0000</pubDate>
		<dc:creator>Eric Gray</dc:creator>
				<category><![CDATA[Virtualizationism]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SCVMM]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[VMworld]]></category>

		<guid isPermaLink="false">http://www.vcritical.com/?p=1430</guid>
		<description><![CDATA[It makes for great drama to say that VMware will not allow Microsoft Virtualization to exhibit their latest product -- but it is not true.]]></description>
			<content:encoded><![CDATA[<p>Isn&#8217;t it odd that the Microsoft Virtualization team would write up an entire post dedicated to the notion that VMware has <a href="http://blogs.technet.com/virtualization/archive/2009/08/25/What-you-won_2700_t-see-at-VMworld-2009-_2D00_-a-demo-of-SCVMM-2008-R2.aspx" target="_blank">banned them from exhibiting</a> the new System Center Virtual Machine Manager 2008 R2 (SCVMM 2008 R2) at VMworld 2009 next week in San Francisco?</p>
<p>I first read of this particular issue on <a href="http://www.networkworld.com/news/2009/082509-microsoft-vmworld.html" target="_blank">Network World</a> today.  But unlike the official Microsoft Virtualization Team Blog, NW actually includes some details about this supposed <strong>ban</strong> &#8212; like this quote from an official VMware spokeswoman:</p>
<blockquote><p>Yes, competing vendors are allowed to exhibit, including exhibiting competing products.</p></blockquote>
<p>The VMworld contract <em>was</em> big news &#8212; <a href="http://www.networkworld.com/news/2009/052909-vmware-denies-banning-competitors.html" target="_blank">back in May</a> &#8212; but since then, like it or not, most competitors and industry watchers have conceded that the fine print in the VMworld contract is industry standard.  Just read the comments in that <a href="http://www.virtualization.info/2009/08/hello-freedom-vmware-adds-more.html#comments" target="_blank">Virtualization.info article</a> referenced by MSFT.</p>
<p>While it does make for pretty good drama, you should know that VMware has not banned Microsoft from exhibiting SCVMM 2008 R2.  I do admit, &#8220;Try the virtualization manager that VMware doesn&#8217;t want you to see!&#8221; does sound a lot more intriguing than &#8220;Here&#8217;s SCVMM R2, it does mostly the same stuff as the first release, and it can manage vSphere now &#8212; if you count VI3 feature parity.&#8221;</p>
<p><strong>See you at VMworld.</strong></p>


<p>Related posts:<ol><li><a href='http://www.vcritical.com/2009/08/hello-scvmm-2008-r2/' rel='bookmark' title='Hello, SCVMM 2008 R2'>Hello, SCVMM 2008 R2</a></li>
<li><a href='http://www.vcritical.com/2008/12/how-to-get-to-vmworld-2009/' rel='bookmark' title='How to get to VMworld 2009'>How to get to VMworld 2009</a></li>
<li><a href='http://www.vcritical.com/2009/07/wild-scvmm-2008-r2-rumors-and-speculation/' rel='bookmark' title='Wild SCVMM 2008 R2 rumors and speculation'>Wild SCVMM 2008 R2 rumors and speculation</a></li>
<li><a href='http://www.vcritical.com/2008/12/whats-new-and-whats-vapor-in-scvmm-2008/' rel='bookmark' title='What&#8217;s New (and What&#8217;s Vapor) in SCVMM 2008'>What&#8217;s New (and What&#8217;s Vapor) in SCVMM 2008</a></li>
</ol></p><div style="font-family:Verdana; color:#000000; background-color: #C0C0C0; padding: 7px;border: dashed thin">

<a href="http://www.vcritical.com/2009/08/is-scvmm-2008-r2-really-banned-from-vmworld/#respond">Leave a Comment</a> •
<a href="http://feedproxy.google.com/vcritical">Subscribe to RSS</a> •
<a href="http://feedburner.google.com/fb/a/mailverify?uri=vcritical&loc=en_US">Subscribe via Email</a> •
<a href="http://www.twitter.com/eric_gray">Follow Eric Gray on Twitter</a><br/>

More articles on: <a href="http://www.vcritical.com/tag/microsoft/" rel="tag">Microsoft</a>, <a href="http://www.vcritical.com/tag/scvmm/" rel="tag">SCVMM</a>, <a href="http://www.vcritical.com/tag/vmware/" rel="tag">VMware</a>, <a href="http://www.vcritical.com/tag/vmworld/" rel="tag">VMworld</a> • <a href="http://www.vcritical.com/category/virtualizationism/">Browse All Virtualization Content</a><br/>

<a href="http://www.vcritical.com/2009/08/is-scvmm-2008-r2-really-banned-from-vmworld/">Is SCVMM 2008 R2 really banned from VMworld?</a> by <a href="http://www.vcritical.com/about/">Eric Gray</a> © 2009 • <a href="http://www.vcritical.com/">VCritical</a>

</div>]]></content:encoded>
			<wfw:commentRss>http://www.vcritical.com/2009/08/is-scvmm-2008-r2-really-banned-from-vmworld/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Hello, SCVMM 2008 R2</title>
		<link>http://www.vcritical.com/2009/08/hello-scvmm-2008-r2/</link>
		<comments>http://www.vcritical.com/2009/08/hello-scvmm-2008-r2/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 21:48:19 +0000</pubDate>
		<dc:creator>Eric Gray</dc:creator>
				<category><![CDATA[Virtualizationism]]></category>
		<category><![CDATA[SCVMM]]></category>

		<guid isPermaLink="false">http://www.vcritical.com/?p=1424</guid>
		<description><![CDATA[Originally promised within 60 days of Hyper-V R2, today MSFT announced availability of SCVMM 2008 R2.]]></description>
			<content:encoded><![CDATA[<p>Last month, I wrote about the <a href="http://www.vcritical.com/2009/07/wild-scvmm-2008-r2-rumors-and-speculation/">System Center Virtual Machine Manager 2008 R2 (SCVMM) release date</a>, hinting that the release may actually be less than 60 days after Hyper-V R2, as initially guided by Microsoft.  Sure enough, today the System Center team <a href="http://blogs.technet.com/systemcenter/archive/2009/08/24/system-center-virtual-machine-manager-vmm-2008-r2-rtms.aspx" target="_blank">announced</a> that the product will be available for volume license customers starting October 1. I&#8217;m not going to try and explain the difference between the various MSFT availability dates &#8212; RTM, volume license, GA, etc. &#8212; because I can&#8217;t.</p>
<p>Just one week before VMworld 2009 &#8212; <strong>quelle coïncidence!</strong></p>
<p><strong><br />
</strong></p>


<p>Related posts:<ol><li><a href='http://www.vcritical.com/2009/08/is-scvmm-2008-r2-really-banned-from-vmworld/' rel='bookmark' title='Is SCVMM 2008 R2 really banned from VMworld?'>Is SCVMM 2008 R2 really banned from VMworld?</a></li>
<li><a href='http://www.vcritical.com/2009/07/wild-scvmm-2008-r2-rumors-and-speculation/' rel='bookmark' title='Wild SCVMM 2008 R2 rumors and speculation'>Wild SCVMM 2008 R2 rumors and speculation</a></li>
<li><a href='http://www.vcritical.com/2009/01/scvmm-2008-management-pack-finally-released/' rel='bookmark' title='SCVMM 2008 Management Pack Finally Released'>SCVMM 2008 Management Pack Finally Released</a></li>
<li><a href='http://www.vcritical.com/2009/10/hyper-v-administrators-exhibit-advanced-memory-skills/' rel='bookmark' title='Hyper-V Administrators Exhibit Advanced Memory Skills'>Hyper-V Administrators Exhibit Advanced Memory Skills</a></li>
</ol></p><div style="font-family:Verdana; color:#000000; background-color: #C0C0C0; padding: 7px;border: dashed thin">

<a href="http://www.vcritical.com/2009/08/hello-scvmm-2008-r2/#respond">Leave a Comment</a> •
<a href="http://feedproxy.google.com/vcritical">Subscribe to RSS</a> •
<a href="http://feedburner.google.com/fb/a/mailverify?uri=vcritical&loc=en_US">Subscribe via Email</a> •
<a href="http://www.twitter.com/eric_gray">Follow Eric Gray on Twitter</a><br/>

More articles on: <a href="http://www.vcritical.com/tag/scvmm/" rel="tag">SCVMM</a> • <a href="http://www.vcritical.com/category/virtualizationism/">Browse All Virtualization Content</a><br/>

<a href="http://www.vcritical.com/2009/08/hello-scvmm-2008-r2/">Hello, SCVMM 2008 R2</a> by <a href="http://www.vcritical.com/about/">Eric Gray</a> © 2009 • <a href="http://www.vcritical.com/">VCritical</a>

</div>]]></content:encoded>
			<wfw:commentRss>http://www.vcritical.com/2009/08/hello-scvmm-2008-r2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Single Pane of Glass &#8212; Hyper-V Edition</title>
		<link>http://www.vcritical.com/2009/08/single-pane-of-glass-hyper-v-edition/</link>
		<comments>http://www.vcritical.com/2009/08/single-pane-of-glass-hyper-v-edition/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 14:42:42 +0000</pubDate>
		<dc:creator>Eric Gray</dc:creator>
				<category><![CDATA[Virtualizationism]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[SCVMM]]></category>
		<category><![CDATA[System Center]]></category>

		<guid isPermaLink="false">http://www.vcritical.com/?p=1339</guid>
		<description><![CDATA[Do not believe the hype from Microsoft execs about System Center single pane of glass management.  The loosely integrated tools require administrators to use numerous interfaces.]]></description>
			<content:encoded><![CDATA[<p>At a recent <a href="http://www.microsoft.com/msft/speech/FY09/elopmuglia_FAM2009.mspx" target="_blank">meeting with financial analysts</a>, <a href="http://www.microsoft.com/presspass/exec/bobmuglia/" target="_blank">Bob Muglia</a> made the following statement:</p>
<blockquote><p>And what customers are saying is, they have these existing VMware systems, our product, System Center, actually manages VMware. We do a world-class job of managing VMware, so they can use one pane of glass to manage their legacy VMware environments together with their Hyper-V system.</p></blockquote>
<p><strong>World-class job of managing VMware? </strong>Not according to <a href="http://www.vcritical.com/2009/03/managing-vi3-with-scvmm-considered-harmful/">my investigation</a>.  And <a href="http://www.vcritical.com/2009/04/network-world-weighs-in-on-scvmm-vi3-management/">Network World</a> found much of the same.</p>
<p><strong>One pane of glass to manage VMware and Hyper-V? </strong>Not so fast &#8212; in order to manage just a Hyper-V environment, you need a whole array of tools:</p>
<ul>
<li><a href="http://www.vcritical.com/2008/12/vm-resource-management-hyper-v-versus-scvmm/">Hyper-V Manager</a></li>
<li>System Center Virtual Machine Manager 2008 Console</li>
<li>System Center Operations Manager 2007 Console</li>
<li>System Center Configuration Manager 2007 Console</li>
<li>Third-party <a href="http://www.vcritical.com/2009/02/yes-nic-teaming-is-not-unsupported/">network interface teaming</a> utility</li>
<li>Server Core console <a href="http://www.vcritical.com/2008/10/vmware-esxi-and-hyper-v-installation-comparison/">configuration </a>tools</li>
<li>iSCSI configuration utility</li>
<li>Failover Cluster Manager</li>
<li>Perfmon</li>
<li>&#8230; the list goes on</li>
</ul>
<p>And oh, by the way, you also still need the vSphere Client because SCVMM cannot configure ESX host settings &#8212; hardware, storage, networking, resources, etc.</p>
<p>The easiest way to get &#8220;single pane of glass&#8221; management for Hyper-V is<span id="more-1339"></span> to <strong>simply redefine the &#8220;pane&#8221; to be an LCD display</strong>:</p>
<p><img class="alignnone size-full wp-image-1340" title="The single pane of glass... is your LCD screen." src="http://www.vcritical.com/wp-content/uploads/2009/08/dell_lcd_spog.png" alt="The single pane of glass... is your LCD screen." width="475" height="320" /></p>
<p><strong>Presto!  Single pane of glass to manage VMware and Hyper-V.</strong></p>


<p>Related posts:<ol><li><a href='http://www.vcritical.com/2009/04/save-14970-on-vmware-esx-management/' rel='bookmark' title='Save $14,970 on VMware ESX management'>Save $14,970 on VMware ESX management</a></li>
<li><a href='http://www.vcritical.com/2009/03/scvmm-damage-control/' rel='bookmark' title='SCVMM Damage Control'>SCVMM Damage Control</a></li>
<li><a href='http://www.vcritical.com/2008/12/vm-resource-management-hyper-v-versus-scvmm/' rel='bookmark' title='VM Resource Management: Hyper-V versus SCVMM'>VM Resource Management: Hyper-V versus SCVMM</a></li>
<li><a href='http://www.vcritical.com/2009/02/yes-nic-teaming-is-not-unsupported/' rel='bookmark' title='Yes, NIC teaming is not unsupported'>Yes, NIC teaming is not unsupported</a></li>
</ol></p><div style="font-family:Verdana; color:#000000; background-color: #C0C0C0; padding: 7px;border: dashed thin">

<a href="http://www.vcritical.com/2009/08/single-pane-of-glass-hyper-v-edition/#respond">Leave a Comment</a> •
<a href="http://feedproxy.google.com/vcritical">Subscribe to RSS</a> •
<a href="http://feedburner.google.com/fb/a/mailverify?uri=vcritical&loc=en_US">Subscribe via Email</a> •
<a href="http://www.twitter.com/eric_gray">Follow Eric Gray on Twitter</a><br/>

More articles on: <a href="http://www.vcritical.com/tag/hyper-v/" rel="tag">Hyper-V</a>, <a href="http://www.vcritical.com/tag/scvmm/" rel="tag">SCVMM</a>, <a href="http://www.vcritical.com/tag/system-center/" rel="tag">System Center</a> • <a href="http://www.vcritical.com/category/virtualizationism/">Browse All Virtualization Content</a><br/>

<a href="http://www.vcritical.com/2009/08/single-pane-of-glass-hyper-v-edition/">Single Pane of Glass &#8212; Hyper-V Edition</a> by <a href="http://www.vcritical.com/about/">Eric Gray</a> © 2009 • <a href="http://www.vcritical.com/">VCritical</a>

</div>]]></content:encoded>
			<wfw:commentRss>http://www.vcritical.com/2009/08/single-pane-of-glass-hyper-v-edition/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
	</channel>
</rss>

