<?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/"
	>
<channel>
	<title>Comments on: Virtualization Short Take #5</title>
	<atom:link href="http://blog.scottlowe.org/2008/04/04/virtualization-short-take-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.scottlowe.org/2008/04/04/virtualization-short-take-5/</link>
	<description>The weblog of an IT pro specializing in virtualization, storage, and servers</description>
	<pubDate>Thu, 18 Mar 2010 06:21:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: slowe</title>
		<link>http://blog.scottlowe.org/2008/04/04/virtualization-short-take-5/comment-page-1/#comment-43712</link>
		<dc:creator>slowe</dc:creator>
		<pubDate>Wed, 25 Feb 2009 21:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/2008/04/04/virtualization-short-take-5/#comment-43712</guid>
		<description>Berkut83,

The later versions of vCenter Server and ESX have VM failure monitoring, where vCenter Server will monitor VMware Tools heartbeats, disk I/O, and network I/O to determine if the VM has failed, and to restart it if so desired.

However, you are correct in that VMware HA will not protect against a corrupted system image.</description>
		<content:encoded><![CDATA[<p>Berkut83,</p>
<p>The later versions of vCenter Server and ESX have VM failure monitoring, where vCenter Server will monitor VMware Tools heartbeats, disk I/O, and network I/O to determine if the VM has failed, and to restart it if so desired.</p>
<p>However, you are correct in that VMware HA will not protect against a corrupted system image.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: berkut83</title>
		<link>http://blog.scottlowe.org/2008/04/04/virtualization-short-take-5/comment-page-1/#comment-43708</link>
		<dc:creator>berkut83</dc:creator>
		<pubDate>Wed, 25 Feb 2009 13:42:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/2008/04/04/virtualization-short-take-5/#comment-43708</guid>
		<description>I'm not still well informed about vmware ha, but MSCS i think that has still an advantage over vmware ha

It can recover a situation where the operating system is getting corrupted because in effect you have 2 separated operating systems, not just one switched between 2 esx servers. 

So, assume that on the first node you install a service pack which makes the node crashing.....the cluster mscs will fail over the second node

On the countrary, what about vmware ha? if i am not wrong you don't have an operating system health monitoring

If I am wrong, correct me</description>
		<content:encoded><![CDATA[<p>I&#8217;m not still well informed about vmware ha, but MSCS i think that has still an advantage over vmware ha</p>
<p>It can recover a situation where the operating system is getting corrupted because in effect you have 2 separated operating systems, not just one switched between 2 esx servers. </p>
<p>So, assume that on the first node you install a service pack which makes the node crashing&#8230;..the cluster mscs will fail over the second node</p>
<p>On the countrary, what about vmware ha? if i am not wrong you don&#8217;t have an operating system health monitoring</p>
<p>If I am wrong, correct me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Foskett</title>
		<link>http://blog.scottlowe.org/2008/04/04/virtualization-short-take-5/comment-page-1/#comment-36972</link>
		<dc:creator>Stephen Foskett</dc:creator>
		<pubDate>Mon, 07 Apr 2008 18:51:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/2008/04/04/virtualization-short-take-5/#comment-36972</guid>
		<description>I found lots of great NFS for VMware content in this NetApp whitepaper:
http://www.netapp.com/us/library/technical-reports/tr_3428.html</description>
		<content:encoded><![CDATA[<p>I found lots of great NFS for VMware content in this NetApp whitepaper:<br />
<a href="http://www.netapp.com/us/library/technical-reports/tr_3428.html" rel="nofollow">http://www.netapp.com/us/library/technical-reports/tr_3428.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slowe</title>
		<link>http://blog.scottlowe.org/2008/04/04/virtualization-short-take-5/comment-page-1/#comment-36951</link>
		<dc:creator>slowe</dc:creator>
		<pubDate>Mon, 07 Apr 2008 00:22:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/2008/04/04/virtualization-short-take-5/#comment-36951</guid>
		<description>Massimo,

I guess my view of the "statefulness" of MSCS is that you at least aren't, from all appearances, tossing the file system and all applications to the wind, hoping that transaction logs and file system checks will keep you safe. I agree that an MSCS cluster is not totally and completely stateful, but it is certainly more stateful than VMware HA.

Not that there's anything wrong with HA, per se; there's just something about me that is uncomfortable with a guest OS rebooting, having to replay file system transactions, replaying application transactions, etc. I've seen, as I'm sure we all have, corrupted databases as a result.

For that reason, I'm looking forward to Continuous Availability, which I agree will bring a new level of statefulness that MSCS cannot even begin to touch.</description>
		<content:encoded><![CDATA[<p>Massimo,</p>
<p>I guess my view of the &#8220;statefulness&#8221; of MSCS is that you at least aren&#8217;t, from all appearances, tossing the file system and all applications to the wind, hoping that transaction logs and file system checks will keep you safe. I agree that an MSCS cluster is not totally and completely stateful, but it is certainly more stateful than VMware HA.</p>
<p>Not that there&#8217;s anything wrong with HA, per se; there&#8217;s just something about me that is uncomfortable with a guest OS rebooting, having to replay file system transactions, replaying application transactions, etc. I&#8217;ve seen, as I&#8217;m sure we all have, corrupted databases as a result.</p>
<p>For that reason, I&#8217;m looking forward to Continuous Availability, which I agree will bring a new level of statefulness that MSCS cannot even begin to touch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Massimo</title>
		<link>http://blog.scottlowe.org/2008/04/04/virtualization-short-take-5/comment-page-1/#comment-36939</link>
		<dc:creator>Massimo</dc:creator>
		<pubDate>Sun, 06 Apr 2008 10:08:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/2008/04/04/virtualization-short-take-5/#comment-36939</guid>
		<description>Scott, 

I can't claim to be a cluster expert either but my understanding is that MSCS is not a stateful solution. If the application needs to be restarted on the other node of the cluster the last string of application transactions that are not yet committed to disk get lost (as it is the case of a vm that needs to restart on another host). The difference is that with MSCS you only restart the app on the other node while with VMware HA you have to restart the whole vm (OS+app). My understanding is that there is no difference in terms of stateful/stateless capabilities.

In fact VMware Continuous Availability will bring a brand new level of HA into the game .. which is well above what MSCS can guarantee today. 

Massimo.</description>
		<content:encoded><![CDATA[<p>Scott, </p>
<p>I can&#8217;t claim to be a cluster expert either but my understanding is that MSCS is not a stateful solution. If the application needs to be restarted on the other node of the cluster the last string of application transactions that are not yet committed to disk get lost (as it is the case of a vm that needs to restart on another host). The difference is that with MSCS you only restart the app on the other node while with VMware HA you have to restart the whole vm (OS+app). My understanding is that there is no difference in terms of stateful/stateless capabilities.</p>
<p>In fact VMware Continuous Availability will bring a brand new level of HA into the game .. which is well above what MSCS can guarantee today. </p>
<p>Massimo.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
