Instalando e configurando VMWARE Server no Debian

De gutocarvalho.net

Neste tutorial irei abordar como instalar o sistema de virtualização VMWARE 1.0.7 no Debian Lenny com kernel 2.6.21.1-686

Conteúdo

[editar] O que é o VMWARE ?

VMWare é um software/máquina virtual que permite a instalação e utilização de um sistema operacional dentro de outro dando suporte real a software de outros sistemas operativos (fonte: http://pt.wikipedia.org/wiki/VMware).

[editar] se tornando root

usuario@defiant:~$ su -
Password:

entrando em diretório para dar início ao procedimento de compilação e instalação do vmware

root@defiant:~# cd /usr/src
root@defiant:/usr/src#

[editar] removendo versões anteriores do vmware

root@defiant:/usr/src# vmware-uninstall.pl

[editar] instalando pacotes necessários para compilação

root@defiant:/usr/src# apt-get install build-essential linux-image-2.6-686-bigmem linux-headers-2.6.26-1-686-bigmem gcc-4.1 g++-4.1

reinicie seu sistema e entre no último kernel instalado

[editar] compilando vmware-server 1.0.7

fazendo download dos pacotes necessários

root@defiant:/usr/src# wget -c http://download3.vmware.com/software/vmserver/VMware-server-1.0.7-108231.tar.gz

vmware any any update

root@defiant:/usr/src# wget -c http://www.it-psycho.de/downloads/vmware-any-any-update117-itpsycho.tar.bz2

renomeando

root@defiant:/usr/src# mv vmware-any-any-update117a.tgz\?gda\=5DW2CE4AAACkDPZYQcALenKIdYyAQVh2mznaItghxi-B_q2lnpEKO2G1qiJ7UbTIup-M2XPURDSGXdvV5n_wsDUmPsx7kjwlvsBs_8-1ESibzAinxP6_Gg vmware-any-any-update117a.tgz

descompactando

root@defiant:/usr/src# tar zxvf VMware-server-1.0.7-108231.tar.gz
root@defiant:/usr/src# tar jxvf vmware-any-any-update117-itpsycho.tar.bz2

configurando vmware server

root@defiant:/usr/src# cd vmware-server-distrib/

vamos configurar mas não mande compilar os módulos, faremos isto com o patch any-any-update

root@defiant:/usr/src/vmware-server-distrib/# ./vmware-install.pl

saída do comando

reating a new installer database using the tar3 format.

Installing the content of the package.

In which directory do you want to install the binary files? 
[/usr/bin] 

What is the directory that contains the init directories (rc0.d/ to rc6.d/)? 
[/etc]  

What is the directory that contains the init scripts? 
[/etc/init.d] 

In which directory do you want to install the daemon files? 
[/usr/sbin] 

In which directory do you want to install the library files? 
[/usr/lib/vmware] 

The path "/usr/lib/vmware" does not exist currently. This program is going to 
create it, including needed parent directories. Is this what you want? 
[yes] 

In which directory do you want to install the manual files? 
[/usr/share/man] 

In which directory do you want to install the documentation files? 
[/usr/share/doc/vmware] 

The path "/usr/share/doc/vmware" does not exist currently. This program is 
going to create it, including needed parent directories. Is this what you want?
[yes] 

readdir() attempted on invalid dirhandle LS at ./vmware-install.pl line 458.
closedir() attempted on invalid dirhandle LS at ./vmware-install.pl line 459.
The installation of VMware Server 1.0.6 build-91891 for Linux completed 
successfully. You can decide to remove this software from your system at any 
time by invoking the following command: "/usr/bin/vmware-uninstall.pl".

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] 

Making sure services for VMware Server are stopped.

Stopping VMware services:
   Virtual machine monitor                                             done 

You must read and accept the End User License Agreement to continue.
Press enter to display it.

Do you accept? (yes/no) yes

