kieranbarnes Independent PHP, WordPress & CubeCart Programmer

Installing VMware Server & MUI on Ubuntu 7.10

Posted on November 15, 2007

Installing VMware on Ubuntu 7.10 isn't as easy as Ubuntu usually makes things out to be. None the less, my handy how to will sort you out.

It's probably best to start off with a fresh Gusty Gibbon install.

1. For starters we'll install a few pre-reqs,

apt-get install linux-headers-`uname -r` build-essential xinetd

1.1 If you're using an AMD 64 like myself, you need the following, apparently,

apt-get install ia32-libs

1.2 I also had to create symlink in the /usr/src directory

cd /usr/src
ln -s  linux-headers-2.6.22-14-server linux

Check the kernel version, you may have a newer one!

2. Ubuntu needs a bit of fudging around with the SSL certificates for the MUI.

mkdir -p /etc/vmware/ssl/
touch /etc/vmware/ssl/rui.key
touch /etc/vmware/ssl/rui.crt

3. Download the latest VMWare Server from VMware .
Don't forget to register with VMWare so you can get the license keys required.

wget http://download3.vmware.com/software/vmserver/VMware-server-<VERSION>.tar.gz

4. We'll do a first run on the VMware installer

tar -xvzf VMware-server-<VERSION>.tar.gz
cd vmware-server-distrib
./vmware-install.pl

Accept all the defaults, except the final question that asks you about compiling the vmmon modules, say no.

5. We need to patch the source for Gusty Gibbon.
Download the latest patch from this site

cd vmware-any-any-update113
./runme.pl

This runs some voodoo curses and throws you back to Step 8 of the VMware Server install, accept all the defaults again, this time, say "Yes, please" to compiling the vmmon modules.

Thats it, all done!

Install the VMware Server Console and your laughing!

If you want the MUI installed, which is a nice web based interface to the server, here goes;

1. Download and extract

wget http://download3.vmware.com/software/vmserver/VMware-mui-<VERSION>.tar.gz
tar zxpfv VMware-mui-<VERSION>.tar.gz
cd vmware-mui-distrib

2. A small fix for the Gibbon is required,

ln -s -f /bin/bash /bin/sh

3. Finally, run the installer

./vmware-install.pl

Your MUI should be accessable at http://<SERVER>:8222/


Related posts

  1. Installing Windows Server 2008 on PERC 4/DC
    Got an older server like a Dell PowerEdge 2850 or a 2900 that you want...
  2. NTLM Authentication on Ubuntu and Apache2 Revisited
    It's been a while since I've had to build an NTLM integrated Apache2 server. So...
  3. Simple install of memcached on Ubuntu
    Memcached is a free, high performance distributed memory object caching system. In English, it can...
  4. Installing memcached on CentOS/cPanel
    memcached a (distributed) memory object caching system vital if your running a HA Linux* setup...
  5. Install Imagemagick / Imagick for PHP on Ubuntu
    No problem if you want to install imagemagick on your server, Ubuntu makes this very...

Posted by Kieran


Comments (5) Trackbacks (0)
  1. Thanks step 2 of the mui install! I could not figure out why I was getting an ” Starting httpd.vmware:-ne failed” error during the mui installation.

    ln -s -f /bin/bash /bin/sh was the ticket!

  2. Thanks man I’m still a noob at linux and have been searching to fix the Vmmon error, this works fluently.
    And I’ve got a web interface!

    woot

  3. I keep getting errors when it asks me to compile the headers during the VMware installation, it wants me to point it to the directory of the compiler, but I have no idea where that is, any suggestions?

  4. Joel: I’m guessing you need to run step one.

    apt-get install linux-headers-`uname -r` build-essential xinetd

  5. hope someone can help me out,

    I have successfully installed and configured both VMware Server & MUI on Ubuntu 7.10 by following all the step mentioned but as soon as i brows to it i get the following error:

    503 Service Unavailable

    Any help would be appreciated,


Leave a comment

(required)

No trackbacks yet.