Installing Ubuntu 8.04 LTS Server and VMware Server 2

Posted: 9th April 2009 by Joep Cremers in Software
Tags: , , ,

This tutorial wil try to explain how to setup Ubuntu 8.04.2 Server (LTS) with VMware Server 2.0.1. This tutorial is written for the 32-bit versions of Ubuntu and VMware.

Software:

  1. Ubuntu 8.04.2 Server LTS (ubuntu-8.04.2-server-i386.iso)
  2. VMware Server 2.0.1  (vmware-server-2.0.1-156745.i386.tar.gz)

Before we start

Download Ubuntu and burn it on a CD. Download VMware and write down the linux code. Place the vmware software on a windows machine and share the folder.

In this example I use server1 as hostname and the ip address will be 192.168.10.10 and gateway 192.168.10.1.

All data on your harddisk will be deleted!

Installing Ubuntu 8.04

  1. ubuntu-installBoot the system from your Ubuntu CD.
  2. Select language: English
  3. Install Ubuntu Server
  4. Select language: English-English
  5. Select location: other
  6. Select country: [your country]
  7. Detect keyboard layout: <Yes>
  8. Press the keys
  9. Keyboard detected: <Continue>
  10. Files will be copied from CD
  11. Hostname: server1
  12. Partition method: Guided – use entire disk
  13. Select disk: <your disk>
  14. Write changes to disk: <Yes>
  15. Base system is installed
  16. Full name for the new user: user [or your own name]
  17. Username for your account: user [or your own name]
  18. Choose a password for the new user: [your password]
  19. Re-enter password to verify: [your password]
  20. HTTP proxy: <keep empty>
  21. Choose software to install: [*] OpenSSH server
  22. Installation Complete: [Remove CD and reboot system]
  23. sudo apt-get install vim
  24. sudo vi /etc/network/interfaces
  25. # # This file describes the network interfaces available on your system
    # and how to activate them. For more information, see interfaces(5).
    # The loopback network interface
    auto lo
    iface lo inet loopback
    # The primary network interface
    auto eth0
    iface eth0 inet static
    address 192.168.10.10
    netmask 255.255.255.0
    network 192.168.10.0
    broadcast 192.168.10.255
    gateway 192.168.10.1

  26. su /etc/init.d/networking restart
  27. su vi /etc/hosts
  28. 127.0.0.1 localhost.localdomain localhost
    192.168.10.10 server1.yourdomain.nl server1
    # The following lines are desirable for IPv6 capable hosts
    ::1 ip6-localhost ip6-loopback
    fe00::0 ip6-localnet
    ff00::0 ip6-mcastprefix
    ff02::1 ip6-allnodes
    ff02::2 ip6-allrouters
    ff02::3 ip6-allhosts

  29. sudo apt-get update
  30. sudo apt-get upgrade
  31. sudo reboot

Installing VMware 2.0.1

  1. vmware_logodownload vmware and place the file in /home/user/vmware
  2. sudo apt-get install linux-headers-2.6.24-23-generic
  3. sudo apt-get install linux-headers-2.6.24-23-386
  4. sudo apt-get install linux-headers-2.6.24-23-server
  5. cd /home/user/vmware/
  6. tar xzf VMware-server-2.0.1-156745.i386.tar.gz
  7. cd vmware-server-distrib
  8. sudo ./vmware-install.pl
  9. use defaults except the options below:
  10. The current administrative user for VMware Server  is ”.  Would you like to
    specify a different administrator? [no] yes
    Please specify the user whom you wish to be the VMware Server administrator
    user
    Using user as the VMware Server administrator.
  11. Please enter your 20-character serial number.  Type XXXXX-XXXXX-XXXXX-XXXXX or ‘Enter’ to cancel: [Enter your code]

After the installation is complete, goto https://192.168.10.10:8333

Enter you username/password and presto, you have your VMware console.

Share or Bookmark:
  • StumbleUpon
  • Digg
  • del.icio.us
  • Reddit
  • Twitter
  • Technorati
  • Facebook
  • LinkedIn
  • Hyves
  • Google Bookmarks
  • Add to favorites
Related posts:
  1. Install Ubuntu 9.10 On PS3
  2. Ubuntu Time Server Configuration Using Commandline
  3. Install Ubuntu 9.04 On PS3
  4. Connect Ubuntu To Windows Share
  5. Connect To Citrix Access Gateway On Ubuntu 9.10