Thank you.
Configuring fallback GTK+ 2.4 libraries.
In which directory do you want to install the mime type icons? 
[/usr/share/icons] 
What directory contains your desktop menu entry files? These files have a 
.desktop file extension. [/usr/share/applications] 

In which directory do you want to install the application's icon? 
[ /usr/share/pixmaps] 

/usr/share/applications/vmware-server.desktop: warning: value "vmware-server.png" for key "Icon" in group "Desktop Entry" is an icon name with an  extension, but there should be no extension as described in the Icon Theme Specification if the value is not an absolute path

/usr/share/applications/vmware-console-uri-handler.desktop: warning: value "vmware-server.png" for key "Icon" in group "Desktop Entry" is an icon name with an extension, but there should be no extension as described in the Icon Theme Specification if the value is not an absolute path

Trying to find a suitable vmmon module for your running kernel.
None of the pre-built vmmon modules for VMware Server is suitable for your 
running kernel.  Do you want this program to try to build the vmmon module for 
your system (you need to have a C compiler installed on your system)? [yes] yes
Using compiler "/usr/bin/gcc-4.1". Use environment variable CC to override.
What is the location of the directory of C header files that match your running
kernel? [/lib/modules/2.6.26-1-686-bigmem/build/include] 

Extracting the sources of the vmmon module. 

Building the vmmon module.
Using 2.6.x kernel build system.
make: Entrando no diretório `/tmp/vmware-config4/vmmon-only'
make -C /lib/modules/2.6.26-1-686-bigmem/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make[1]: Entrando no diretório `/usr/src/linux-headers-2.6.26-1-686-bigmem'
  CC [M]  /tmp/vmware-config4/vmmon-only/linux/driver.o
/tmp/vmware-config4/vmmon-only/linux/driver.c:146: error: unknown field ‘nopage’ specified in initializer
/tmp/vmware-config4/vmmon-only/linux/driver.c:147: warning: initialization from incompatible pointer type
/tmp/vmware-config4/vmmon-only/linux/driver.c:150: error: unknown field ‘nopage’ specified in initializer
/tmp/vmware-config4/vmmon-only/linux/driver.c:151: warning: initialization from incompatible pointer type
 make[2]: ** [/tmp/vmware-config4/vmmon-only/linux/driver.o] Erro 1
make[1]: ** [_module_/tmp/vmware-config4/vmmon-only] Erro 2
make[1]: Saindo do diretório `/usr/src/linux-headers-2.6.26-1-686-bigmem'
make: ** [vmmon.ko] Erro 2
make: Saindo do diretório `/tmp/vmware-config4/vmmon-only'
Unable to build the vmmon module.

For more information on how to troubleshoot module-related problems, please 
visit our Web site at "http://www.vmware.com/download/modules/modules.html" and
"http://www.vmware.com/support/reference/linux/prebuilt_modules_linux.html".

Execution aborted.

certo, deu um erro, por isto vamos utilizar o patch any-any-update 117a para compilar os módulos

root@defiant:/usr/src/vmware-server-distrib/# cd ..
root@defiant:/usr/src/# cd vmware-any-any117

antes vá ao site do vmware se registrar gratuitamente para pegar o serial number de instalação

precisamos também criar um link simbólico para o gcc 4.1.3 pois o kernel 2.6.21.1 foi compilado com esta versão do compilador, o vmware emite um alerta dizendo que se ele for compilado com o kernel 4.3.1 podem ocorrer instabilidades em seu uso.

para resolver isto faça o seguin/vmware-any-any-update117-itpsycho# CC=/usr/bin/gcc-4.1 ./runme.pl Updating /usr/bin/vmware-config.pl ... already patched Updating /usr/bin/vmware ... No patch needed/available Updating /usr/bin/vmnet-bridge ... No patch needed/available Updating /usr/lib/vmware/bin/vmware-vmx ... No patch needed/available Updating /usr/lib/vmware/bin-debug/vmware-vmx ... No patch needed/available VMware modules in "/usr/lib/vmware/modules/source" has been updated.

