<?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>VM-Aware &#187; Linux</title>
	<atom:link href="http://www.vm-aware.com/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vm-aware.com</link>
	<description>Server, Storage &#38; Application Virtualisation!</description>
	<lastBuildDate>Thu, 03 Mar 2011 11:28:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Strange Xubuntu 8.10/VMware Server Keymapping Issue</title>
		<link>http://www.vm-aware.com/2009/01/strange-xubuntu-810vmware-server-keymapping-issue/</link>
		<comments>http://www.vm-aware.com/2009/01/strange-xubuntu-810vmware-server-keymapping-issue/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 00:46:08 +0000</pubDate>
		<dc:creator>Paul Shannon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Virtualisation]]></category>

		<guid isPermaLink="false">http://www.vm-aware.com/?p=326</guid>
		<description><![CDATA[I have run a variety of VMware desktop applications on a multitude of hosts, but recently I settled on Xubuntu with VMware Server for my work Windows XP instance.
Everything ran fine for a long time until all of a sudden keymappings went up the spout.  End did nothing, the keypad didn&#8217;t behave as expected, but [...]]]></description>
			<content:encoded><![CDATA[<p>I have run a variety of VMware desktop applications on a multitude of hosts, but recently I settled on Xubuntu with VMware Server for my work Windows XP instance.</p>
<p>Everything ran fine for a long time until all of a sudden keymappings went up the spout.  End did nothing, the keypad didn&#8217;t behave as expected, but worst of all the Windows Start key stopped working.  The last one was the worst, because I couldn&#8217;t get to use any keyboard shortcuts and I like keyboard shortcuts.</p>
<p>I fixed it using the following command:</p>
<p>echo &#8216;xkeymap.nokeycodeMap = true&#8217; &gt; ~/.vmware/config</p>
<p>Everything is now working fine and I can only assume that a Xubuntu update caused an error/corruption somewhere.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vm-aware.com/2009/01/strange-xubuntu-810vmware-server-keymapping-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Networking Performance Throughput Testing Tool</title>
		<link>http://www.vm-aware.com/2008/08/inux-networking-performance-throughput-testing-tool/</link>
		<comments>http://www.vm-aware.com/2008/08/inux-networking-performance-throughput-testing-tool/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 22:35:01 +0000</pubDate>
		<dc:creator>Paul Shannon</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.vm-aware.com/?p=188</guid>
		<description><![CDATA[IPerf is a free Linux tool that can be used to test throughput of network devices.  It comes into its own if you plan to test maximum bandwidth performance for TCP &#38; UDP.
On its own it is great, but when used in conjunction with JPerf it is even better.  JPerf is a simple [...]]]></description>
			<content:encoded><![CDATA[<p><a title="IPerf" href="http://sourceforge.net/projects/iperf/" target="_blank">IPerf</a> is a free Linux tool that can be used to test throughput of network devices.  It comes into its own if you plan to test maximum bandwidth performance for TCP &amp; UDP.</p>
<p>On its own it is great, but when used in conjunction with JPerf it is even better.  JPerf is a simple to use GUI front-end to IPerf.</p>
<p>Fantastic tools, all for free!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vm-aware.com/2008/08/inux-networking-performance-throughput-testing-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To: Linux LVM</title>
		<link>http://www.vm-aware.com/2008/08/how-to-linux-lvm/</link>
		<comments>http://www.vm-aware.com/2008/08/how-to-linux-lvm/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 22:34:56 +0000</pubDate>
		<dc:creator>Paul Shannon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.vm-aware.com/?p=191</guid>
		<description><![CDATA[I have been meaning to spend some quality time with Linux LVM.  Some of the features that Linux Volume Manager offers (according to Wikipedia) are:

Resize volume groups online by absorbing new physical volumes (PV) or ejecting existing ones
Resize logical volumes (LV) online by concatenating extents onto them or truncating extents from them
Create read-only snapshots [...]]]></description>
			<content:encoded><![CDATA[<p>I have been meaning to spend some quality time with Linux LVM.  Some of the features that Linux Volume Manager offers (according to Wikipedia) are:</p>
<ul>
<li>Resize volume groups online by absorbing new physical volumes (PV) or ejecting existing ones</li>
<li>Resize logical volumes (LV) online by concatenating extents onto them or truncating extents from them</li>
<li>Create read-only snapshots of logical volumes (LVM1)</li>
<li>Create read-write snapshots of logical volumes (LVM2)</li>
<li>Stripe whole or parts of logical volumes across multiple PVs, in a fashion similar to RAID0</li>
<li>Mirror whole or parts of logical volumes, in a fashion similar to RAID1</li>
<li>Move online logical volumes between PVs</li>
</ul>
<p>You can see why learning this might be attractive, especially for someone that runs Linux in Virtual Machines under VMware.  I say especially in this scenario, because with the advent of ESX 3.5 Update 2 it is now so easy to expand virtual disks.</p>
<p>I found two great articles that helped me out no end in getting a better grip on LVMs.  The first is an incredible <a title="Linux LVM" href="http://www.ntlug.org/Articles/LVM" target="_blank">article</a> that talks about many different ways of managing disks in Linux, but specifically LVMs and can be found here.  The second is tutorial style <a title="LVM Tutorial" href="http://www.howtoforge.com/linux_lvm" target="_blank">article</a> that even has a downloadable VM that relates to the tutorial.  The downloadable VM is a debian distribution that comes with disks that will be manipulated throughout the tutorial, truly excellent.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vm-aware.com/2008/08/how-to-linux-lvm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

