Published November 17th, 2007 by admin
How-To Install VMware Server on Gutsy Gibbon
Well today you are in luck. VMware Server (free), allows you to connect graphically to administer a VMware Server so there is no need to install a GUI on your VMware Server and waste precious RAM.
Let’s get started.
First off, I assume that you already have an install of Gutsy Gibbon server version installed and set to a static IP address. From here on out it is pretty easy.
All we have to do is run the following command to install a few prerequisites before we get started.
First jump to the root account:
sudo su
then:
apt-get install build-essential linux-headers-`uname -r` xinetd xorg-dev
After that is installed we grab the install tar file from VMware.com:
wget http://vmware.com/whatever-the-current-release-url-is
extract the tar:
tar xfz VMware-server-1.*
then move into the newly created directory:
cd vmware-server-distrib
Then run the install script:
./vmware-install.pl
Accept all the default options (unless you have reason not to) and you will return back to the command prompt after installation is complete.
At this point you can connect to the server via the VMware console by entering the IP address of your new VMware Server and the login credentials.
Georg Says
Thanks!
Worked like a charm and saved me for hours of fiddling.
Regards,
Georg
Feb 5th, 2008 at 3:37 pm
Layla Says
Thanks for writing this.
Oct 28th, 2008 at 12:47 am