<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Virtualization Frontier</title>
    <link>http://communities.vmware.com/blogs/ToddMuirhead</link>
    <description>Some Stuff on Enterprise Virtualization from DellTechCenter</description>
    <pubDate>Tue, 17 Jun 2008 22:05:26 GMT</pubDate>
    <generator>Clearspace 1.10.12 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2008-06-17T22:05:26Z</dc:date>
    <item>
      <title>Cluster Filesystem for Hyper-V</title>
      <link>http://communities.vmware.com/blogs/ToddMuirhead/2008/06/17/cluster-filesystem-for-hyperv</link>
      <description>I ran across Scott Lowe's blog entry on &lt;a class="jive-link-external" href="http://blog.scottlowe.org/2008/06/16/melio-fs-hyper-v-and-vmware-esx/"&gt;Melio FS, Hyper-V, and VMware ESX&lt;/a&gt; earlier today. Scott talks about his discussion with Jeff Woolsey - Senior Program Manager for Virtualziation at Microsoft - while at Tech Ed. Specifically how Microsoft has allowed storage partners to create a cluster file system that can be used by Windows 2008 \ Hyper-V. Such a cluster file system could enable the VMFS type functionality of having multiple physical hosts access a shared disk at the same time. This would remove the requirement of &lt;a class="jive-link-external" href="http://www.delltechcenter.com/page/04%2F10%2F2008+Hyper-V+Quick+Migration+Part+1+-+Comments"&gt;one LUN for one VM&lt;/a&gt; when doing quick migration with Hyper-V. Specifically &lt;a class="jive-link-external" href="http://www.sanbolic.com/index.htm"&gt;Sanbolics&lt;/a&gt;' &lt;a class="jive-link-external" href="http://www.sanbolic.com/melioFS.htm"&gt;Melio FS&lt;/a&gt; was identified as capable of doing this.&lt;br /&gt;
&lt;br /&gt;
I think this is excellent news and means that Hyper-V customers will have a cluster file system option for their Hyper-V hosts. This can greatly simplify storage management when you have more than just a few VMs. On the downside is the additional cost of such a cluster file system. There is not pricing listed on the Sanbolic website, but the &lt;a class="jive-link-external" href="http://www.networkworld.com/news/2008/061108-sanbolic-vmware-virtual-machines.html?page=1"&gt;Network World article&lt;/a&gt; states that the price is $5000 per host. If the cost is anywhere near that, then the price of &lt;a class="jive-link-external" href="http://store.vmware.com/servlet/ControllerServlet?Action=DisplayPage&amp;#38;Env=BASE&amp;#38;Locale=en_US&amp;#38;SiteID=vmware&amp;#38;id=ProductDetailsPage&amp;#38;productID=83582300"&gt;VMware's ESX&lt;/a&gt; doesn't seem that bad in comparison to &lt;a class="jive-link-external" href="http://www.microsoft.com/presspass/press/2007/nov07/11-12HyperVPR.mspx"&gt;Hyper-V&lt;/a&gt; - assuming that you need or want the cluster file system capability.&lt;br /&gt;
&lt;br /&gt;
Todd</description>
      <category domain="http://communities.vmware.com/blogs/ToddMuirhead/tags">delltechcenter</category>
      <category domain="http://communities.vmware.com/blogs/ToddMuirhead/tags">esx</category>
      <category domain="http://communities.vmware.com/blogs/ToddMuirhead/tags">microsoft</category>
      <category domain="http://communities.vmware.com/blogs/ToddMuirhead/tags">hyper-v</category>
      <category domain="http://communities.vmware.com/blogs/ToddMuirhead/tags">licensing</category>
      <category domain="http://communities.vmware.com/blogs/ToddMuirhead/tags">quick</category>
      <category domain="http://communities.vmware.com/blogs/ToddMuirhead/tags">migration</category>
      <pubDate>Tue, 17 Jun 2008 22:04:00 GMT</pubDate>
      <author>ToddMuirhead</author>
      <guid>http://communities.vmware.com/blogs/ToddMuirhead/2008/06/17/cluster-filesystem-for-hyperv</guid>
      <dc:date>2008-06-17T22:04:00Z</dc:date>
      <clearspace:dateToText>6 months, 3 weeks ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/ToddMuirhead/comment/cluster-filesystem-for-hyperv</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/ToddMuirhead/feeds/comments?blogPostID=1868</wfw:commentRss>
    </item>
    <item>
      <title>Hyper-V Quick Migration Part II</title>
      <link>http://communities.vmware.com/blogs/ToddMuirhead/2008/04/18/hyperv-quick-migration-part-ii</link>
      <description>The &lt;a class="jive-link-external" href="http://blogs.technet.com/virtualization/archive/2008/04/14/hyper-v-quick-migration-vmware-live-migration-part-2.aspx"&gt;second post on the Microsoft Virtualzation Team Blog&lt;/a&gt; about Quick Migration and VMotion was added a few days ago. It is mostly a discussion about how VMware HA and Quick Migration both provide a failover solution for UNplanned downtime. I agree with Jeff that both do basically the same thing in the event of an unplanned server outage - the VM is moved to another server and restarted.&lt;br /&gt;
