VMWare is pre-installed on certain versions of the CS Debian installation. (See ImageChangeLog for details.) VMWare 4.5.2 is the current version. This is not site-licensed, use still requires the purchase of a license - this is approximately $100. Additionally, any licenses for the OS you want to install under VMWare are not included; Windows and Office licenses may be purchased from IST.
After installing vmware, one will probably want to share files back and forth between the host Linux box and the guest. Easiest way to do that is to install and configure samba appropriately.
Installing VMware Server on Ubuntu 6.06 Server (amd64) as the host operating system using Sun Fire x2100 (with an 80 GB drive) hardware. See below for Gutsy Gibbon specific notes.
There is also a full set of install instructions being maintained on http://www.howtoforge.com/ubuntu_vmware_server.
Do a typical OS install from a CD you burned using the iso image. Partition the disk manually:
/vmdata
partition with the remaining disk
Edit the /etc/apt/sources.list
file for local mirror and universe.
Installed the following packages:
Rename the pam library (softlink) from ia32-libs since it seems to be broken:
mv /lib32/libpam.so.0 /lib32/libpam.so.0.broken
Create a place for the virtual machines:
ln -s /vmdata /var/lib/vmware
Download the software, serial number(s), and the documentation from http://www.vmware.com. When running the config script, say yes to build a module for the kernel, don't worry about perl missing, and be sure to use bridged networking.
You may find it handy to create a /vmdata/iso
directory and stick iso install images in there. Any virtual machines you create can use one of the iso images as its CD-ROM device.
Install the VMware Server Console on your workstation and connect to the server. You can then create virtual machines remotely.
Make sure that you use the latest VMware Server as older ones won't work with Gutsy. On a base server install I didn't have all of the needed VMware dependencies (all GTK/X11). Installing xorg-dev and libgtk2.0-dev seemed sufficient to fulfill the requirements.
In case vmware console takes up your whole desktop, i.e, you cannot see your desktop you probably have Quick Switch enabled. Type Alt+e and you should see vmware's menu. Go to View and uncheck the quick check arrow. This will get you a window size that does not take up your whole desktop when it starts up, i.e., it will not be the default setting. Typing F11 will also switch you back and forth.
-- JasonTestart - 09 Aug 2006
-- DavidBartley - 07 Nov 2007
-- WalterTautz - 12 Nov 2007