<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Five wrong reasons to prefer VMware ESX over Hyper-V</title>
	<atom:link href="http://4sysops.com/archives/five-wrong-reasons-to-prefer-vmware-esx-over-hyper-v/feed/" rel="self" type="application/rss+xml" />
	<link>http://4sysops.com/archives/five-wrong-reasons-to-prefer-vmware-esx-over-hyper-v/</link>
	<description>For Windows Administrators</description>
	<lastBuildDate>Fri, 19 Mar 2010 19:02:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Michael Pietroforte</title>
		<link>http://4sysops.com/archives/five-wrong-reasons-to-prefer-vmware-esx-over-hyper-v/comment-page-1/#comment-123781</link>
		<dc:creator>Michael Pietroforte</dc:creator>
		<pubDate>Tue, 10 Feb 2009 15:01:40 +0000</pubDate>
		<guid isPermaLink="false">http://4sysops.com/?p=1450#comment-123781</guid>
		<description>Magnus, read &lt;a href=&quot;http://en.wikipedia.org/wiki/VMware_ESX_Server#Architecture&quot; rel=&quot;nofollow&quot;&gt;this&lt;/a&gt; Wikipedia article: &quot;Up through the current ESX version 3.5, a Linux kernel is started first[5] and is used to load a variety of specialized virtualization components, including VMware&#039;s &#039;vmkernel&#039; component.&quot;</description>
		<content:encoded><![CDATA[<p>Magnus, read <a href="http://en.wikipedia.org/wiki/VMware_ESX_Server#Architecture" rel="nofollow">this</a> Wikipedia article: &#8220;Up through the current ESX version 3.5, a Linux kernel is started first[5] and is used to load a variety of specialized virtualization components, including VMware&#8217;s &#8216;vmkernel&#8217; component.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Magnus</title>
		<link>http://4sysops.com/archives/five-wrong-reasons-to-prefer-vmware-esx-over-hyper-v/comment-page-1/#comment-123593</link>
		<dc:creator>Magnus</dc:creator>
		<pubDate>Fri, 06 Feb 2009 13:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://4sysops.com/?p=1450#comment-123593</guid>
		<description>Regarding: 2. Hyper-V is not actually bare metal:

ESX isn&#039;t build upon any RedHat release what so ever. VMkernel which is the operating system runs on top of the hardware and then ESX (not ESXi which only consists of the VMkernel part) uses a VM (the Service Console) build upon Redhat Enterprise server for interaction / adminisrtation of the VMkernel.</description>
		<content:encoded><![CDATA[<p>Regarding: 2. Hyper-V is not actually bare metal:</p>
<p>ESX isn&#8217;t build upon any RedHat release what so ever. VMkernel which is the operating system runs on top of the hardware and then ESX (not ESXi which only consists of the VMkernel part) uses a VM (the Service Console) build upon Redhat Enterprise server for interaction / adminisrtation of the VMkernel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tage</title>
		<link>http://4sysops.com/archives/five-wrong-reasons-to-prefer-vmware-esx-over-hyper-v/comment-page-1/#comment-103407</link>
		<dc:creator>Tage</dc:creator>
		<pubDate>Mon, 08 Sep 2008 15:22:10 +0000</pubDate>
		<guid isPermaLink="false">http://4sysops.com/?p=1450#comment-103407</guid>
		<description>Regarding the advantages published on ESX advanced memory capabilities such as Memory Overcommitment, Transparent Page Sharing (TPS) and Balloning it is important to mention that they come at a cost which is significant memory overhead per VM.

Depending on the amount of memory assigned to the VM, number of vCPUs and whether it is an x86 or x64 VM this overhead can be more than 100 % !!!(http://pubs.vmware.com/vi301/resmgmt/wwhelp/wwhimpl/common/html/wwhelp.htm?context=resmgmt&amp;file=vc_advanced_mgmt.11.18.html)

Even though TPS might reclaim some of this memory overhead if the VM&#039;s on a given host are fairly equal, the net effect might not be better than Hyper-V and could even be worse after DRS have had time to shuffle VM&#039;s around.

My point here is that if you do not design your environment correctly, right size your VM&#039;s and place them intelligently the advanced memory features might not do you any good in the overall picture.

Hyper-V has HA or host cluster functionality using the Failover Cluster feature of Windows 2008.

VMOTION is still a feature that Hyper-V lacks although the quick migration might be ok for a lot of customers. With quick migration the downtime is faily limited but if it is a problem, then the patching of the host servers will just need to be done during the defined maintenance windows. For most customers it will not be that big an issue as the host servers do not need to  be patched that often.

Where VMOTION is really beneficial is in relation with DRS to distribute the workload in a cluster. However, at present DRS only focus on CPU and memory and does not take Network and Disk I/O workload into account.

Hyper-V does not have a DRS functionality yet, but the PRO feature of SC/SCVMM will deliver that in the near furure and seems to be a much more powerfull platform than DRS. However, in order to have a real DRS capable system Hyper-V need to have Live Migration capabilities which will probably come in the first service pack. After all it was on the feature list for Hyper-V for a long time but was skipped with some other features because MS had to release the product on time.

Regarding the announced Hyper-V server product SKU I have not yet been able to find any official details on this, but it will most likely be based on a stripped down and locked version of Windows Server 2008 Standard Edition.</description>
		<content:encoded><![CDATA[<p>Regarding the advantages published on ESX advanced memory capabilities such as Memory Overcommitment, Transparent Page Sharing (TPS) and Balloning it is important to mention that they come at a cost which is significant memory overhead per VM.</p>
<p>Depending on the amount of memory assigned to the VM, number of vCPUs and whether it is an x86 or x64 VM this overhead can be more than 100 % !!!(http://pubs.vmware.com/vi301/resmgmt/wwhelp/wwhimpl/common/html/wwhelp.htm?context=resmgmt&amp;file=vc_advanced_mgmt.11.18.html)</p>
<p>Even though TPS might reclaim some of this memory overhead if the VM&#8217;s on a given host are fairly equal, the net effect might not be better than Hyper-V and could even be worse after DRS have had time to shuffle VM&#8217;s around.</p>
<p>My point here is that if you do not design your environment correctly, right size your VM&#8217;s and place them intelligently the advanced memory features might not do you any good in the overall picture.</p>
<p>Hyper-V has HA or host cluster functionality using the Failover Cluster feature of Windows 2008.</p>
<p>VMOTION is still a feature that Hyper-V lacks although the quick migration might be ok for a lot of customers. With quick migration the downtime is faily limited but if it is a problem, then the patching of the host servers will just need to be done during the defined maintenance windows. For most customers it will not be that big an issue as the host servers do not need to  be patched that often.</p>
<p>Where VMOTION is really beneficial is in relation with DRS to distribute the workload in a cluster. However, at present DRS only focus on CPU and memory and does not take Network and Disk I/O workload into account.</p>
<p>Hyper-V does not have a DRS functionality yet, but the PRO feature of SC/SCVMM will deliver that in the near furure and seems to be a much more powerfull platform than DRS. However, in order to have a real DRS capable system Hyper-V need to have Live Migration capabilities which will probably come in the first service pack. After all it was on the feature list for Hyper-V for a long time but was skipped with some other features because MS had to release the product on time.</p>
<p>Regarding the announced Hyper-V server product SKU I have not yet been able to find any official details on this, but it will most likely be based on a stripped down and locked version of Windows Server 2008 Standard Edition.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Phillips</title>
		<link>http://4sysops.com/archives/five-wrong-reasons-to-prefer-vmware-esx-over-hyper-v/comment-page-1/#comment-100024</link>
		<dc:creator>Joseph Phillips</dc:creator>
		<pubDate>Wed, 27 Aug 2008 12:32:19 +0000</pubDate>
		<guid isPermaLink="false">http://4sysops.com/?p=1450#comment-100024</guid>
		<description>Something from me. I am keen to have a look at Hyper-V and Hyper-V server though to be honest will stick with VMWARE Enterprise until MS gets similar advanced functionality.

A couple of things about licensing. 

The buy one physical license use it for 4 virtual machines is also the case where it runs under VMWARE. I have checked this myself with MS licensing.

However I am from an EDU and I can tell you that VMWARE do not offer the attractive dirt cheap prices MS would offer.</description>
		<content:encoded><![CDATA[<p>Something from me. I am keen to have a look at Hyper-V and Hyper-V server though to be honest will stick with VMWARE Enterprise until MS gets similar advanced functionality.</p>
<p>A couple of things about licensing. </p>
<p>The buy one physical license use it for 4 virtual machines is also the case where it runs under VMWARE. I have checked this myself with MS licensing.</p>
<p>However I am from an EDU and I can tell you that VMWARE do not offer the attractive dirt cheap prices MS would offer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elvar</title>
		<link>http://4sysops.com/archives/five-wrong-reasons-to-prefer-vmware-esx-over-hyper-v/comment-page-1/#comment-97833</link>
		<dc:creator>Elvar</dc:creator>
		<pubDate>Wed, 20 Aug 2008 16:12:01 +0000</pubDate>
		<guid isPermaLink="false">http://4sysops.com/?p=1450#comment-97833</guid>
		<description>I run ESX at work, have been doing that for a few years now and I feel that a few points are missing in this discussion.


What ESX does that Hyper-V does not do and why it matters.

VMotion, to move a virtual server from one hardware to another is vital for uptime. We can upgrade the hosts without any downtime for the applications.

Storage VMotion, to migrate from one storage solution to another. Now we are truly independat of the hardware when we can replace all the hardware on the fly.

Memory sharing. Normaly like with HyperV a virtual machine takes 1gb of memory, always. With ESX if you create one Windows VM and give it 1gb of memory it will take 1gb of the host. The next Windows VM you create will not take that much since both VM&#039;s share alot of the same stuff they need to store in memory which leaves the second VM maybe requireing only 800mb.

Memory balooning. If you add memory balooning and sharing you have some very effective use of memory. You dedicate 1gb memory for the first machine, it only uses 500mb, so it only takes 500mb from the host. The second might only need 250mb from the host because of memory sharing. That way you can put 4gb worth of VM on a host that has maybe only 3gb of memory.

DRS. This I use alot and its all automated. You have a cluster of 4 hosts or so. One host is up to 80% of its memory in use and you then over commit the memory to 120%. As soon as it goes over the threshold the DRS will VMotion the machines to a new host.

And finaly HA (dont know if HyperV offers this) If one host in the cluster goes down the VM&#039;s all reboot on new hosts automaticly.

Its a sweet life compared to bare metal :)



And about how the Linux kernel is used. The hyperwisor sits on the hardware and the linux thing sits as a VM on top of the hyperwisor just like any other vm.</description>
		<content:encoded><![CDATA[<p>I run ESX at work, have been doing that for a few years now and I feel that a few points are missing in this discussion.</p>
<p>What ESX does that Hyper-V does not do and why it matters.</p>
<p>VMotion, to move a virtual server from one hardware to another is vital for uptime. We can upgrade the hosts without any downtime for the applications.</p>
<p>Storage VMotion, to migrate from one storage solution to another. Now we are truly independat of the hardware when we can replace all the hardware on the fly.</p>
<p>Memory sharing. Normaly like with HyperV a virtual machine takes 1gb of memory, always. With ESX if you create one Windows VM and give it 1gb of memory it will take 1gb of the host. The next Windows VM you create will not take that much since both VM&#8217;s share alot of the same stuff they need to store in memory which leaves the second VM maybe requireing only 800mb.</p>
<p>Memory balooning. If you add memory balooning and sharing you have some very effective use of memory. You dedicate 1gb memory for the first machine, it only uses 500mb, so it only takes 500mb from the host. The second might only need 250mb from the host because of memory sharing. That way you can put 4gb worth of VM on a host that has maybe only 3gb of memory.</p>
<p>DRS. This I use alot and its all automated. You have a cluster of 4 hosts or so. One host is up to 80% of its memory in use and you then over commit the memory to 120%. As soon as it goes over the threshold the DRS will VMotion the machines to a new host.</p>
<p>And finaly HA (dont know if HyperV offers this) If one host in the cluster goes down the VM&#8217;s all reboot on new hosts automaticly.</p>
<p>Its a sweet life compared to bare metal <img src='http://4sysops.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>And about how the Linux kernel is used. The hyperwisor sits on the hardware and the linux thing sits as a VM on top of the hyperwisor just like any other vm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://4sysops.com/archives/five-wrong-reasons-to-prefer-vmware-esx-over-hyper-v/comment-page-1/#comment-97559</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Tue, 19 Aug 2008 19:19:14 +0000</pubDate>
		<guid isPermaLink="false">http://4sysops.com/?p=1450#comment-97559</guid>
		<description>Tage, thanks for clarifying this. I wonder how Hyper-V Server (the up-coming bare-metal version of Hyper-V) will work then.</description>
		<content:encoded><![CDATA[<p>Tage, thanks for clarifying this. I wonder how Hyper-V Server (the up-coming bare-metal version of Hyper-V) will work then.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tage</title>
		<link>http://4sysops.com/archives/five-wrong-reasons-to-prefer-vmware-esx-over-hyper-v/comment-page-1/#comment-95654</link>
		<dc:creator>Tage</dc:creator>
		<pubDate>Wed, 13 Aug 2008 14:44:01 +0000</pubDate>
		<guid isPermaLink="false">http://4sysops.com/?p=1450#comment-95654</guid>
		<description>Both ESX and Hyper-V are based on a hypervisor running on bare metal but uses 2 different architectures. The main difference as Andrew states is that once ESX is up and running the RHEL based servcie console can actually be unavailable and the VM&#039;s on the ESX host will still run even though they will be unmanageable.

In Hyper-V the VM&#039;s or child partitions are dependant on both the parent partition and the hypervisor. If the parent partition is not available and working then the guest VM&#039;s will not work at all.</description>
		<content:encoded><![CDATA[<p>Both ESX and Hyper-V are based on a hypervisor running on bare metal but uses 2 different architectures. The main difference as Andrew states is that once ESX is up and running the RHEL based servcie console can actually be unavailable and the VM&#8217;s on the ESX host will still run even though they will be unmanageable.</p>
<p>In Hyper-V the VM&#8217;s or child partitions are dependant on both the parent partition and the hypervisor. If the parent partition is not available and working then the guest VM&#8217;s will not work at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://4sysops.com/archives/five-wrong-reasons-to-prefer-vmware-esx-over-hyper-v/comment-page-1/#comment-90270</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 24 Jul 2008 18:58:16 +0000</pubDate>
		<guid isPermaLink="false">http://4sysops.com/?p=1450#comment-90270</guid>
		<description>Digg1980, of course there are more things to consider here. My post was just a response to the article at DABBC and nothing more.

Andrew, I didn’t deny that ESX runs on bare metal. The interesting question is whether there are any relevant differences between Hyper-V and ESX.</description>
		<content:encoded><![CDATA[<p>Digg1980, of course there are more things to consider here. My post was just a response to the article at DABBC and nothing more.</p>
<p>Andrew, I didn’t deny that ESX runs on bare metal. The interesting question is whether there are any relevant differences between Hyper-V and ESX.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://4sysops.com/archives/five-wrong-reasons-to-prefer-vmware-esx-over-hyper-v/comment-page-1/#comment-89084</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Mon, 21 Jul 2008 17:24:27 +0000</pubDate>
		<guid isPermaLink="false">http://4sysops.com/?p=1450#comment-89084</guid>
		<description>Regarding the bare metal comments -

ESX itself runs bare metal - the module bootstrapped by by the customized RHEL, but from there it is completely independent.  RHEL remains running with small resources under its control as a console/management interface, but it could crash and burn as far as the hypervisor is concerned.  ESX has direct access/control over physical devices/processor scheduling.</description>
		<content:encoded><![CDATA[<p>Regarding the bare metal comments -</p>
<p>ESX itself runs bare metal &#8211; the module bootstrapped by by the customized RHEL, but from there it is completely independent.  RHEL remains running with small resources under its control as a console/management interface, but it could crash and burn as far as the hypervisor is concerned.  ESX has direct access/control over physical devices/processor scheduling.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MS Hyper-V Secrets</title>
		<link>http://4sysops.com/archives/five-wrong-reasons-to-prefer-vmware-esx-over-hyper-v/comment-page-1/#comment-88643</link>
		<dc:creator>MS Hyper-V Secrets</dc:creator>
		<pubDate>Sun, 20 Jul 2008 19:33:47 +0000</pubDate>
		<guid isPermaLink="false">http://4sysops.com/?p=1450#comment-88643</guid>
		<description>Hi,

I am sorry, but I seems to agree with the comparison between MS-Hyper &amp; VMware at http://itcomparison.com/Virtualization/MShypervvsvi35/HyperVvsvmware35esx.htm
more than what you mentioned. I hope you can look at it and revert back. I know its using the demo version as a base for now, but I am really waiting till they evaluate the RTM.

Best Regards,
Digg1980</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am sorry, but I seems to agree with the comparison between MS-Hyper &amp; VMware at <a href="http://itcomparison.com/Virtualization/MShypervvsvi35/HyperVvsvmware35esx.htm" rel="nofollow">http://itcomparison.com/Virtualization/MShypervvsvi35/HyperVvsvmware35esx.htm</a><br />
more than what you mentioned. I hope you can look at it and revert back. I know its using the demo version as a base for now, but I am really waiting till they evaluate the RTM.</p>
<p>Best Regards,<br />
Digg1980</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Marshall</title>
		<link>http://4sysops.com/archives/five-wrong-reasons-to-prefer-vmware-esx-over-hyper-v/comment-page-1/#comment-88244</link>
		<dc:creator>David Marshall</dc:creator>
		<pubDate>Sat, 19 Jul 2008 12:36:15 +0000</pubDate>
		<guid isPermaLink="false">http://4sysops.com/?p=1450#comment-88244</guid>
		<description>Jan, I think we all agree on the memory thing now.  :)  And I totally agree with you about DRS and its merits.

And you are right, with moving to the SAN and letting it take care of things on the disk side, many of the problems have been overcome.  

I believe Microsoft is working fast and furious towards reaching feature parity with VMware.  VMotion, DRS, etc.  It will take some time, but they are at least identified and working toward that goal.  

Good discussion.  Thanks!
David</description>
		<content:encoded><![CDATA[<p>Jan, I think we all agree on the memory thing now.  <img src='http://4sysops.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   And I totally agree with you about DRS and its merits.</p>
<p>And you are right, with moving to the SAN and letting it take care of things on the disk side, many of the problems have been overcome.  </p>
<p>I believe Microsoft is working fast and furious towards reaching feature parity with VMware.  VMotion, DRS, etc.  It will take some time, but they are at least identified and working toward that goal.  </p>
<p>Good discussion.  Thanks!<br />
David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Ivar Beddari</title>
		<link>http://4sysops.com/archives/five-wrong-reasons-to-prefer-vmware-esx-over-hyper-v/comment-page-1/#comment-88203</link>
		<dc:creator>Jan Ivar Beddari</dc:creator>
		<pubDate>Sat, 19 Jul 2008 08:51:47 +0000</pubDate>
		<guid isPermaLink="false">http://4sysops.com/?p=1450#comment-88203</guid>
		<description>Memory overcommitment, you guys are right, I might have read into it too much. But now with the newly worded sentence it puts us on the same track :-)

Memory overcommitment is indeed a &quot;default feature&quot; so if you are careless/incompetent in what you are doing you will most likely run into problems sooner or later. Best pracitice with ESX is still to use DRS (this is why I had a strong association .. ) to reserve an amount of physical RAM for those critical VMs.

You picked it up so I&#039;ll comment again, like Michael says thin provisioning is not something that you &quot;just do&quot; and forget about. However, in larger environments, it does have merit, and it does work great. Not as a feature of VMware, but more as a storage virtualization solution provided by your SAN. The performance problems associated with this has largely been solved in that the SAN takes care of increasing the LUN in larger chunks rather than VMware increasing disk files in small increments. Because of this, to VMware it is all transparent. It will see a constant size LUN and VM disks just as a traditional SAN.

So I still feel that your number 5 is less accurate than the original number 5 :-) Not having this possibility in Hyper-V is a loss.</description>
		<content:encoded><![CDATA[<p>Memory overcommitment, you guys are right, I might have read into it too much. But now with the newly worded sentence it puts us on the same track <img src='http://4sysops.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Memory overcommitment is indeed a &#8220;default feature&#8221; so if you are careless/incompetent in what you are doing you will most likely run into problems sooner or later. Best pracitice with ESX is still to use DRS (this is why I had a strong association .. ) to reserve an amount of physical RAM for those critical VMs.</p>
<p>You picked it up so I&#8217;ll comment again, like Michael says thin provisioning is not something that you &#8220;just do&#8221; and forget about. However, in larger environments, it does have merit, and it does work great. Not as a feature of VMware, but more as a storage virtualization solution provided by your SAN. The performance problems associated with this has largely been solved in that the SAN takes care of increasing the LUN in larger chunks rather than VMware increasing disk files in small increments. Because of this, to VMware it is all transparent. It will see a constant size LUN and VM disks just as a traditional SAN.</p>
<p>So I still feel that your number 5 is less accurate than the original number 5 <img src='http://4sysops.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Not having this possibility in Hyper-V is a loss.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://4sysops.com/archives/five-wrong-reasons-to-prefer-vmware-esx-over-hyper-v/comment-page-1/#comment-88018</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 18 Jul 2008 18:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://4sysops.com/?p=1450#comment-88018</guid>
		<description>Daniel, actually, it is one of the most important reasons for me. Unfortunately, Hyper-V doesn’t run on every desktop PC because their BIOS often don’t support x86 virtualization. I hope that hardware vendors will change this in the future.

Jan, sorry, but I didn’t mean DRS. DRS is certainly a very interesting feature even though it also seems to be a bit freaky if set to automatic mode. I made this clear now in the article. I was just talking about memory overcommitment. I do have some (negative) experiences with this technology. I was just not with ESX. Once bitten, twice shy. The same applies to dynamic disks. I prefer to spend a little more for memory and disks and let the machines do the work and not my brain. These rather freaky features usually need more time for preparation and human resources are often more expensive than hardware resources.

David, thanks for mentioning DRS. I wasn’t aware of the fact that &quot;memory resource management&quot; is associated with DRS. As to the dynamic disks, we were using them on VMware Server for some time and it was quite obvious that this feature caused performance problems under certain circumstances. After we started working with fixed disks, the problems were gone. We knew what kind of applications caused those problems, but we only work with fixed disks now. We just don’t have the time to figure out when it works and when not. And yes, I am usually pro virtualization although I am a bit more cautious now than in the beginning.</description>
		<content:encoded><![CDATA[<p>Daniel, actually, it is one of the most important reasons for me. Unfortunately, Hyper-V doesn’t run on every desktop PC because their BIOS often don’t support x86 virtualization. I hope that hardware vendors will change this in the future.</p>
<p>Jan, sorry, but I didn’t mean DRS. DRS is certainly a very interesting feature even though it also seems to be a bit freaky if set to automatic mode. I made this clear now in the article. I was just talking about memory overcommitment. I do have some (negative) experiences with this technology. I was just not with ESX. Once bitten, twice shy. The same applies to dynamic disks. I prefer to spend a little more for memory and disks and let the machines do the work and not my brain. These rather freaky features usually need more time for preparation and human resources are often more expensive than hardware resources.</p>
<p>David, thanks for mentioning DRS. I wasn’t aware of the fact that &#8220;memory resource management&#8221; is associated with DRS. As to the dynamic disks, we were using them on VMware Server for some time and it was quite obvious that this feature caused performance problems under certain circumstances. After we started working with fixed disks, the problems were gone. We knew what kind of applications caused those problems, but we only work with fixed disks now. We just don’t have the time to figure out when it works and when not. And yes, I am usually pro virtualization although I am a bit more cautious now than in the beginning.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Marshall</title>
		<link>http://4sysops.com/archives/five-wrong-reasons-to-prefer-vmware-esx-over-hyper-v/comment-page-1/#comment-87959</link>
		<dc:creator>David Marshall</dc:creator>
		<pubDate>Fri, 18 Jul 2008 13:48:36 +0000</pubDate>
		<guid isPermaLink="false">http://4sysops.com/?p=1450#comment-87959</guid>
		<description>I think Michael raises fair points.

Jan, I didn&#039;t get that Michael was referencing DRS as much as he was the whole memory balloon and memory overcommitment feature that seems exclusive to VMware.  And if that&#039;s what&#039;s being discussed as opposed to DRS itself, the point is fair.  I don&#039;t typically use this feature in production either, though I do know that many people do.  And realistically, unless your environment is highly similar, it doesn&#039;t make sense to use it anyway.  And you said as much as well.  So the question is was it talking about memory overcommitment or DRS.

The statement about dynamic disks is fair as well in my book, though I have used dynamic disks in a number of Server and Virtual Server environments.  Since the beginning, ESX was based on fixed disks, and didn&#039;t offer dynamic disks.  Why?  It was enterprise and production ready, and using dynamic disks can cause performance issues, something most enterprises didn&#039;t want to contend with.

I also didn&#039;t get the sense that the post was about skepticism with virtualization, more about skepticism around the points made in the original post that he was commenting on... the 5 reasons why VMware is better than Hyper-V post.</description>
		<content:encoded><![CDATA[<p>I think Michael raises fair points.</p>
<p>Jan, I didn&#8217;t get that Michael was referencing DRS as much as he was the whole memory balloon and memory overcommitment feature that seems exclusive to VMware.  And if that&#8217;s what&#8217;s being discussed as opposed to DRS itself, the point is fair.  I don&#8217;t typically use this feature in production either, though I do know that many people do.  And realistically, unless your environment is highly similar, it doesn&#8217;t make sense to use it anyway.  And you said as much as well.  So the question is was it talking about memory overcommitment or DRS.</p>
<p>The statement about dynamic disks is fair as well in my book, though I have used dynamic disks in a number of Server and Virtual Server environments.  Since the beginning, ESX was based on fixed disks, and didn&#8217;t offer dynamic disks.  Why?  It was enterprise and production ready, and using dynamic disks can cause performance issues, something most enterprises didn&#8217;t want to contend with.</p>
<p>I also didn&#8217;t get the sense that the post was about skepticism with virtualization, more about skepticism around the points made in the original post that he was commenting on&#8230; the 5 reasons why VMware is better than Hyper-V post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Ivar Beddari</title>
		<link>http://4sysops.com/archives/five-wrong-reasons-to-prefer-vmware-esx-over-hyper-v/comment-page-1/#comment-87865</link>
		<dc:creator>Jan Ivar Beddari</dc:creator>
		<pubDate>Fri, 18 Jul 2008 06:59:10 +0000</pubDate>
		<guid isPermaLink="false">http://4sysops.com/?p=1450#comment-87865</guid>
		<description>I&#039;m an ESX admin (among all the other things I am ..) and I feel that your second paragraph of number 5 is a bit off, even with your disclaimer about having no experience .. VMware DRS which is what they call the resource managment features are widely used in production and one of the major points as to why ESX 3.x has been such a tremendous success.

You state that you &quot; .. feel much more comfortable if VMs can rely on the resources that were assigned to them&quot;. Which is exactly what DRS lets you do - but on a whole new level. You are no longer tied to one physical box, you assign the resources needed on a cluster level, and DRS will suggest or even tie the VM to a host for you. Overcommitting memory is of course not something you do on a wide scale without thinking about it. You are still able to specify a minimum amount of &quot;actual physical RAM&quot; that should be reserved for the VM. What overcommitting could give would be in example memory headroom at the top for a group of VMs that do similar tasks. It&#039;s a tool for you as an admin to use :-)

And I might be nitpicking, but your comment about thin provisioning of virtual disks, again, it seems like bit of an overstatement ..

But in general, your argument about why we should be sceptical about virtualization makes sense. Test, then deploy :-)</description>
		<content:encoded><![CDATA[<p>I&#8217;m an ESX admin (among all the other things I am ..) and I feel that your second paragraph of number 5 is a bit off, even with your disclaimer about having no experience .. VMware DRS which is what they call the resource managment features are widely used in production and one of the major points as to why ESX 3.x has been such a tremendous success.</p>
<p>You state that you &#8221; .. feel much more comfortable if VMs can rely on the resources that were assigned to them&#8221;. Which is exactly what DRS lets you do &#8211; but on a whole new level. You are no longer tied to one physical box, you assign the resources needed on a cluster level, and DRS will suggest or even tie the VM to a host for you. Overcommitting memory is of course not something you do on a wide scale without thinking about it. You are still able to specify a minimum amount of &#8220;actual physical RAM&#8221; that should be reserved for the VM. What overcommitting could give would be in example memory headroom at the top for a group of VMs that do similar tasks. It&#8217;s a tool for you as an admin to use <img src='http://4sysops.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>And I might be nitpicking, but your comment about thin provisioning of virtual disks, again, it seems like bit of an overstatement ..</p>
<p>But in general, your argument about why we should be sceptical about virtualization makes sense. Test, then deploy <img src='http://4sysops.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://4sysops.com/archives/five-wrong-reasons-to-prefer-vmware-esx-over-hyper-v/comment-page-1/#comment-87734</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Thu, 17 Jul 2008 19:40:23 +0000</pubDate>
		<guid isPermaLink="false">http://4sysops.com/?p=1450#comment-87734</guid>
		<description>One of the reasons I like Microsoft&#039;s product is what you mentioned in #2. I can throw up a VM on almost any hardware, even a desktop, and the machine can be used for emergency purposes. Get that VM back online ASAP. That is a very big draw to me.</description>
		<content:encoded><![CDATA[<p>One of the reasons I like Microsoft&#8217;s product is what you mentioned in #2. I can throw up a VM on almost any hardware, even a desktop, and the machine can be used for emergency purposes. Get that VM back online ASAP. That is a very big draw to me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