&lt;br /&gt;
The difference that he doesn't talk about is that the rules of the failover are different because of the underlying filesystem that is used in each solution. Microsoft Hyper-V and Quick Migration are using the tried and true Microsoft failover-clustering, which uses an NTFS filesystem on the shared storage. As this is not a cluster file system, the shared storage is actually only visible to one of the servers at a time to prevent corruption. VMware ESX server and VMware HA are working with VMs that are on a VMFS file system which is cluster aware - meaning that multiple ESX servers are able to access the files (or VMs in other words) at the same time. &lt;br /&gt;
&lt;br /&gt;
So following a failure of a Hyper-V server, all VMs on the same disk (or LUN) must be recovered on the same server because the LUN or disk can only be used by one server at a time. In the event of a failure of an ESX server, the VMs can be restarted on any ESX server that has access to the LUN. In order to achieve this flexibility with Hyper-V and Quick Migration it would be necessary to have each VM on it's own LUN. This isn't impossible, but could be more complex to setup and manage.&lt;br /&gt;
&lt;br /&gt;
The end result would be same - the VMs would be restarted on another server. Some of the underlying details can make a difference with flexibility in where those VMs end up.&lt;br /&gt;
&lt;br /&gt;
Todd</description>
      <category domain="http://communities.vmware.com/blogs/ToddMuirhead/tags">esx</category>
      <category domain="http://communities.vmware.com/blogs/ToddMuirhead/tags">hyper-v</category>
      <category domain="http://communities.vmware.com/blogs/ToddMuirhead/tags">microsoft</category>
      <category domain="http://communities.vmware.com/blogs/ToddMuirhead/tags">vmware</category>
      <category domain="http://communities.vmware.com/blogs/ToddMuirhead/tags">quick</category>
      <category domain="http://communities.vmware.com/blogs/ToddMuirhead/tags">migration</category>
      <category domain="http://communities.vmware.com/blogs/ToddMuirhead/tags">vmotion</category>
      <category domain="http://communities.vmware.com/blogs/ToddMuirhead/tags">vmware</category>
      <category domain="http://communities.vmware.com/blogs/ToddMuirhead/tags">ha</category>
      <category domain="http://communities.vmware.com/blogs/ToddMuirhead/tags">ha</category>
      <pubDate>Fri, 18 Apr 2008 22:15:00 GMT</pubDate>
      <author>ToddMuirhead</author>
      <guid>http://communities.vmware.com/blogs/ToddMuirhead/2008/04/18/hyperv-quick-migration-part-ii</guid>
      <dc:date>2008-04-18T22:15:00Z</dc:date>
      <clearspace:dateToText>8 months, 3 weeks ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/ToddMuirhead/comment/hyperv-quick-migration-part-ii</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/ToddMuirhead/feeds/comments?blogPostID=1678</wfw:commentRss>
    </item>
  </channel>
</rss>

