<?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>Ray Heffer &#187; vmtools</title>
	<atom:link href="http://www.rayheffer.com/tag/vmtools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rayheffer.com</link>
	<description>Enterprise Technologies</description>
	<lastBuildDate>Sat, 04 Feb 2012 17:51:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Installing VMware tools on a Linux guest</title>
		<link>http://www.rayheffer.com/152/installing-vmware-tools-on-a-linux-guest/</link>
		<comments>http://www.rayheffer.com/152/installing-vmware-tools-on-a-linux-guest/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 10:25:00 +0000</pubDate>
		<dc:creator>Ray Heffer</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Scripts & Commands]]></category>
		<category><![CDATA[Virtualisation]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[rpm]]></category>
		<category><![CDATA[vmtools]]></category>
		<category><![CDATA[vmware tools]]></category>

		<guid isPermaLink="false">http://www.rayheffer.com/?p=152</guid>
		<description><![CDATA[Start the VMware Tools installation Using the VMware VI Client, right click on the Linux guest and select Install/Upgrade VMware Tools. Mounting the CD-ROM You&#8217;ll need to mount the CD-ROM on the Linux guest. # mount /dev/cdrom /mnt Change the working directory to /mnt # cd /mnt Using the RPM installer, install VMware tools. # [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.rayheffer.com%2F152%2Finstalling-vmware-tools-on-a-linux-guest%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.rayheffer.com_2F152_2Finstalling-vmware-tools-on-a-linux-guest_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.rayheffer.com%2F152%2Finstalling-vmware-tools-on-a-linux-guest%2F&amp;source=rayheffer&amp;style=normal&amp;service=TinyURL.com&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>Start the VMware Tools installation</strong></p>
<p>Using the VMware VI Client, right click on the Linux guest and select Install/Upgrade VMware Tools.</p>
<p><strong>Mounting the CD-ROM</strong></p>
<p>You&#8217;ll need to mount the CD-ROM on the Linux guest.<br />
<code># mount /dev/cdrom /mnt</code><br />
<span id="more-152"></span><br />
Change the working directory to /mnt<br />
<code># cd /mnt</code><br />
Using the RPM installer, install VMware tools.<br />
<code># rpm -Uhv VMwareTools-3.5.0-153875.i386.rpm</code><br />
Unmount the CD-ROM<br />
<code># umount /dev/cdrom</code><br />
Starting VMware tools and make sure it starts on boot.<br />
<code># service vmware-tools start<br />
# chkconfig vmware-tools on</code><br />
Run the Vmware tools configuration tool. * This will shutdown the ethernet interface, so do this from the console.</p>
<p># vmware-config-tools.pl</p>
<p>That&#8217;s it!</p>
<p><strong><br />
Troubleshooting:</strong></p>
<p><strong>&#8220;Trying to find a suitable vmmemctl module for your running kernel.&#8221;</strong></p>
<p><strong>&#8220;None of the pre-built vmmemctl modules for VMware Tools is suitable for your running kernel.  Do you want this program to try to build the vmmemctl module for your system (you need to have a C compiler installed on your system)?&#8221;</strong></p>
<p>If you are using CentOS 5 like me, then you&#8217;ll need to install GCC and kernel-devel otherwise it will fail. Also, make sure your kernel version matches the kernel-devel version. This error will also present itself if your are running Xen virtualisation.</p>
<p><code># yum install gcc kernel-devel</code><br />
<code># yum upgrade kernel kernel-devel</code></p>
<p>Finally, reboot to load the updated kernel and try again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rayheffer.com/152/installing-vmware-tools-on-a-linux-guest/feed/</wfw:commentRss>
		<slash:comments>1</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! -->
