<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Virtualization Recommendations</title>
	<link>http://ask.metafilter.com/57121/Virtualization-Recommendations/</link>
	<description>Comments on Ask MetaFilter post Virtualization Recommendations</description>
	<pubDate>Fri, 16 Feb 2007 12:47:57 -0800</pubDate>
	<lastBuildDate>Fri, 16 Feb 2007 12:47:57 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Virtualization Recommendations</title>
		<link>http://ask.metafilter.com/57121/Virtualization-Recommendations</link>	
		<description>LAMPFilter: Which VPS solution (Virtuozzo, VMware, freeVPS, etc) is recommended for a small web-hosting company? &lt;br /&gt;&lt;br /&gt; I run a small web-hosting company who in the past has always used dedicated servers for larger clients.  But with today&apos;s modern servers sitting mostly idle, even for traffic heavy sites, we&apos;re looking into a virtualization solution to combine multiple dedicated servers into one VPS&apos;d powerhouse machine.&lt;br&gt;
&lt;br&gt;
I&apos;ve done plenty of research online about the various options, but I am looking for anecdotal evidence and experience of real life users out there.  How realistic and how easy is it to get a VPS setup going?  Any happy or horror stories are appreciated.&lt;br&gt;
&lt;br&gt;
(Note: We run strictly LAMP-style servers)</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2007:site.57121</guid>
		<pubDate>Fri, 16 Feb 2007 10:51:01 -0800</pubDate>
		<dc:creator>afx114</dc:creator>
		
			<category>virtualization</category>
		
			<category>virtuozzo</category>
		
			<category>vmware</category>
		
			<category>freevps</category>
		
			<category>lamp</category>
		
			<category>linux</category>
		
			<category>apache</category>
		
			<category>mysql</category>
		
			<category>webhosting</category>
		
			<category>xen</category>
		
			<category>vps</category>
		
	</item> <item>
		<title>By: onedarkride</title>
		<link>http://ask.metafilter.com/57121/Virtualization-Recommendations#858952</link>	
		<description>&lt;a href=&quot;http://www.cl.cam.ac.uk/research/srg/netos/xen/&quot;&gt;Xen&lt;/a&gt; is the best thing ever.&lt;br&gt;
&lt;br&gt;
Easy things:&lt;br&gt;
New host configuration.  Host info is in an external config file, you  can basically copy generic images to make new hosts, boot them with the modified config file, and kapow, you&apos;re done.  Want to move it to a new machine?  SCP, take the config file with you, done.&lt;br&gt;
&lt;br&gt;
Then again, most of this stuff works roughly the same with everything.  The only reason I pimp on xen is because i used it before VT was around, and the performance impact was WAY less than anything else.&lt;br&gt;
&lt;br&gt;
It&apos;s not that hard to set up, the instructions walk you through it very well, and jesus, does it ever work well.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.57121-858952</guid>
		<pubDate>Fri, 16 Feb 2007 12:47:57 -0800</pubDate>
		<dc:creator>onedarkride</dc:creator>
	</item><item>
		<title>By: SpecialK</title>
		<link>http://ask.metafilter.com/57121/Virtualization-Recommendations#858967</link>	
		<description>Most of the people who end up being users on VPSes hate Xen. Although I have to say, my Xen server is faster than my Virtuozzo server. &lt;br&gt;
&lt;br&gt;
Only thing you have to watch is your memory consumption and limits. I know that in default configuration, Apache can completely eat a RAM-starved virtual server and the VS&apos;s kernel will start killing processes off to save itself from being overwritten in RAM. (Which is actually a feature ... it&apos;s why Linux doesn&apos;t BSOD.) If it picks your master apache or mysql process for termination, you&apos;ll lose that ability on your server. &lt;br&gt;
&lt;br&gt;
So yeah, watch the configuration and use min 256, but better 384+ MB of RAM ... and make sure that Apache is set to recycle it&apos;s processes fairly often so that they don&apos;t leak memory.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.57121-858967</guid>
		<pubDate>Fri, 16 Feb 2007 13:00:55 -0800</pubDate>
		<dc:creator>SpecialK</dc:creator>
	</item><item>
		<title>By: afx114</title>
		<link>http://ask.metafilter.com/57121/Virtualization-Recommendations#858996</link>	
		<description>Thanks for the advice.  One question I forgot to ask - is it worth waiting for the built in kernel virtualization (KVM) that is now making its way into the kernel?  Will it make all the 3rd party solutions obsolete?  Or am I confusing the two?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.57121-858996</guid>
		<pubDate>Fri, 16 Feb 2007 13:21:53 -0800</pubDate>
		<dc:creator>afx114</dc:creator>
	</item><item>
		<title>By: dorian</title>
		<link>http://ask.metafilter.com/57121/Virtualization-Recommendations#859126</link>	
		<description>I am a big fan of xen; it is pretty bad-ass. paravirtualization makes much more sense to me than os-level virtualization. if you have the right cpu (i.e. w/ hardware virtualization support: pacifica or vanderpool) you can even run un-modified os (e.g. windows) in it with minimal penalty.&lt;br&gt;
&lt;br&gt;
that said, openvz is &lt;a href=&quot;http://www.howtoforge.com/openvz_centos4.4&quot;&gt;a lot easier to set up&lt;/a&gt; and run in my experience.&lt;br&gt;
&lt;br&gt;
virtuozzo is basically openvz with some better features and a shiny windows management console, integration with plesk/hspc/swsoft_other.&lt;br&gt;
&lt;br&gt;
if you&apos;re just planning to do generic lamp then openvz will be pretty straightforward for you. e.g. if you know how to use yum then it will be pretty clear how to use vzyum.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.57121-859126</guid>
		<pubDate>Fri, 16 Feb 2007 15:46:52 -0800</pubDate>
		<dc:creator>dorian</dc:creator>
	</item><item>
		<title>By: dorian</title>
		<link>http://ask.metafilter.com/57121/Virtualization-Recommendations#859136</link>	
		<description>(and yes stuff from xen and openvz is making its way into the mainline linux kernels but I wouldn&apos;t hold my breath)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.57121-859136</guid>
		<pubDate>Fri, 16 Feb 2007 15:55:39 -0800</pubDate>
		<dc:creator>dorian</dc:creator>
	</item><item>
		<title>By: rsanheim</title>
		<link>http://ask.metafilter.com/57121/Virtualization-Recommendations#859236</link>	
		<description>SpecialK: I&apos;m a Xen user on 3 different VMs, and I&apos;ve been happy with each one.  The only problems I&apos;ve had have been due to me doing dumb things (ie trying to run too much stuff on a slice w/ not much ram.)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.57121-859236</guid>
		<pubDate>Fri, 16 Feb 2007 19:23:03 -0800</pubDate>
		<dc:creator>rsanheim</dc:creator>
	</item>
	</channel>
</rss>
