<?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>Connexeon Blog &#187; Virtualization</title>
	<atom:link href="http://blog.connexeon.com/topics/sysadmin/virtualization/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.connexeon.com</link>
	<description>Connexeon Blog</description>
	<lastBuildDate>Fri, 20 Aug 2010 07:43:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Expand LVM guest filesystem VMware</title>
		<link>http://blog.connexeon.com/sysadmin/virtualization/expand-lvm-guest-filesystem-vmware/</link>
		<comments>http://blog.connexeon.com/sysadmin/virtualization/expand-lvm-guest-filesystem-vmware/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 23:07:14 +0000</pubDate>
		<dc:creator>Hannes Van de Vel</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://blog.connexeon.com/uncategorized/expand-lvm-guest-filesystem-vmware/</guid>
		<description><![CDATA[First, increase the size of the virtual disk (VMDK) by 10GB for example vmware-vdiskmanager -x 10GB /path/machineName.vmdk (vCenter users can increase disk sizes easier via the Settings dialog of the VM) # fdisk /dev/sda n Command action e extended p primary partition &#40;1-4&#41; p Partition nr 3 Take defaults as from here First cylinder &#40;1045-2610, [...]]]></description>
		<wfw:commentRss>http://blog.connexeon.com/sysadmin/virtualization/expand-lvm-guest-filesystem-vmware/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VMware guest clock runs ahead or behind</title>
		<link>http://blog.connexeon.com/sysadmin/virtualization/vmware-guest-clock-runs-ahead-or-behind/</link>
		<comments>http://blog.connexeon.com/sysadmin/virtualization/vmware-guest-clock-runs-ahead-or-behind/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 23:59:38 +0000</pubDate>
		<dc:creator>Hannes Van de Vel</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://sysadmin.blog.connexeon.com/2008/vmware-guest-clock-runs-ahead-or-behind/</guid>
		<description><![CDATA[In our case occured on VMware server running on a dual Xeon Windows 2003 server (x64) with an i386 CentOS 5 guest. Changes on guest; In /etc/grub.conf add &#8220;clock=pit nosmp noapic nolapic&#8221; to kernel line; kernel /vmlinuz.... clock=pit nosmp noapic nolapic Changes on host; Edit VMX file of guest and add (or change false to [...]]]></description>
		<wfw:commentRss>http://blog.connexeon.com/sysadmin/virtualization/vmware-guest-clock-runs-ahead-or-behind/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extend VMware disk size</title>
		<link>http://blog.connexeon.com/sysadmin/virtualization/extend-vmware-disk-size/</link>
		<comments>http://blog.connexeon.com/sysadmin/virtualization/extend-vmware-disk-size/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 12:27:20 +0000</pubDate>
		<dc:creator>Tom Van den Berg</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[extend]]></category>
		<category><![CDATA[guest]]></category>
		<category><![CDATA[vm]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://sysadmin.blog.connexeon.com/2008/extend-vmware-disk-size/</guid>
		<description><![CDATA[Use following command to extend the virtual disk of your vmware guest. vmware-vdiskmanager options path_to_vm Example: vmware-vdiskmanager -x 80Gb &#34;/var/lib/vmware/Virtual Machines/Connexeon/testserver.vmdk&#34; Using log file /tmp/vmware-root/vdiskmanager.log The old geometry C/H/S of the disk is: 5221/255/63 The new geometry C/H/S of the disk is: 10443/255/63 Disk expansion completed successfully. WARNING: If the virtual disk is partitioned, you [...]]]></description>
		<wfw:commentRss>http://blog.connexeon.com/sysadmin/virtualization/extend-vmware-disk-size/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install VMWare on Linux 64 bit full procedure</title>
		<link>http://blog.connexeon.com/sysadmin/virtualization/install-vmware-on-linux-64-bit-full-procedure/</link>
		<comments>http://blog.connexeon.com/sysadmin/virtualization/install-vmware-on-linux-64-bit-full-procedure/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 20:35:37 +0000</pubDate>
		<dc:creator>Hannes Van de Vel</dc:creator>
				<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://sysadmin.blog.connexeon.com/?p=39</guid>
		<description><![CDATA[These are instructions for RHEL based x64 Linux (CentOS 5 x64 in my case). Make sure you update to the latest available kernel; yum update kernel Make sure you have installed all requirements (is really needed if you have a minimal install); yum update glibc yum install gcc xinetd kernel-devel libXtst-devel libXrender-devel rpm -qa kernel [...]]]></description>
		<wfw:commentRss>http://blog.connexeon.com/sysadmin/virtualization/install-vmware-on-linux-64-bit-full-procedure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install VMWare on Linux 64 bit problem dependencies</title>
		<link>http://blog.connexeon.com/sysadmin/virtualization/install-vmware-on-linux-64-bit-problem-dependencies/</link>
		<comments>http://blog.connexeon.com/sysadmin/virtualization/install-vmware-on-linux-64-bit-problem-dependencies/#comments</comments>
		<pubDate>Tue, 11 Dec 2007 17:08:14 +0000</pubDate>
		<dc:creator>Hannes Van de Vel</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://sysadmin.blog.connexeon.com/?p=26</guid>
		<description><![CDATA[Installing VMWare on a 64 bit Linux seems to be a little bit tricky (CentOS 5 64 bit in my case). You get some error messages about missing dependencies, but it seems like you can ignore it, until it asks for your serial. error while loading shared libraries: libXtst.so.6: cannot open shared object file Simply [...]]]></description>
		<wfw:commentRss>http://blog.connexeon.com/sysadmin/virtualization/install-vmware-on-linux-64-bit-problem-dependencies/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Map second NIC in VMWare</title>
		<link>http://blog.connexeon.com/sysadmin/virtualization/map-second-nic-in-vmware/</link>
		<comments>http://blog.connexeon.com/sysadmin/virtualization/map-second-nic-in-vmware/#comments</comments>
		<pubDate>Sat, 16 Jun 2007 20:39:29 +0000</pubDate>
		<dc:creator>Hannes Van de Vel</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://sysadmin.blog.connexeon.com/?p=16</guid>
		<description><![CDATA[To map a second NIC in VMWare on a Linux host OS change to following in /etc/vmware/locations; answer VNET_2_INTERFACE eth1 Change eth1 to whatever is the fysical interface of your second NIC. Add a second NIC on your guest OS using the VMWare Server Console and map it as Custom to /dev/vmnet2.]]></description>
		<wfw:commentRss>http://blog.connexeon.com/sysadmin/virtualization/map-second-nic-in-vmware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manually start VMWare guest OS on Linux host</title>
		<link>http://blog.connexeon.com/sysadmin/virtualization/manually-start-vmware-guest-os-on-linux-host/</link>
		<comments>http://blog.connexeon.com/sysadmin/virtualization/manually-start-vmware-guest-os-on-linux-host/#comments</comments>
		<pubDate>Sat, 16 Jun 2007 16:41:06 +0000</pubDate>
		<dc:creator>Hannes Van de Vel</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://sysadmin.blog.connexeon.com/?p=14</guid>
		<description><![CDATA[vmrun start "/var/virtual_machines/ZETA-BETA/Other Linux 2.6.x kernel.vmx" http://www.vmware.com/support/ws55/doc/ws_learning_cli_vmrun.html]]></description>
		<wfw:commentRss>http://blog.connexeon.com/sysadmin/virtualization/manually-start-vmware-guest-os-on-linux-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
