Results 1 to 10 of 17

Thread: installation of VMware 1.0.4 on Gutsy 32-bit

Threaded View

  1. #1
    Join Date
    Apr 2005
    Beans
    94
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Iinstallation of VMware 1.0.4 on Gutsy Server 32-bit

    After struggling for two days trying to get VMware installed on 32-bit Gutsy, I was able finally able to get it going using the following steps.

    Thanks a ton to bkingx for his help in locating the xorg-dev package. Without that, the installer fails to accept any serial numbers, and hence prevents VMWare Server from being properly installed.

    Installation of VMware Server:
    1. Download VMware Server source from the VMware website.

    1a. Be sure to register to recieve your serial number(s)

    2. Extract the archive to some location on your system
    Code:
    tar -zxvf VMware-server*
    3. Ensure that you have some prerequisites installed in order to compile these sources

    Code:
    sudo aptitude install build-essential linux-headers-`uname -r` xorg-dev xinetd
    4. CD to the newly create folder and run:

    Code:
    sudo ./vmware-install.pl
    5. Select all the default options.


    If you want the web based management user interface (MUI), then follow these additional steps:
    1. Configure the default shell to be bash and not dash.

    Code:
    sudo ln -sf /bin/bash /bin/sh
    2. Return to the VMware website and grab the MUI archive.

    3. Extract the files from the MUI archive.
    Code:
    tar -zxvf VMware-mui*
    4. CD into newly created directory and run:
    Code:
    sudo ./vmware-install.pl
    5. Accept all the defaults.

    6). Access the MUI by pointing your browser to https://[your server ip address]:8333


    When all is said and done, you'll have VMWare running on the machine, and (assuming you installed the MUI as well) will be able to get some basic information about your server via a web browser.
    Last edited by ScatterBrain; November 19th, 2007 at 08:08 PM. Reason: corrected typos

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •