<?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>ipunct &#187; Virtualization</title>
	<atom:link href="http://www.ipunct.net/blog/tag/virtualization/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ipunct.net</link>
	<description>IT-Lösungen auf den Punkt gebracht</description>
	<lastBuildDate>Sun, 05 Sep 2010 12:37:45 +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>Install VMWare Tools on Ubuntu Server</title>
		<link>http://www.ipunct.net/blog/2009/04/install-vmware-tools-on-ubuntu-server/</link>
		<comments>http://www.ipunct.net/blog/2009/04/install-vmware-tools-on-ubuntu-server/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 14:02:12 +0000</pubDate>
		<dc:creator>Mario Rasser</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMWare-Tools]]></category>

		<guid isPermaLink="false">http://blog.ipunct.net/?p=34</guid>
		<description><![CDATA[How to install VMWare Tools on Ubuntu (tested on Ubuntu 8.10 and 8.04 LTS) in a rush: Within your VMWare Infrastructure Client or WebGUI do a &#8220;Install VMWare Tools&#8221; VMWare will provide a ISO Image with the VMWare Tools to the Virtual Machine SSH to the Ubuntu Server you want the VMWare Tools be installed [...]]]></description>
			<content:encoded><![CDATA[<p>How to install <a href="http://www.vmware.com"target="_blank"rel="external"title="VMWare" >VMWare</a> Tools on <a href="http://www.ubuntu.org"target="_blank"rel="external"title="Ubuntu" >Ubuntu</a> (tested on Ubuntu 8.10 and 8.04 LTS) in a rush:</p>
<ul>
<li>Within your VMWare Infrastructure Client or WebGUI do a &#8220;Install VMWare Tools&#8221;</li>
<li>VMWare will provide a ISO Image with the VMWare Tools to the Virtual Machine</li>
<li>SSH to the Ubuntu Server you want the VMWare Tools be installed</li>
<li>OPTIONAL but prefered:

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">su</span> -
<span style="color: #c20cb9; font-weight: bold;">aptitude</span> update
<span style="color: #c20cb9; font-weight: bold;">aptitude</span> full-upgrade</pre></div></div>

</li>
<li>do the following steps as root or prefix a <code>sudo</code>:

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">aptitude</span> <span style="color: #c20cb9; font-weight: bold;">install</span> build-essential linux-headers-<span style="color: #000000; font-weight: bold;">`</span><span style="color: #c20cb9; font-weight: bold;">uname</span> -r<span style="color: #000000; font-weight: bold;">`</span>
<span style="color: #c20cb9; font-weight: bold;">mount</span> <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>cdrom
<span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>media<span style="color: #000000; font-weight: bold;">/</span>cdrom0<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">cp</span> VMwareTools-2.0.0-122956.tar.gz <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>src<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>src<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">tar</span> xfzv VMwareTools-2.0.0-122956.tar.gz
<span style="color: #7a0874; font-weight: bold;">cd</span> vmware-tools-distrib<span style="color: #000000; font-weight: bold;">/</span>
.<span style="color: #000000; font-weight: bold;">/</span>vmware-install.pl
<span style="color: #666666; font-style: italic;"># answer the question via defaults</span>
init <span style="color: #000000;">6</span></pre></div></div>

</li>
</ul>
<ul class="socialwrap size24 row">
<li class="iconOnly share">Teilen:</li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="delicious" href="http://delicious.com/post?url=http%3A%2F%2Fwww.ipunct.net%2Fblog%2F2009%2F04%2Finstall-vmware-tools-on-ubuntu-server%2F&amp;title=Install+VMWare+Tools+on+Ubuntu+Server" title="Bookmark this post : Install VMWare Tools on Ubuntu Server on Delicious"><span class="head">Delicious</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="digg" href="http://digg.com/submit?url=http%3A%2F%2Fwww.ipunct.net%2Fblog%2F2009%2F04%2Finstall-vmware-tools-on-ubuntu-server%2F&amp;title=Install+VMWare+Tools+on+Ubuntu+Server&amp;bodytext=How+to+install+VMWare+Tools+on+Ubuntu+%28tested+on+Ubuntu+8.10+and+8.04+LTS%29+in+a+rush%3A%0A%0A%09Within+your+VMWare+Infrastructure+Client+or+WebGUI+do+a+%22Install+VMWare+Tools%22%0A%09VMWare+will+provide+a+ISO+Image+with+the+VMWare+Tools+to+the+Virtual+Machine%0A%09SSH+to+the+Ubuntu+Server+you+want+the+VMWare+Tools+be+installed%0A%09OPTIONAL+" title="Digg this post : Install VMWare Tools on Ubuntu Server"><span class="head">Digg this post</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="facebook" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.ipunct.net%2Fblog%2F2009%2F04%2Finstall-vmware-tools-on-ubuntu-server%2F&amp;t=Install+VMWare+Tools+on+Ubuntu+Server" title="Recommend this post : Install VMWare Tools on Ubuntu Server on Facebook"><span class="head">Facebook</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="linkedin" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.ipunct.net%2Fblog%2F2009%2F04%2Finstall-vmware-tools-on-ubuntu-server%2F&amp;title=Install+VMWare+Tools+on+Ubuntu+Server&amp;&amp;summary=" title="Share this post : Install VMWare Tools on Ubuntu Server on Linkedin"><span class="head">Linkedin</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="twitter" href="http://twitter.com/home/?status=Install+VMWare+Tools+on+Ubuntu+Server+-+http%3A%2F%2Fbit.ly%2Fa2eBC5" title="Tweet this post : Install VMWare Tools on Ubuntu Server on Twitter"><span class="head">Twitter</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="xing" href="http://www.xing.com/app/user?op=share;url=http%3A%2F%2Fwww.ipunct.net%2Fblog%2F2009%2F04%2Finstall-vmware-tools-on-ubuntu-server%2F" title="Share this post : Install VMWare Tools on Ubuntu Server on xing"><span class="head">Share on xing</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="" class="rss" href="http://www.ipunct.net/blog/2009/04/install-vmware-tools-on-ubuntu-server/feed" title="Follow this post : Install VMWare Tools on Ubuntu Server comments"><span class="head">Subscribe to the comments on this post</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="" class="bookmark" href="javascript:window.bookMark('http://www.ipunct.net/blog/2009/04/install-vmware-tools-on-ubuntu-server/', 'Install VMWare Tools on Ubuntu Server');" title="Bookmark this post : Install VMWare Tools on Ubuntu Server"><span class="head">Bookmark in Browser</span></a></li>
</ul>
<div class="clean"></div>
]]></content:encoded>
			<wfw:commentRss>http://www.ipunct.net/blog/2009/04/install-vmware-tools-on-ubuntu-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