Before running VMware for the first time after update, you need to configure it for your running kernel by invoking the following command: "/usr/bin/vmware-config.pl". Do you want this script to invoke the command for you now? [yes]

Making sure services for VMware Server are stopped.

Stopping VMware services:

  Virtual machine monitor                                             done
  Bridged networking on /dev/vmnet0                                   done
  DHCP server on /dev/vmnet1                                          done
  Host-only networking on /dev/vmnet1                                 done
  Bridged networking on /dev/vmnet2                                   done
  DHCP server on /dev/vmnet8                                          done
  NAT service on /dev/vmnet8                                          done
  Host-only networking on /dev/vmnet8                                 done
  Virtual ethernet                                                    done

Configuring fallback GTK+ 2.4 libraries.

In which directory do you want to install the mime type icons? [/usr/share/icons]

What directory contains your desktop menu entry files? These files have a .desktop file extension. [/usr/share/applications]

In which directory do you want to install the application's icon? [/usr/share/pixmaps]

/usr/share/applications/vmware-server.desktop: warning: value "vmware-server.png" for key "Icon" in group "Desktop Entry" is an icon name with an extension, but there should be no extension as described in the Icon Theme Specification if the value is not an absolute path /usr/share/applications/vmware-console-uri-handler.desktop: warning: value "vmware-server.png" for key "Icon" in group "Desktop Entry" is an icon name with an extension, but there should be no extension as described in the Icon Theme Specification if the value is not an absolute path Trying to find a suitable vmmon module for your running kernel.

None of the pre-built vmmon modules for VMware Server is suitable for your running kernel. Do you want this program to try to build the vmmon module for your system (you need to have a C compiler installed on your system)? [yes] yes

Using compiler "/usr/bin/gcc-4.1". Use environment variable CC to override.

What is the location of the directory of C header files that match your running kernel? [/lib/modules/2.6.26-1-686/build/include]

Extracting the sources of the vmmon module.

Building the vmmon module.

Building for VMware Server 1.0.0. Using 2.6.x kernel build system. make: Entrando no diretório `/tmp/vmware-config1/vmmon-only' make -C /lib/modules/2.6.26-1-686/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules make[1]: Entrando no diretório `/usr/src/linux-headers-2.6.26-1-686'

 CC [M]  /tmp/vmware-config1/vmmon-only/linux/driver.o

/tmp/vmware-config1/vmmon-only/linux/driver.c:1159: warning: ‘LinuxDriverNoPage’ defined but not used /tmp/vmware-config1/vmmon-only/linux/driver_compat.h:284: warning: ‘LinuxDriverLockedNoPage’ defined but not used

 CC [M]  /tmp/vmware-config1/vmmon-only/linux/driverLog.o
 CC [M]  /tmp/vmware-config1/vmmon-only/linux/hostif.o
 CC [M]  /tmp/vmware-config1/vmmon-only/common/comport.o
 CC [M]  /tmp/vmware-config1/vmmon-only/common/cpuid.o
 CC [M]  /tmp/vmware-config1/vmmon-only/common/hash.o
 CC [M]  /tmp/vmware-config1/vmmon-only/common/memtrack.o
 CC [M]  /tmp/vmware-config1/vmmon-only/common/phystrack.o
 CC [M]  /tmp/vmware-config1/vmmon-only/common/task.o

