存档

文章标签 ‘vmware’

Vmware-Server 2.0安装注意事项

2009年1月7日 作者:water

我是在Ubuntu Server 8.04.1 64位中安装的VMware-server-2.0.0-122956.x86_64.tar.gz,安装过程很简单,直接sudo安装包中的安装启动程序,然后再提示操作就可以了,主要有以下几点需要注意:

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]

The path “/usr/src/linux/include” is not an existing directory.

这是提醒我们linux-headers包没有安装,我先用uname -a查知我正在用的内核版本号为2.6.24-22-server,然后直接sudo apt-get install linux-headers-2.6.24-22-server就可以了。

Your kernel was built with “gcc” version “4.2.3″, while you are trying to use
“/usr/bin/gcc” version “4.2.4″. This configuration is not recommended and
VMware Server may crash if you’ll continue. Please try to use exactly same
compiler as one used for building your kernel. Do you want to go with compiler
“/usr/bin/gcc” version “4.2.4″ anyway? [no] yes

这是告诉我们当前gcc编译工具的版本跟当前使用的内核所用的gcc版本不一致,要我们确认是否还是使用当前的gcc版本,要回答yes,不然就退出了。

Please specify a port for remote connections to use [902]

Please specify a port for standard http connections to use [8222]

Please specify a port for secure http (https) connections to use [8333]

指定端口号,可以自行修改。

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
username

自己指定管理员帐号。

In which directory do you want to keep your virtual machine files?
[/var/lib/vmware/Virtual Machines]

指定默认的虚拟机相关文件存放位置

Please enter your 20-character serial number.

Type XXXXX-XXXXX-XXXXX-XXXXX or ‘Enter’ to cancel:  A252M-FW1FT-U7NEP-415UM

免费申请的系列号。

Linux ,