<?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>wekadesign &#187; vmware</title>
	<atom:link href="http://www.wekadesign.co.nz/tag/vmware/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wekadesign.co.nz</link>
	<description>web apps that solve problems</description>
	<lastBuildDate>Sun, 20 Jun 2010 04:08:13 +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>Upgrading to VMware Server 2 on Ubuntu 8.04</title>
		<link>http://www.wekadesign.co.nz/2009/05/23/upgrading-to-vmware-server-2-on-ubuntu-804/</link>
		<comments>http://www.wekadesign.co.nz/2009/05/23/upgrading-to-vmware-server-2-on-ubuntu-804/#comments</comments>
		<pubDate>Sat, 23 May 2009 10:46:28 +0000</pubDate>
		<dc:creator>Mike McMurray</dc:creator>
				<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vmware server 2]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.wekadesign.co.nz/blog/?p=74</guid>
		<description><![CDATA[After downloading the latest Windows 7 RC I loaded it into VMware Server 1.06 that I installed on Ubuntu Server a while back. All going well until the Windows 7 installer wouldn&#8217;t see the disk I had created. It seems that Windows 7 doesn&#8217;t like the SCSI virtual disk, so I removed that and created [...]]]></description>
			<content:encoded><![CDATA[<p>After downloading the latest Windows 7 RC I loaded it into VMware Server 1.06 that I installed on Ubuntu Server a <a title="Installing VMware Server on Linux" href="http://www.wekadesign.co.nz/blog/2008/06/07/installing-vmware-server-on-linux/" target="_self">while back</a>. All going well until the Windows 7 installer wouldn&#8217;t see the disk I had created. It seems that Windows 7 doesn&#8217;t like the SCSI virtual disk, so I removed that and created an IDE virtual disk and restarted the install.</p>
<p>Things were much better until it came time to install the VMware Tools and nothing happened. Things weren&#8217;t exactly snappy and without the tools installed, they weren&#8217;t going to get any better. It was time to make the upgrade from VMware 1.06 to 2.0 and as it turns out, is much easier than previous VMware installs.</p>
<p>Overall I followed the instructions from the <a title="Linux Gazette" href="http://linuxgazette.net/159/dokopnik.html" target="_blank">LinuxGazette</a> website and things worked flawlessly, but there were a couple of extras due to the upgrade.</p>
<p>Firstly (and fairly obviously), make sure you stop your current VMware daemon/service before starting the install. The VMware installer is pretty good, but I&#8217;m sure that your virtual machines would appreciate being offline before things get messed up.</p>
<pre>sudo /etc/init.d/vmware stop</pre>
<p>If you&#8217;re upgrading from VMware Server 1.06 the installer will also complain about the vmnet and vmmon modules being left from a previous version. So we need to get rid of those &#8211; using the correct kernel version. You can get that with &#8220;uname -r&#8221;.</p>
<pre>sudo rm /lib/modules/2.6.24-22-server/misc/vmnet.o
sudo rm /lib/modules/2.6.24-22-server/misc/vmnet.ko
sudo rm /lib/modules/2.6.24-22-server/misc/vmmon.o
sudo rm /lib/modules/2.6.24-22-server/misc/vmmon.ko</pre>
<p>After that it&#8217;s plain sailing. Just follow the instructions to untar your VMware download and run the installer. Assuming you used the default locations in the previous install, your virtual machines will be untouched and start happily under VMware Server 2.0</p>
<p>One of the final things to note in the install is that the new client interface is all browser based. To log into your VMware server requires a password and the Ubuntu root user does not have one by default. So on your server be sure to run,</p>
<pre>sudo passwd root</pre>
<p>and set a nice secure password for when you head to http://servername:8222. Firefox users will need to give the site security certificate the OK and all browsers will need to install the plugin to use the console to view your machines.</p>
<p>Hooray &#8211; Windows 7 now installs the VMware Tools properly and runs pretty well. At the moment I have no sound and the limited graphics under VMware don&#8217;t allow Aero fanciness, but I can now test and develop in the Windows world while meeting all license requirements. The Windows 7 RC license is <a href="http://www.microsoft.com/Windows/Windows-7/download.aspx" target="_blank">valid until June 2010</a> although don&#8217;t wait that long as it&#8217;ll start making life hard for you in March 2010. That&#8217;s almost a year of free OS from Microsoft!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wekadesign.co.nz/2009/05/23/upgrading-to-vmware-server-2-on-ubuntu-804/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing VMware Server 1.06 on Linux</title>
		<link>http://www.wekadesign.co.nz/2008/06/07/installing-vmware-server-on-linux/</link>
		<comments>http://www.wekadesign.co.nz/2008/06/07/installing-vmware-server-on-linux/#comments</comments>
		<pubDate>Sat, 07 Jun 2008 10:40:47 +0000</pubDate>
		<dc:creator>Mike McMurray</dc:creator>
				<category><![CDATA[Interesting Stuff]]></category>
		<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.wekadesign.co.nz/blog/?p=33</guid>
		<description><![CDATA[Installing the free VMware Server is a common but slightly tricky process on some newer Linux systems. Having had to go through it again recently I thought I&#8217;d write some of it down. Of course if you are using Ubuntu 7.10 then the simple option is to enable the Canonical Partner repository and just use [...]]]></description>
			<content:encoded><![CDATA[<p>Installing the free VMware Server is a common but slightly tricky process on some newer Linux systems. Having had to go through it again recently I thought I&#8217;d write some of it down. Of course if you are using Ubuntu 7.10 then the simple option is to enable the Canonical Partner repository and just use Synaptic to select and install VMware Server.</p>
<p>For the others in the audience that are installing on Ubuntu 8.04 or another Linux system that doesn&#8217;t have packages, you should have a working VMware Server install with web interface and a client console by the bottom of the page.<span id="more-33"></span></p>
<h3>Downloads</h3>
<p>There are a few things you will need from VMware&#8217;s site before we kick off. Download these to your server machine.</p>
<p><a href="http://download3.vmware.com/software/vmserver/VMware-server-1.0.6-91891.tar.gz" target="_blank">VMware Server 1.06</a> is the latest version of the free product, released in late May 2008.</p>
<p>The web based Management User Interface (MUI) onto your VMware Server install. The files for VMware Server 1.06 are available <a href="http://register.vmware.com/content/download-106.html" target="_blank">here</a>.</p>
<h3>System Extras</h3>
<p>Your Linux (in this case Ubuntu 8.04) system will require some extra libraries and bits if you haven&#8217;t already done so. Run the following on both the server and the client (if you&#8217;re installing the VMware console too).</p>
<pre>sudo apt-get install build-essential linux-headers-`uname -r` xinetd</pre>
<p>As you progress through the install you may find that your system has extra requirements. It all depends on the setup and libraries already installed on each machine. So you have the option of installing these ones on your server now or just keep going and come back if needed.</p>
<pre>sudo apt-get install libx11-6 libx11-dev libxtst6 libICE6 libxt6 libxrender1 libxi6 xfsprogs</pre>
<h3>Install</h3>
<p>Extract both the tarballs you&#8217;ve download,</p>
<pre><code>tar -xvzf VMware-server-1.0.6-*.tar.gz
tar -xvzf VMware-mui-1.0.6-*.tar.gz</code></pre>
<p>switch to the Server install folder,</p>
<pre>cd <code>vmware-server-distrib</code></pre>
<p>and run the installation script as root,</p>
<pre>sudo ./vmware-install.pl</pre>
<p>You may see errors during the install. If so, run these two commands to cover for a couple of missing libraries for cairo and gcc (tip courtesy of <a href="http://ubuntu-tutorials.com/">Ubuntu Tutorials</a>)</p>
<pre>sudo ln -sf /usr/lib/gcc/i486-linux-gnu/4.2.3/libgcc_s.so /usr/lib/vmware/lib/libgcc_s.so.1/libgcc_s.so.1</pre>
<pre>sudo ln -sf /usr/lib/libpng12.so.0 /usr/lib/vmware/lib/libpng12.so.0/libpng12.so.0</pre>
<p>At the end of the install you&#8217;ll be asked for the registration key that you can get from the VMware website. I usually request 10 and copy and paste them to a safe place. Be aware that the Linux and Windows keys are different and can&#8217;t be interchanged.</p>
<p>When the key has been accepted the install tidies up and you should see the VMware Server starting and giving the OK message. To double check, just restart it again with,</p>
<pre>sudo /etc/init.d/vmware restart</pre>
<p>You now have a working VMware Server but no easy way to control it. So we need the MUI and the Console.</p>
<p>Switch folder back to the MUI source folder that you extracted earlier and run the install script,</p>
<pre>sudo ./vmware-install.pl</pre>
<p>Once that&#8217;s completed, you should be able to connect from your client system&#8217;s web browser to https://&lt;server&gt;:8333 as long as you haven&#8217;t changed the port.</p>
<p>Again, depending on the state of your system, you may need to run the following if you have connection problems. I&#8217;ve found this fixes the SSL generation error (&#8220;<em>starting httpd.vmware:-ne failed</em>&#8220;) you may have at the end of the MUI install.</p>
<pre>sudo ln -s -f /bin/bash /bin/sh</pre>
<pre>sudo vmware-config-mui.pl</pre>
<p>Log on to https://&lt;server&gt;:8333 as your server user and you&#8217;ll see you can&#8217;t do too much. No options to create new VMs or change too many options. You need to install the VMWare console on your client machine.</p>
<h3>Client Console Install</h3>
<p>Installing the client console software is pretty easy. If you&#8217;re on a Windows machine just grab the client ZIP file from VMware, extract, double-click and you&#8217;re done.</p>
<p>For the Linux (specifically Ubuntu 8.04) world, use the links on those VMware MUI pages to download the console tarball and extract to a folder on your client machine. Remember that the rest of these instructions should be run on your Linux client and not your server.</p>
<pre>cd vmware-server-console-distrib</pre>
<pre>sudo ./vmware-install.pl</pre>
<p>Just follow the instructions through and accept the defaults. Look out for any ominous error messages, but you shouldn&#8217;t see any.</p>
<p>Test things out by starting the console with,</p>
<pre>/usr/bin/vmware-server-console</pre>
<p>and log on as your server username and password. You can now create a VMware guest and start it up &#8211; as long as you&#8217;ve used a registration key. If you receive errors when starting your guest system via the console, make sure you&#8217;ve installed the libraries noted in the System Extras section. If you still have problems, run the following on the server to see if you have anything specific missing,</p>
<pre>ldd /usr/lib/vmware/bin/vmware-vmx</pre>
<p>Hopefully by now you&#8217;ve got a smile on your face and if not, keep plugging away and feel free to ask any questions in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wekadesign.co.nz/2008/06/07/installing-vmware-server-on-linux/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