cc1plus: warning: command line option "-Werror-implicit-function-declaration" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ cc1plus: warning: command line option "-ffreestanding" is valid for C/ObjC but not for C++ /tmp/vmware-config1/vmmon-only/common/task_compat.h: In function ‘int Vmx86_RunVM(VMCrossPage*, VMDriver*) [with VMCrossPage = VMCrossPageV321]’: /tmp/vmware-config1/vmmon-only/common/task_compat.h:2491: warning: ‘sysenterState.SysenterStateV45::rsp’ is used uninitialized in this function /tmp/vmware-config1/vmmon-only/common/task_compat.h:2492: warning: ‘sysenterState.SysenterStateV45::rip’ is used uninitialized in this function /tmp/vmware-config1/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::validEIP’ may be used uninitialized in this function /tmp/vmware-config1/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::cs’ may be used uninitialized in this function /tmp/vmware-config1/vmmon-only/common/task_compat.h: In function ‘int Vmx86_RunVM(VMCrossPage*, VMDriver*) [with VMCrossPage = VMCrossPageV3]’: /tmp/vmware-config1/vmmon-only/common/task_compat.h:2491: warning: ‘sysenterState.SysenterStateV45::rsp’ is used uninitialized in this function /tmp/vmware-config1/vmmon-only/common/task_compat.h:2492: warning: ‘sysenterState.SysenterStateV45::rip’ is used uninitialized in this function /tmp/vmware-config1/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::validEIP’ may be used uninitialized in this function /tmp/vmware-config1/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::cs’ may be used uninitialized in this function /tmp/vmware-config1/vmmon-only/common/task_compat.h: In function ‘int Vmx86_RunVM(VMCrossPage*, VMDriver*) [with VMCrossPage = VMCrossPageGSX1]’: /tmp/vmware-config1/vmmon-only/common/task_compat.h:2491: warning: ‘sysenterState.SysenterStateV45::rsp’ is used uninitialized in this function /tmp/vmware-config1/vmmon-only/common/task_compat.h:2492: warning: ‘sysenterState.SysenterStateV45::rip’ is used uninitialized in this function /tmp/vmware-config1/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::validEIP’ may be used uninitialized in this function /tmp/vmware-config1/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::cs’ may be used uninitialized in this function /tmp/vmware-config1/vmmon-only/common/task_compat.h: In function ‘int Vmx86_RunVM(VMCrossPage*, VMDriver*) [with VMCrossPage = VMCrossPageV2]’: /tmp/vmware-config1/vmmon-only/common/task_compat.h:2491: warning: ‘sysenterState.SysenterStateV45::rsp’ is used uninitialized in this function /tmp/vmware-config1/vmmon-only/common/task_compat.h:2492: warning: ‘sysenterState.SysenterStateV45::rip’ is used uninitialized in this function /tmp/vmware-config1/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::validEIP’ may be used uninitialized in this function /tmp/vmware-config1/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::cs’ may be used uninitialized in this function /tmp/vmware-config1/vmmon-only/common/task_compat.h: In function ‘int Vmx86_RunVM_V4(VMDriver*, Vcpuid) [with VMCrossPage = VMCrossPageV4]’: /tmp/vmware-config1/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::validEIP’ may be used uninitialized in this function /tmp/vmware-config1/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::cs’ may be used uninitialized in this function /tmp/vmware-config1/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::rsp’ may be used uninitialized in this function /tmp/vmware-config1/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::rip’ may be used uninitialized in this function /tmp/vmware-config1/vmmon-only/common/task_compat.h: In function ‘int Vmx86_RunVM(VMDriver*, Vcpuid)’: /tmp/vmware-config1/vmmon-only/common/task_compat.h:2491: warning: ‘sysenterState.SysenterStateV45::rsp’ is used uninitialized in this function /tmp/vmware-config1/vmmon-only/common/task_compat.h:2492: warning: ‘sysenterState.SysenterStateV45::rip’ is used uninitialized in this function /tmp/vmware-config1/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::validEIP’ may be used uninitialized in this function /tmp/vmware-config1/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::cs’ may be used uninitialized in this function /tmp/vmware-config1/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::validEIP’ may be used uninitialized in this function /tmp/vmware-config1/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::cs’ may be used uninitialized in this function /tmp/vmware-config1/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::rsp’ may be used uninitialized in this function /tmp/vmware-config1/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::rip’ may be used uninitialized in this function /tmp/vmware-config1/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::validEIP’ may be used uninitialized in this function /tmp/vmware-config1/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::cs’ may be used uninitialized in this function /tmp/vmware-config1/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::rsp’ may be used uninitialized in this function /tmp/vmware-config1/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::rip’ may be used uninitialized in this function /tmp/vmware-config1/vmmon-only/common/task_compat.h: In function ‘void Task_Switch_V45(VMDriver*, Vcpuid)’: /tmp/vmware-config1/vmmon-only/common/task_compat.h:2666: warning: ‘sysenterState.SysenterStateV45::validEIP’ may be used uninitialized in this function /tmp/vmware-config1/vmmon-only/common/task_compat.h:2666: warning: ‘sysenterState.SysenterStateV45::cs’ may be used uninitialized in this function /tmp/vmware-config1/vmmon-only/common/task_compat.h:2666: warning: ‘sysenterState.SysenterStateV45::rsp’ may be used uninitialized in this function /tmp/vmware-config1/vmmon-only/common/task_compat.h:2666: warning: ‘sysenterState.SysenterStateV45::rip’ may be used uninitialized in this function

 CC [M]  /tmp/vmware-config1/vmmon-only/common/vmciContext.o
 CC [M]  /tmp/vmware-config1/vmmon-only/common/vmciDatagram.o
 CC [M]  /tmp/vmware-config1/vmmon-only/common/vmciDriver.o
 CC [M]  /tmp/vmware-config1/vmmon-only/common/vmciDs.o
 CC [M]  /tmp/vmware-config1/vmmon-only/common/vmciGroup.o
 CC [M]  /tmp/vmware-config1/vmmon-only/common/vmciHashtable.o
 CC [M]  /tmp/vmware-config1/vmmon-only/common/vmciProcess.o
 CC [M]  /tmp/vmware-config1/vmmon-only/common/vmciResource.o
 CC [M]  /tmp/vmware-config1/vmmon-only/common/vmciSharedMem.o
 CC [M]  /tmp/vmware-config1/vmmon-only/common/vmx86.o
 CC [M]  /tmp/vmware-config1/vmmon-only/vmcore/compat.o
 CC [M]  /tmp/vmware-config1/vmmon-only/vmcore/moduleloop.o
 LD [M]  /tmp/vmware-config1/vmmon-only/vmmon.o
 Building modules, stage 2.
 MODPOST 1 modules

