This issue not any guarantee that will working for you!
Firts Step : Download VMware Server 1.0.x
Go to http://downloads.vmware.com/d/info/datacenter_downloads/vmware_server/1_0
and click on the VMware Server 1.0.10 link.
On the next page, click on the Download button next to VMware Server for Linux (file type: tar.gz, not rpm!):
Accept the license agreement by clicking on Yes,
Then download the VMware Server for Linux .tar.gz file (not the rpm file!) to your computer.
Step Two : Get VMware Server 1.0.x (1.0.10) Serial Number
To get the serial number, you need go to http://register.vmware.com/content/registration.html.
Fill in your personal details.
Afterwards you will get a page with a serial number for VMware Server. Write it down or print it out.
Step Three : Run the following command to install some necessary packages
Open a terminal (Applications > Accessories > Terminal):
sudo aptitude install build-essential xinetd
If you are on an x86_64 system, you also need to install the package ia32-libs:
sudo aptitude install ia32-libs
Then go to the location where you saved the VMware Server .tar.gz file
Unpack the VMware Server .tar.gz file and run the installer by type on terminal :
tar xvfz VMware-server-*.tar.gz
cd vmware-server-distrib
sudo ./vmware-install.pl
The installer will ask you a lot of questions.
You can always accept the default values simply by hitting
Before running VMware Server for the first time, you need to configure it by invoking the following command:
"/usr/bin/vmware-config.pl".
Do you want this program to invoke the command for you now? [yes] <-- no
0 comments:
Post a Comment