<?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>Virtualize.dk &#187; Linux</title>
	<atom:link href="http://www.virtualize.dk/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.virtualize.dk</link>
	<description>Scripts, tips and hints for your VI environment</description>
	<lastBuildDate>Tue, 22 Jun 2010 07:24:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Adding a new disk in linux using thin provisioning.</title>
		<link>http://www.virtualize.dk/2009/11/adding-a-new-disk-in-linux-using-thin-provisioning/</link>
		<comments>http://www.virtualize.dk/2009/11/adding-a-new-disk-in-linux-using-thin-provisioning/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 11:01:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.virtualize.dk/?p=57</guid>
		<description><![CDATA[I had to add another harddrive to a test VM and wondered how to take advantage of thin provisioning in linux. On Windows VM’s you have to do a “Quick Format” to use thin provisioning. Here is what you do on a linux (ubuntu) VM. Shutdown the VM (if you dont have Hotadd-feature licensed) Add [...]]]></description>
			<content:encoded><![CDATA[<p>I had to add another harddrive to a test VM and wondered how to take advantage of thin provisioning in linux. On Windows VM’s you have to do a “Quick Format” to use thin provisioning. Here is what you do on a linux (ubuntu) VM.</p>
<ol>
<li>Shutdown the VM (if you dont have Hotadd-feature licensed)</li>
<li>Add a new harddrive with thin provisioning</li>
<li>Start the VM</li>
<li>Log in</li>
<li>Check the dmesg to find the devicename of the new harddrive ( in my case /dev/sdb )</li>
<li>sudo mkfs.ext3 /dev/sdb (use another mkfs-command to use the filesystem of your choise)</li>
<li>/dev/sdb is entire device, not just one partition!<br />
Proceed anyway? (y,n) y</li>
<li>Wait for it to finish</li>
<li>Mount the harddrive (sudo mount /dev/sdb /home/newharddrive)</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualize.dk/2009/11/adding-a-new-disk-in-linux-using-thin-provisioning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading vmware tools and kernel on a linux (ubuntu) VM.</title>
		<link>http://www.virtualize.dk/2009/11/upgrading-vmware-tools-and-kernel-on-a-linux-ubuntu-vm/</link>
		<comments>http://www.virtualize.dk/2009/11/upgrading-vmware-tools-and-kernel-on-a-linux-ubuntu-vm/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 10:59:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.virtualize.dk/?p=55</guid>
		<description><![CDATA[This is the way it worked for me Upgrade all apps (sudo apt-get update &#38;&#38; sudo apt-get upgrade) Reboot Upgrade the kernel (sudo apt-get dist-upgrade) Reboot Install new kernel headers ( sudo apt-get install linux-headers-`uname -r` ) Choose “Install/update vmware tools” in the VI-client Mount the CD (sudo mkdir /mnt/cdrom &#38;&#38; sudo mount /dev/cdrom /mnt/cdrom [...]]]></description>
			<content:encoded><![CDATA[<p>This is the way it worked for me</p>
<ol>
<li>Upgrade all apps (sudo apt-get update &amp;&amp; sudo apt-get upgrade)</li>
<li>Reboot</li>
<li>Upgrade the kernel (sudo apt-get dist-upgrade)</li>
<li>Reboot</li>
<li>Install new kernel headers ( sudo apt-get install linux-headers-`uname -r` )</li>
<li>Choose “Install/update vmware tools” in the VI-client</li>
<li>Mount the CD (sudo mkdir /mnt/cdrom &amp;&amp; sudo mount /dev/cdrom /mnt/cdrom )</li>
<li>Copy the tar to your homefolder ( cp /mnt/cdrom/VMwareTools-x.x.x-yyyyyy.tar.gz /home/username)</li>
<li>Untar (cd /home/username &amp;&amp; tar zxvf VMwareTools-x.x.x-yyyyyy.tar.gz)</li>
<li>Install the upgrade (sudo /home/username/vmware-tools-distrib/vmware-install.pl)</li>
<li>Follow the instructions on the screen</li>
<li>Reboot</li>
</ol>
<p>Done</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualize.dk/2009/11/upgrading-vmware-tools-and-kernel-on-a-linux-ubuntu-vm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
