1、emerge vmware-server
安装后的提示:
Messages for package app-emulation/vmware-server-1.0.9.156507:
* Fallback PaX marking -m
* /var/tmp/portage/app-emulation/vmware-server-1.0.9.156507/work/vmware-server-distrib/sbin/vmware-serverd
* You need to run
* /opt/vmware/server/bin/vmware-config.pl
* to complete the install.
* After configuring, run vmware-server to launch
* Also note that when you reboot you should run:
* /etc/init.d/vmware start
* before trying to run vmware. Or you could just add it to
* the default runlevel:
* rc-update add vmware default
* VMWare allows for the potential of overwriting files as root. Only
* give VMWare access to trusted individuals.
* Remember, in order to run VMware Server, you have to
* be in the 'vmware' group.
* Remember by default xinetd only allows connections from localhost
* To allow external users access to vmware-server you must edit
* /etc/xinetd.d/vmware-authd
* and specify a new 'only_from' line
* VMWare Server also has issues when running on a JFS filesystem. For more
* information see
2、可以免费申请序列号
3、/opt/vmware/server/bin/vmware-config.pl
Making sure services for VMware Server are stopped.
* Caching service dependencies ... [ ok ]
* Stopping VMware services: [ ok ]
* Virtual machine monitor [ ok ]
* Bridged networking on /dev/vmnet0 [ ok ]
* DHCP server on /dev/vmnet8 [ ok ]
* NAT service on /dev/vmnet8 [ ok ]
* Host-only networking on /dev/vmnet8 [ ok ]
* Virtual ethernet [ ok ]
Configuring fallback GTK+ 2.4 libraries.
You have already setup networking.
Would you like to skip networking setup and keep your old settings as they are?
(yes/no) [yes]
Please specify a port for remote console connections to use [903]
WARNING: VMware Server has been configured to run on a port different from the
default port. Remember to use this port when connecting to this server.
Configuring the VMware VmPerl Scripting API.
Building the VMware VmPerl Scripting API.
Using compiler "/usr/bin/gcc". Use environment variable CC to override.
Installing the VMware VmPerl Scripting API.
The installation of the VMware VmPerl Scripting API succeeded.
Do you want this program to set up permissions for your registered virtual
machines? This will be done by setting new permissions on all files found in
the "/etc/vmware/vm-list" file. [no]
Generating SSL Server Certificate
In which directory do you want to keep your virtual machine files?
[/mnt/sda9/home/jesse/vmware]
Do you want to enter a serial number now? (yes/no/help) [no] yes
Please enter your 20-character serial number.
Type XXXXX-XXXXX-XXXXX-XXXXX or 'Enter' to cancel: 90JWM-YPM6T-27ME5-4CPUW
* Starting VMware services: [ ok ]
* Virtual machine monitor [ ok ]
* Virtual ethernet [ ok ]
* Bridged networking on /dev/vmnet0 [ ok ]
* Host-only networking on /dev/vmnet8 (background) [ ok ]
* NAT service on /dev/vmnet8 [ ok ]
* Starting VMware virtual machines... [ ok ]
The configuration of VMware Server 1.0.9 build-156507 for Linux for this
running kernel completed successfully.
4、rc-update add vmware default
5、gpasswd -a jesse vmware
6、vmware-server
7、如果需要通过远程连接,需要安装vmare-server-console并设置vmare-authd
#emerge vmware-server-console
#vi /etc/xinetd.d/vmware-authd
在大括号中增加
only_from = ip_addres/network ID
阅读(1300) | 评论(0) | 转发(0) |