<?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 in HPC</title>
	<atom:link href="http://insidehpc.com/2008/09/09/virtualization-in-hpc/feed/" rel="self" type="application/rss+xml" />
	<link>http://insidehpc.com/2008/09/09/virtualization-in-hpc/</link>
	<description>HPC News Without the Noise for Supercomputing Professionals &#124; insideHPC</description>
	<lastBuildDate>Sun, 19 May 2013 10:46:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: John West</title>
		<link>http://insidehpc.com/2008/09/09/virtualization-in-hpc/#comment-91803</link>
		<dc:creator>John West</dc:creator>
		<pubDate>Wed, 10 Sep 2008 14:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://insidehpc.com/?p=2200#comment-91803</guid>
		<description>In my own defense, Rich, I&#039;ve never run an IBM. With the pointy haired boss comment, just felt a need to defend myself! :-)

But you make a good point. I guess perhaps Sun&#039;s partitioning scheme uses a similar approach (that&#039;s a question/statement).</description>
		<content:encoded><![CDATA[<p>In my own defense, Rich, I&#8217;ve never run an IBM. With the pointy haired boss comment, just felt a need to defend myself! <img src='http://insidehpc.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>But you make a good point. I guess perhaps Sun&#8217;s partitioning scheme uses a similar approach (that&#8217;s a question/statement).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://insidehpc.com/2008/09/09/virtualization-in-hpc/#comment-91718</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Wed, 10 Sep 2008 09:44:28 +0000</pubDate>
		<guid isPermaLink="false">http://insidehpc.com/?p=2200#comment-91718</guid>
		<description>One thing to keep in mind is that if you&#039;ve used an IBM with a Federation Switch, you&#039;ve been using virtualization and probably didn&#039;t even know it. The Power4, Power5, Power6, and soon to be Power7 ALL use VM&#039;s.

IBM calls them partitions, or LPAR&#039;s, Logical Partitions, and they are controlled by a hypervisor. As far as I can tell, it&#039;s exactly the same as doing a Virtual Machine, but, and remember I no longer work for them, IBM does a heck of a lot better job of making it transparent that any other company I have seen. In fact I don&#039;t think there is a company out there that comes close. They took most of the ideas and technology from the mainframes and ported it to the servers.

Need a web server farm, or database farm, etc? Just set up a bunch of Dynamic LPAR&#039;s in a P6 maching and it can automagically move memory and processors between partitions/VM&#039;s to balance workload. Need more servers than you have processors? No problem, you can split processors, network adapters, etc between VM&#039;s, it&#039;s called micropartitioning. Etc etc etc.

So, to say we don&#039;t use VM in HPC isn&#039;t really correct. We do, you probably just didn&#039;t realize it. Which is as it should be. 
(And yes John, that was a dig at being a pointy haired boss)

(-:

Rich</description>
		<content:encoded><![CDATA[<p>One thing to keep in mind is that if you&#8217;ve used an IBM with a Federation Switch, you&#8217;ve been using virtualization and probably didn&#8217;t even know it. The Power4, Power5, Power6, and soon to be Power7 ALL use VM&#8217;s.</p>
<p>IBM calls them partitions, or LPAR&#8217;s, Logical Partitions, and they are controlled by a hypervisor. As far as I can tell, it&#8217;s exactly the same as doing a Virtual Machine, but, and remember I no longer work for them, IBM does a heck of a lot better job of making it transparent that any other company I have seen. In fact I don&#8217;t think there is a company out there that comes close. They took most of the ideas and technology from the mainframes and ported it to the servers.</p>
<p>Need a web server farm, or database farm, etc? Just set up a bunch of Dynamic LPAR&#8217;s in a P6 maching and it can automagically move memory and processors between partitions/VM&#8217;s to balance workload. Need more servers than you have processors? No problem, you can split processors, network adapters, etc between VM&#8217;s, it&#8217;s called micropartitioning. Etc etc etc.</p>
<p>So, to say we don&#8217;t use VM in HPC isn&#8217;t really correct. We do, you probably just didn&#8217;t realize it. Which is as it should be.<br />
(And yes John, that was a dig at being a pointy haired boss)</p>
<p>(-:</p>
<p>Rich</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Vaughan</title>
		<link>http://insidehpc.com/2008/09/09/virtualization-in-hpc/#comment-91549</link>
		<dc:creator>Chris Vaughan</dc:creator>
		<pubDate>Tue, 09 Sep 2008 23:57:09 +0000</pubDate>
		<guid isPermaLink="false">http://insidehpc.com/?p=2200#comment-91549</guid>
		<description>From what I&#039;ve seen there is demand for virtualization in HPC, especially when people are considering mixing WinHPC Server 2008 and Linux/Unix where they don&#039;t want to over dedicate their cluster to one OS.  This is because it&#039;s faster to provision a VM than by other methods like dual boot or PXE.  Some of the main concerns for adoption that I&#039;ve seen is that there is limited support for mpi &amp; infiband drivers within VM&#039;s.  Other concerns are whether parallel codes can cope with some of the nicer features of VM&#039;s such as checkpointing and migrating.  Where virtualization can be a player is in environments where they run serial jobs and can get by with ethernet.  Then there is the greatest argument of why not to use VMWare and that is the slight performance decrease in running within a VM.  

These arguments are for HPC clusters and do not hold true in traditional data centers.</description>
		<content:encoded><![CDATA[<p>From what I&#8217;ve seen there is demand for virtualization in HPC, especially when people are considering mixing WinHPC Server 2008 and Linux/Unix where they don&#8217;t want to over dedicate their cluster to one OS.  This is because it&#8217;s faster to provision a VM than by other methods like dual boot or PXE.  Some of the main concerns for adoption that I&#8217;ve seen is that there is limited support for mpi &amp; infiband drivers within VM&#8217;s.  Other concerns are whether parallel codes can cope with some of the nicer features of VM&#8217;s such as checkpointing and migrating.  Where virtualization can be a player is in environments where they run serial jobs and can get by with ethernet.  Then there is the greatest argument of why not to use VMWare and that is the slight performance decrease in running within a VM.  </p>
<p>These arguments are for HPC clusters and do not hold true in traditional data centers.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