WARNING: modpost: missing MODULE_LICENSE() in /tmp/vmware-config1/vmmon-only/vmmon.o see include/linux/module.h for more information WARNING: modpost: module vmmon.ko uses symbol 'init_mm' marked UNUSED

 CC      /tmp/vmware-config1/vmmon-only/vmmon.mod.o
 LD [M]  /tmp/vmware-config1/vmmon-only/vmmon.ko

make[1]: Saindo do diretório `/usr/src/linux-headers-2.6.26-1-686' cp -f vmmon.ko ./../vmmon.o make: Saindo do diretório `/tmp/vmware-config1/vmmon-only' The module loads perfectly in the running kernel.

This program previously created the file /dev/vmmon, and was about to remove it. Somebody else apparently did it already.

You have already setup networking.

Would you like to skip networking setup and keep your old settings as they are? (yes/no) [yes] no

Do you want networking for your virtual machines? (yes/no/help) [yes] yes 

Configuring a bridged network for vmnet0.

Your computer has multiple ethernet network interfaces available: eth0, wlan0. 
Which one do you want to bridge to vmnet0? [eth0] eth0

The following bridged networks have been defined:

. vmnet0 is bridged to eth0

Do you wish to configure another bridged network? (yes/no) [no] yes

Configuring a bridged network for vmnet2.

The following bridged networks have been defined:

. vmnet0 is bridged to eth0
. vmnet2 is bridged to wlan0
All your ethernet interfaces are already bridged.

Do you want to be able to use NAT networking in your virtual machines? (yes/no)
[yes] yes

Configuring a NAT network for vmnet8.

Do you want this program to probe for an unused private subnet? (yes/no/help) 
[yes] yes

Probing for an unused private subnet (this can take some time)...

The subnet 172.16.39.0/255.255.255.0 appears to be unused.

The following NAT networks have been defined:

. vmnet8 is a NAT network on private subnet 172.16.39.0.

Do you wish to configure another NAT network? (yes/no) [no]

Do you wish to configure another NAT network? (yes/no) [no] no

Do you want to be able to use host-only networking in your virtual machines? [yes] yes

Configuring a host-only network for vmnet1.

Do you want this program to probe for an unused private subnet? (yes/no/help) [yes] yes

Probing for an unused private subnet (this can take some time)...

The subnet 192.168.21.0/255.255.255.0 appears to be unused.

The following host-only networks have been defined:

. vmnet1 is a host-only network on private subnet 192.168.21.0.

Do you wish to configure another host-only network? (yes/no) [no] no

Extracting the sources of the vmnet module.

Building the vmnet module.

Building for VMware Server 1.0.0. Using 2.6.x kernel build system. make: Entrando no diretório `/tmp/vmware-config1/vmnet-only' make -C /lib/modules/2.6.26-1-686/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules make[1]: Entrando no diretório `/usr/src/linux-headers-2.6.26-1-686'

 CC [M]  /tmp/vmware-config1/vmnet-only/driver.o
 CC [M]  /tmp/vmware-config1/vmnet-only/hub.o
 CC [M]  /tmp/vmware-config1/vmnet-only/userif.o
 CC [M]  /tmp/vmware-config1/vmnet-only/netif.o
 CC [M]  /tmp/vmware-config1/vmnet-only/bridge.o
 CC [M]  /tmp/vmware-config1/vmnet-only/filter.o
 CC [M]  /tmp/vmware-config1/vmnet-only/procfs.o
 CC [M]  /tmp/vmware-config1/vmnet-only/smac_compat.o
 CC [M]  /tmp/vmware-config1/vmnet-only/smac_linux.x386.o
 LD [M]  /tmp/vmware-config1/vmnet-only/vmnet.o
 Building modules, stage 2.
 MODPOST 1 modules

WARNING: modpost: missing MODULE_LICENSE() in /tmp/vmware-config1/vmnet-only/vmnet.o see include/linux/module.h for more information

 CC      /tmp/vmware-config1/vmnet-only/vmnet.mod.o
 LD [M]  /tmp/vmware-config1/vmnet-only/vmnet.ko

make[1]: Saindo do diretório `/usr/src/linux-headers-2.6.26-1-686' cp -f vmnet.ko ./../vmnet.o make: Saindo do diretório `/tmp/vmware-config1/vmnet-only' The module loads perfectly in the running kernel.

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

You already have an entry for "/usr/sbin/vmware-authd" in the "/etc/inetd.conf" file. No change will be made to it.

Hit enter to continue.

Configuring the VMware VmPerl Scripting API.

Building the VMware VmPerl Scripting API.

Using compiler "/usr/bin/gcc-4.1". Use environment variable CC to override.

Installing the VMware VmPerl Scripting API.

The installation of the VMware VmPerl Scripting API succeeded.

Generating SSL Server Certificate

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

Please enter your 20-character serial number.

Type XXXXX-XXXXX-XXXXX-XXXXX or 'Enter' to cancel: 909PE-YHPF1-2C33H-XXXX

Starting VMware services:

  Virtual machine monitor                                             done
  Virtual ethernet                                                    done
  Bridged networking on /dev/vmnet0                                   done
  Host-only networking on /dev/vmnet1 (background)                    done
  Bridged networking on /dev/vmnet2                                   done
  Host-only networking on /dev/vmnet8 (background)                    done
  NAT service on /dev/vmnet8                                          done

The configuration of VMware Server 1.0.7 build-108231 for Linux for this running kernel completed successfully.

agora executar no console vmware-console ou via ALT+F2 no gnome, digitando vmware-console

Divirta-se!

[editar] referências

Ferramentas pessoais