分类:
2011-03-04 11:13:24
Because the original VMware installer doesn't work for kernel 2.6.35, we have to download a script from http://radu.cotescu.com/how-to-install-vmware-server-ubuntu-fedora-opensuse/ that helps us to install VMware Server 2:
wget --no-check-certificate http://codebin.cotescu.com/vmware/vmware-server-2.0.x-kernel-2.6.3x-install.sh
The installer will ask you a lot of questions. You can always accept the default values simply by hitting
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
<-- falko (use the user name of the account that you used to log into the desktop)
When the installer asks you
In which directory do you want to keep your virtual machine files?
[/var/lib/vmware/Virtual Machines]
you can either accept the default value or specify a location that has enough free space to store your virtual machines.
At the end of the installation, you will be asked to enter a serial number:
Please enter your 20-character serial number.
Type XXXXX-XXXXX-XXXXX-XXXXX or 'Enter' to cancel:
Fill in your serial number for VMware Server.
After the successful installation, you can delete the VMware Server download file and the installation directory:
cd /home/falko/Downloads
rm -fr raducotescu-vmware-server-linux-2.6.3x-kernel-*
rm -f vmware-server-2.0.x-kernel-2.6.3x-install.sh
VMware Server 2 does not have a desktop application for managing virtual machines - this is now done through a browser (e.g. Firefox). You can access the management interface over HTTPS ( ADDRESS>:8333) or HTTP ( ADDRESS>:8222); the management interface can be accessed locally and also remotely. If you want to access it from the same machine, type or into the browser's address bar.
The https interface () did not load for me, so I used instead.
You will see the VMware Server login form. Type in the VMware Server administrator username (the one you specified during the VMware installation) and the password of that user (it is the same that you use to log into the desktop)
This is how the VMware Server web interface looks. The structure is similar to the old VMware Server 1 desktop application, so the usage of the web interface is pretty straightforward.