Popular content
- KVM install on Ubuntu 9.10 (8,010)
- Drupal development environment on VMware (4,583)
- Drupal LAMP in Virtual Server (3,108)
- Drupal 6 and Ubuntu 9.04 Jaunty (2,558)
- Drupal install (2,500)
- script to start and stop VM guests on VMware server (2,377)
- VMware maintenance tasks (2,304)
VMware Server 2 install on Ubuntu 8.04
How to install VMware Server 2 on Ubuntu 8.04 LTS host server.
Go to the VMware download page. Make the registration for the free download, It provides two license keys: one for install on Linux host, the other one for MS. Download the TAR file for The core application needed to run VMware Server 2.
tar xvfz VMware-server-*.tar.gz
cd vmware-server-distrib
sudo ./vmware-install.pl
First, it uninstalls any prevoius version of VMware. Say yes to accept defaults, except to this point:
Your kernel was built with "gcc" version "4.2.3", while you are trying to use
"/usr/bin/gcc" version "4.2.4". This configuration is not recommended and
VMware Server may crash if you'll continue. Please try to use exactly same
compiler as one used for building your kernel. Do you want to go with compiler
"/usr/bin/gcc" version "4.2.4" anyway? [no]
Here answer yes!
The second point not to take the default is here:
The current administrative user for VMware Server is ''. Would you like
to specify a different administrator? [no]
Here says also yes, and type one Ubuntu user name with sudo rights.
Then open your browser, type: http://127.0.0.1:8222/, and you can log in with the user specified above.
Good luck!
- Printer-friendly version
- Add new comment
- 2243 reads