Prepare To Install VMWare Server 2.0 On Ubuntu Linux

Before you start you obviously have to have a server setup and running, if you don’t yet. I would suggest taking a look at my step by step guide on How to Install Ubuntu Server 9.04 .

Next we’ll need to download and get a free license from the VMware website.

  1. Direct your browser to http://www.vmware.com/freedownload/login.php?product=server20
  2. On the right hand side of the page there should be a form to register.
  3. Fill out the form, down at the bottom be sure to request how ever many licenses you need (you can request up to 10 total)

Once completed it should take you to the VMware Server 2 Product License and Download page where you will be presented with your license keys and download links.  In this particular tutorial aimed at installing on Ubuntu Server 9.04 64bit you will want to choose the TAR binaries for “The core application needed to run VMware Server 2, 64-bit version Version 2.0.1 | 156745 – 03/31/09.”

  1. Before we start the install VMware, we’ll need to make sure that our server has the required packages to compile source.
  2. 1
    
    $ sudo apt-get install build-essential linux-headers-`uname -r`
  3. Download the TAR file for The Core Application needed to run VMware Server 2, 64 bit and transfer it to your server’s home directory and extract it. (I like to use SCP or Filezilla SFTP to transfer the file to your server from your computer)
  4. 1
    
    $ tar zxvf  VMware-server-*.tar.gz
  5. For Ubuntu to compile vsock correctly we need to patch the vmware-config.pl file.  Download the patch file from (Requires Forum Login to download) Ubuntu Forums Mirror and save it to your home directory on your server.  Once you have placed the file into your home directory, navigate into the newly extracted directory
  6. 1
    
    $ cd vmware-server-distrib/
  7. Patch the configure script
  8. 1
    
    $ sudo patch ./bin/vmware-config.pl ~/vmware-config.pl.patch.txt
    Expected Output
    1
    
    patching file ./bin/vmware-config.pl

On the next page we will begin the VMware Server 2.0 installation…

Pages: 1 2 3 4

Tags: