下页
时间:2007-03-15 来源:h0ng123
cd .. tar -cvvf vmnet.tar vmnet-only/ /usr/bin/vmware-config.pl |
This will take you through the VMware configuration again. Again, accept all default values.
If you get this error:
This program previously created the file /dev/vmmon, and was about to remove
it. Somebody else apparently did it already.
mknod: `/dev/vmmon': File exists
Unable to create the character device /dev/vmmon with major number 10 and minor
number 165.
Execution aborted.
simply run
/usr/bin/vmware-config.pl |
again. This time the error will be gone, and the VMware Server installation should finally succeed.
2.1 Finishing The VMware Server Installation
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:
Go to http://www.vmware.com/download/server/ again and click on the Register button:
Fill in your personal details. Afterwards you will get a page with serial numbers for VMware Server. Copy one of them and paste it into the terminal where you were asked for the serial number.
After the successful installation, you can delete the VMware Server download file and the installation directory:
cd /home/falko/Desktop rm -fr vmware-server-distrib rm -f VMware-server-*.tar.gz |
You will now find VMware Server under Applications > System Tools:
When you start it, select Local host:
Afterwards, you can create virtual machines (or import your virtual Windows machine that you created with VMware Converter):
3 Links
- VMware Server: http://www.vmware.com/download/server
- souce:www.howtoforge.com