<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CTLUG &#187; virtualization</title>
	<atom:link href="http://www.supergluetech.com/wp/tag/virtualization/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.supergluetech.com/wp</link>
	<description>Cookeville TN Linux Users Group</description>
	<lastBuildDate>Thu, 10 Jun 2010 05:21:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>KVM provides full virtualization under Linux</title>
		<link>http://www.supergluetech.com/wp/2009/10/kvm-provides-full-virtualization-under-linux/</link>
		<comments>http://www.supergluetech.com/wp/2009/10/kvm-provides-full-virtualization-under-linux/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 14:17:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[/dev/randon]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://www.supergluetech.com/wp/?p=32</guid>
		<description><![CDATA[KVM is an open source project that provides full virtualization on-par with closed-source tools such as VMware]]></description>
			<content:encoded><![CDATA[<p>Open Source just keeps getting better and better.</p>
<p>Been messing around with alternatives to VMWares ESX and ESXi. Of the top contender thus far is KVM.</p>
<p>KVM is a true kernel-level hypervisor similar to ESXi. Unlike ESXi, you still load a typical Linux OS first &#8211; the KVM runs via a special kernel module.</p>
<p>At first glance, I was a bit confused: you install Qemu and KVM. &#8220;So is this Qemu or is it KVM&#8221;. It is actually both. KVM is largely comprised of two components: the kernel-level hypervisor and a handfull of shared libraries and binaries shared by Qemu.</p>
<p>At the core, you call the &#8220;kvm&#8221; command just as you would call the &#8220;qemu&#8221; command (they take the same arguments).</p>
<p>Installation on Ubuntu is easy-squeezy:</p>
<p><em>apt-get install kvm qemu</em></p>
<p>Currently, kvm supports all the neato stuff you would expect from a kick-ass virtualizer:</p>
<ul>
<li>Full virtualization that takes advantage of VTI and AMD-V extensions</li>
<li>Supports snapshots and machine states</li>
<li>Live migration of a running guest from one server to another</li>
<li>Multi-processor support (up to 64 I believe)</li>
<li>Good memory management with Windows guests</li>
</ul>
<p>There are some GUI tools for managing the virtual machines &#8211; one of the neatest I found was virtual-manager. Similar to VMWares VCenter. I have not used this tool much however in favor of custom scripts for management.</p>
<p>Looks like I will be deploying this in an initial test phase at our TeirII data center in Franklin, TN for the Army National Guards website (http://www.nationalguard.com). I will keep everyone posted on how the tests turn out!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.supergluetech.com/wp/2009/10/kvm-provides-full-virtualization-under-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
