<?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>TrainSignal Training &#187; Categories &#187; Virtualization</title>
	<atom:link href="http://www.trainsignal.com/blog/category/virtualization/feed" rel="self" type="application/rss+xml" />
	<link>http://www.trainsignal.com/blog</link>
	<description>Guide to Certifications and Technology News for IT Professionals</description>
	<lastBuildDate>Wed, 08 Feb 2012 14:00:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Top Free Virtualization Solutions</title>
		<link>http://www.trainsignal.com/blog/free-virtualization-solutions</link>
		<comments>http://www.trainsignal.com/blog/free-virtualization-solutions#comments</comments>
		<pubDate>Wed, 16 Jun 2010 14:00:35 +0000</pubDate>
		<dc:creator>Sean Wilkins</dc:creator>
				<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">/?p=12498</guid>
		<description><![CDATA[In the current market there are a number of different virtualization solutions available, some of which are open source and some of which are not. This article looks at three of the most popular open source solutions: OpenVZ, Oracle’s Virtualbox and Citrix’s Xen. The first thing that must be understood is that each of these [...]]]></description>
			<content:encoded><![CDATA[<p>In the current market there are a number of different virtualization solutions available, some of which are open source and some of which are not.</p>
<p>This article looks at three of the most popular open source solutions: OpenVZ, Oracle’s Virtualbox and Citrix’s Xen.</p>
<p>The first thing that must be understood is that each of these products takes a slightly different approach to virtualization. OpenVZ utilizes what is referred to as Operating System (OS) virtualization, Virtualbox utilizes hardware virtualization and Xen utilizes paravirtualization and virtualization.</p>
<p>So the first question that we&#8217;ll tackle today is: What is the difference between these types of virtualization solutions?</p>
<p><span id="more-12498"></span></p>
<h2>Virtualization Types</h2>
<p>With OS virtualization, a special kernel is run which includes support for what OpenVZ calls containers (VPS’s). Inside each of the containers runs another copy of the host operating system. OpenVZ is limited to running both host and guest OS’s; however the guest can be running a different flavor, but must be able to share the same special kernel.</p>
<p>What these containers essentially resemble are a highly evolved version of chrooting, with each of the host and guest operating systems isolated from each other but able to share the same physical resources. This type of implementation while limited by its support of only Linux also has a performance advantage (debatable by some) because the amount of virtualization overhead it very limited (1 – 3%).</p>
<p>Now paravirtualization (Xen) and full (hardware) virtualization (Virtualbox) are similar in that the purpose is to allow total guest isolation and &#8220;almost complete&#8221; to &#8220;complete&#8221; hardware emulation.</p>
<p>With paravirtualization, the guest operating systems are able to communicate with the hardware via a hypervisor; this hypervisor manages the guest access to the hardware and emulates hardware in software when required. Paravirtualization’s disadvantage over full virtualization is that it does require that the guest operating system have a modified kernel that is aware of its relationship with the hypervisor.</p>
<p>With full virtualization the guest operating system can run with pre-built unmodified kernels. It should be noted however that many operating systems which are popular have modified kernels available which allows them to be run.</p>
<p>&nbsp;</p>
<h2>Top Free Virtualization Solutions: OpenVZ, Xen, VirtualBox</h2>
<h3> &bull; OpenVZ</h3>
<p>Having used OpenVZ, I believe that it is an excellent, solid product which is very easy to manage once it is up and running. However, one of its best advantages is also one of its biggest problems; that being operating system virtualization. The host operating system must be supported and run a modified OpenVZ supported kernel, if this kernel has not been previously compiled for the operating system requested then the kernel must be compiled with support for OpenVZ.</p>
<p>Now the efficiency is worth the trouble that installation can be, but only if you are skilled in Linux. Once up and running however, OpenVZ runs very stable and supports a very large number of overall containers. OpenVZ also has another ability which makes it a good selection for certain implementations, that being that resources can be easily shared. This includes the ability to easily oversubscribe both the CPU and the memory of the host computer. Now as long as the host computer has enough hardware to support the requested resources (Live requests, not on creation) you will be fine.</p>
<p>One thing that can be hard to find with OpenVZ is a good stable feature rich management GUI, there are several available but none which ever lived up to my expectations.</p>
<p>If you&#8217;re interested in giving OpenVZ a try, here&#8217;s where you can get more information: <a href="http://wiki.openvz.org/Main_Page">wiki.openvz.org</a>.</p>
<p>&nbsp;</p>
<h3>&bull; Xen</h3>
<p>Xen is a very popular virtualization solution which works on a number of different platforms including Redhat RHEL 5 and Fedora 7, Sun Solaris and Debian Etch, Lenny and above. Citrix also has a Xenserver platform which is targeted at the enterprise space. As stated above, Xen mainly has worked through the use of a hypervisor which emulates a hardware platform which is used by the guest operating systems.</p>
<p>This paravirtualization technique is able to achieve high performance on a number of different architectures including Linux and Solaris and support an even larger number of guest operating systems including Windows. This technique does require that the guest operating system be aware of the hypervisor and thus requires a modified kernel on most hardware. The exception to this is with newer systems running Intel’s VT-x and AMD’s AMD-V architectures; with the host hardware supporting these extensions, many guest operating systems are able to be run unmodified and Xen becomes more of a full virtualization solution.</p>
<p>There are several management tools which are available for Xen, most of which this author has not used so their complete feature support and ease of use is unknown.</p>
<p>If you&#8217;re interested in giving Xen a try, here&#8217;s where you can get more information: <a href="http://www.citrix.com/english/ps2/products/product.asp?contentID=683148">citrix.com</a></p>
<p>&nbsp;</p>
<h3>&bull; VirtualBox</h3>
<p>Virtualbox is a newer solution which has only been around  a couple of years. Virtualbox differs from the other two solutions because it is a full virtualization solution. What this means is that the guest operating system sees a copy of the hardware which the host system is running on. At this time the only supported hardware platforms are x86 and x86-64.</p>
<p>At the time of this writing, Virtualbox supports a large number of host operating systems including Linux, Mac OS X, Windows XP, Windows Vista, Windows 7 and Solaris. Along with this large list of host operating systems comes a larger list of guest operating systems including all the host operating systems and includes FreeBSD, OS/2 Warp, Haiku, Syllable, ReactOS and SkyOS additionally. Virtualbox also has support for the virtual hard drive formats from VMWare (VMDK) and Microsoft (VHD) as well as their own proprietary Virtual Desktop Image (VDI) format.</p>
<p>Virtualbox’s limitations include no support for 64-bit guest operating systems without virtualization hardware (VT-x or AMD-V) as well as very limited support for oversubscription compared with OpenVZ.</p>
<p>If you&#8217;re interested in giving VirtualBox a try, here&#8217;s where you can get more information: <a href="http://www.virtualbox.org/">Virtualbox.org</a></p>
<p>&nbsp;</p>
<h2>Give Virtualization a Shot</h2>
<p>Each of these solutions has their specific segment of the market which works very well for each of them. Each of them provides solutions which can be overlapping and selection greatly depends on the knowledge of the installer and the feature requirements of the end solution.</p>
<p>OpenVZ is a great ISP VPS solution as it provides isolation and great oversubscription while also supporting most Linux features. Both Xen and Virtualbox are great solutions and which one to use depends on the specific features required.</p>
<p>Xen and Virtualbox both compete with VMware as well, and each has their own advantages and disadvantages. Xen is a proven solution and has been around for quite a while, this longevity makes its support wide ranging and support for it equally as wide. Virtualbox is a newer solution but is supported by a large company (Oracle) which means that at the very least the basic support should be available.</p>
<p>At the time of this writing, Xen and Virtualbox can be quite easy to install and configure both with CLI and web based tools. And since all three are open source products, there&#8217;s plenty of free tutorials, help and community support for these virtualization solutions.</p>
<p><!--adsense#vSpherePackage--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.trainsignal.com/blog/free-virtualization-solutions/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Virtualization Interoperability with Windows Server and Red Hat Linux</title>
		<link>http://www.trainsignal.com/blog/virtualization-interoperability-with-windows-server-and-red-hat-linux</link>
		<comments>http://www.trainsignal.com/blog/virtualization-interoperability-with-windows-server-and-red-hat-linux#comments</comments>
		<pubDate>Thu, 19 Feb 2009 16:38:31 +0000</pubDate>
		<dc:creator>Lisa Szpunar</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server 2008]]></category>

		<guid isPermaLink="false">/?p=4219</guid>
		<description><![CDATA[Are Microsoft and Linux Friends? Well &#8230; at least they&#8217;re playing nice. It was announced earlier this week that Red Hat Enterprise Linux and Microsoft are expanding server virtualization interoperability. Sometime soon Microsoft will validate Red Hat Enterprise Linux server guests to be supported on Hyper-V and Red Hat will validate Windows Server guests to [...]]]></description>
			<content:encoded><![CDATA[<p>Are Microsoft and Linux Friends? Well &#8230; at least they&#8217;re playing nice.</p>
<p>It was announced earlier this week that Red Hat Enterprise Linux and Microsoft are expanding server virtualization interoperability.</p>
<p>Sometime soon Microsoft will validate Red Hat Enterprise Linux server guests to be supported on Hyper-V and Red Hat will validate Windows Server guests to be supported on Red Hat Enterprise’s hypervisor.</p>
<p>They are very careful not to call this a “joint agreement” between Red Hat and Microsoft (why can’t we all just get along?) but each side is testing how the other works in their respective virtualization technologies. So you can have your cake and eat it too!</p>
<p>Even if you are running earlier Windows server products you will be able to validate a virtual Linux guest. This should work with Windows Server 2008, Windows Server 2003 SP2, or Windows 2000 Server SP4 and later.</p>
<p>Once they finish the testing &#8211; customers will even receive cooperative technical support! I guess we can all get along.</p>
<p>Read a Windows Virtualization Team <a title="Windows Virtualization Team Blog post " href="http://blogs.technet.com/virtualization/archive/2009/02/15/Microsoft-and-Red-Hat-Joint-Technical-Support.aspx" target="_blank">Blog post</a> by Mike Neal on this topic.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trainsignal.com/blog/virtualization-interoperability-with-windows-server-and-red-hat-linux/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two Free Virtualization Events You Can&#8217;t Miss</title>
		<link>http://www.trainsignal.com/blog/free-virtualization-events</link>
		<comments>http://www.trainsignal.com/blog/free-virtualization-events#comments</comments>
		<pubDate>Fri, 03 Oct 2008 13:30:07 +0000</pubDate>
		<dc:creator>Kasia Lorenc</dc:creator>
				<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">/?p=833</guid>
		<description><![CDATA[Two Events &#8230; One Goal Virtualization has changed the way we think and do things. It saves us time, space and most importantly money. If you&#8217;ve been waiting to learn about virtualization and what it can do for you here&#8217;s a perfect opportunity, two of them actually. And did I mention they&#8217;re free? Get Virtual [...]]]></description>
			<content:encoded><![CDATA[<h3>Two Events &#8230; One Goal</h3>
<p>Virtualization has changed the way we think and do things. It saves us time, space and most importantly money.</p>
<p>If you&#8217;ve been waiting to learn about virtualization and what it can do for you here&#8217;s a perfect opportunity, two of them actually.</p>
<p>And did I mention they&#8217;re free?</p>
<p><br/></p>
<h3>Get Virtual Now &#8212; Microsoft Virtualization Launch</h3>
<p>The first event is coming soon, as soon as next week actually! Microsoft is hosting the free virtualization launch in eleven cities in the U.S.</p>
<p>The first event is in Anaheim, California on Friday, October 10th and the last event will be held in Atlanta, Georgia on November 17th.</p>
<blockquote><p>
<a href="https://www.getvirtualnow.com/usevents/CitySelect.aspx?#cities">Check out the complete list of cities for this event.</a>
</p></blockquote>
<p>The Chicago event, which I will be attending, is on October 27th &#8212; so let me know if you&#8217;re going and maybe we can meet and learn about virtualization together.</p>
<p>The best thing &#8212; all registered attendees will get a free virtualization readiness kit which includes: product, training materials, product evaluations and learning opportunities.</p>
<p>Those of us in attendance will also get to choose from three seminar sessions, hands-on labs, expo booths &#8212; and a free lunch!</p>
<p>If you&#8217;re ready to learn about virtualization &#8212; and get some free stuff &#8212; don&#8217;t miss this opportunity. Here&#8217;s where you can  get more information  and register for this free <a href="https://www.getvirtualnow.com/usevents/CitySelect.aspx?">Microsoft Virtualization event</a>.</p>
<p><span id="more-833"></span><br />
<br/></p>
<h3>VMware Virtualization Forum 2008</h3>
<p>VMware Virtualization Forum 2008 is only coming to two U.S. cities this year &#8212; Boston and San Diego &#8212; and both of the events will be held in December. For more information and to register for one of these events go <a href="http://info.vmware.com/content/VirtualizationForum_Home?src=EM_08Q4_VMW_OTHER_VFORUM_OTHER-INV2&#038;ossrc=EM_08Q4_VMW_OTHER_VFORUM_OTHER-INV2">here</a>.</p>
<p>I was a bit disappointed when I saw that both coasts are covered, and us mid-westerners are out of luck. But then I found out that VMware did think about the rest of us!</p>
<p>So for anyone who can&#8217;t make the trip to Boston or San Diego you can still enjoy the benefits on this event online.</p>
<p>The online Virtualization Forum will happen on December 16th, at 8am PST.</p>
<p>And, as the VMware site points out, you will still have the opportunity to:</p>
<ul>
<li>Network with VMware experts, customers, partners and other IT Professionals</li>
<li>Attend 30-minute presentations and get the latest info on VMware solutions, products and industry trends</li>
<li>Access real-time information from industry leaders without the hassle or expense of travel</li>
<li>Create a multi-media resource kit, including white papers, videos and podcasts</li>
</ul>
<p>Here&#8217;s where you can register for the free online <a href="http://vshow.on24.com/clients/vshow/virtualization/register.htm?partnerref=Oct1email&#038;src=EM_08Q4_VMW_OTHER_VFORUM_OTHER-INV2&#038;ossrc=EM_08Q4_VMW_OTHER_VFORUM_OTHER-INV2&#038;elq=2BF4889DE1A4405C96E4A60ECF911E30">VMware Virtualization Forum.</a></p>
<p><br/><br />
Don&#8217;t forget, both of these events are FREE &#8212; so take advantage and learn about virtualization and what it can do for you!<br />
<br/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.trainsignal.com/blog/free-virtualization-events/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
