个人工具

“UbuntuHelp:VMware/Server/AMD64”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第2行: 第2行:
 
{{Languages|UbuntuHelp:VMware/Server/AMD64}}
 
{{Languages|UbuntuHelp:VMware/Server/AMD64}}
 
== Introduction ==
 
== Introduction ==
For those of you having trouble with [[UbuntuHelp:VMware|VMware]], try the new [http://www.vmware.com/beta/server/ [[UbuntuHelp:VMware|VMware]] beta which includes native 64-bit support]. Note that it uses a web interface rather then the software client, point your browser at '''http://localhost''' after you install and log in with the user '''root''' and your normal user account's password.
+
For those of you having trouble with [[UbuntuHelp:VMware|VMware]], try the new [http://www.vmware.com/beta/server/ VMware beta which includes native 64-bit support]. Note that it uses a web interface rather then the software client, point your browser at '''http://localhost''' after you install and log in with the user '''root''' and your normal user account's password.
This page is for information regarding installation of [[UbuntuHelp:VMware|VMware]] Server on Ubuntu 6.06 LTS amd64. Feisty users have an easier way, which works for AMD64 too. See "Quick Installation" section at [[UbuntuHelp:VMware/Server]].
+
This page is for information regarding installation of [[UbuntuHelp:VMware|VMware]] Server on Ubuntu 6.06 LTS amd64. Feisty users have an easier way, which works for AMD64 too. See "Quick Installation" section at [[UbuntuHelp:VMware/Server|VMware/Server]].
 
As of June 2006, the [[UbuntuHelp:VMware|VMware]] Server's UI is 32-bit and requires 32-bit libraries when installing on a 64-bit host, but guest OS's can be either 32-bit or 64-bit.
 
As of June 2006, the [[UbuntuHelp:VMware|VMware]] Server's UI is 32-bit and requires 32-bit libraries when installing on a 64-bit host, but guest OS's can be either 32-bit or 64-bit.
 
== Install Prerequisites ==
 
== Install Prerequisites ==
第19行: 第19行:
 
sudo apt-get install ia32-libs libc6-i386
 
sudo apt-get install ia32-libs libc6-i386
 
</nowiki></pre>
 
</nowiki></pre>
== Install the [[UbuntuHelp:VMware|VMware]] Server ==
+
== Install the VMware Server ==
 
Download [[UbuntuHelp:VMware|VMware]] Server from http://www.vmware.com/. As of June 2006, the latest release is Version 1.
 
Download [[UbuntuHelp:VMware|VMware]] Server from http://www.vmware.com/. As of June 2006, the latest release is Version 1.
 
As part of the download process you will get a 20-digit serial number also.
 
As part of the download process you will get a 20-digit serial number also.
第34行: 第34行:
 
</nowiki></pre>
 
</nowiki></pre>
 
For the most part the defaults given should be suitable.
 
For the most part the defaults given should be suitable.
== Starting [[UbuntuHelp:VMware|VMware]] Console ==
+
== Starting VMware Console ==
 
Here's the easy part:  
 
Here's the easy part:  
 
Applications|System Tools|[[UbuntuHelp:VMware|VMware]] Server Console
 
Applications|System Tools|[[UbuntuHelp:VMware|VMware]] Server Console
第53行: 第53行:
 
sudo apt-get install ia32-libs
 
sudo apt-get install ia32-libs
 
</nowiki></pre>
 
</nowiki></pre>
=== [[UbuntuHelp:VMware|VMware]] Console refuses to start ===
+
=== VMware Console refuses to start ===
 
If you are trying to start the [[UbuntuHelp:VMware|VMware]] Console, and it just disappears, it may be due to vmmon having been compiled under a different kernel other than the one that is running.  Vmmon is very finicky about having been compiled under the exact kernel that is running.   
 
If you are trying to start the [[UbuntuHelp:VMware|VMware]] Console, and it just disappears, it may be due to vmmon having been compiled under a different kernel other than the one that is running.  Vmmon is very finicky about having been compiled under the exact kernel that is running.   
 
Perhaps you've just upgraded your kernel.  Or perhaps it was updated automatically via the Update Manager much earlier, and you've just rebooted now.
 
Perhaps you've just upgraded your kernel.  Or perhaps it was updated automatically via the Update Manager much earlier, and you've just rebooted now.
第68行: 第68行:
 
=== No sound under ESD / ARTS ===
 
=== No sound under ESD / ARTS ===
 
'''TODO''': Maybe move this to a separate page, since it appears to be specific to Workstation?
 
'''TODO''': Maybe move this to a separate page, since it appears to be specific to Workstation?
I had this problem with VMware Workstation (not Server) on AMD64:
+
I had this problem with [[UbuntuHelp:VMware|VMware]] Workstation (not Server) on AMD64:
 
It would start up okay otherwise, but refuse to give me sound,
 
It would start up okay otherwise, but refuse to give me sound,
 
saying /dev/dsp was locked.
 
saying /dev/dsp was locked.

2008年10月20日 (一) 01:05的版本

Introduction

For those of you having trouble with VMware, try the new VMware beta which includes native 64-bit support. Note that it uses a web interface rather then the software client, point your browser at http://localhost after you install and log in with the user root and your normal user account's password. This page is for information regarding installation of VMware Server on Ubuntu 6.06 LTS amd64. Feisty users have an easier way, which works for AMD64 too. See "Quick Installation" section at VMware/Server. As of June 2006, the VMware Server's UI is 32-bit and requires 32-bit libraries when installing on a 64-bit host, but guest OS's can be either 32-bit or 64-bit.

Install Prerequisites

First make sure you have the build-essential, kernel headers, xinetd, gcc, and g++ packages installed:

sudo apt-get install build-essential linux-headers-`uname -r` xinetd gcc-4.0 g++-4.0

Gutsy users will need to install the following instead:

sudo apt-get install build-essential linux-headers-`uname -r` xinetd gcc-4.1 g++-4.1

Install the 32-bit libraries required by VMware UI. "Some of the backend components are 64 bit, but the UI is still a 32 bit application. May be sometime down the road, the UI will also be 64 bit."

sudo apt-get install ia32-libs libc6-i386

Install the VMware Server

Download VMware Server from http://www.vmware.com/. As of June 2006, the latest release is Version 1. As part of the download process you will get a 20-digit serial number also.

tar xvzf VMware-server-e.x.p-23869.tar.gz
cd vmware-server-distrib 
sudo ./vmware-install.pl

At the end of the installation, you will be prompted to run the /usr/bin/vmware-config.pl script.

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]

For the most part the defaults given should be suitable.

Starting VMware Console

Here's the easy part: Applications|System Tools|VMware Server Console If you have installed VMware Server 2.0 Beta, the above menu item will not appear, as this version uses a web-based interface. To access it, open up your web browser of choice and point it to http://localhost. (I'm not sure what would happen if you were previously accessing locally hosted sites at http://localhost. Someone with this experience might update this section). You'll be prompted to log in, which you'll need to do as root. If you haven't set a password for your root account (it's disabled by default), do:

sudo passwd root

The first password prompt is for your sudo password. You will then be asked to type a new UNIX password twice.

Troubleshooting

ldd: /lib/ld-linux.so.2 exited with unknown exit code (127)

You may get this error message:

/usr/bin/ldd: line 171: /lib/ld-linux.so.2: No such file or directory
ldd: /lib/ld-linux.so.2 exited with unknown exit code (127)

This is due to either missing 32-bit libraries, or vmmon having been compiled under a different kernel (see below). Install the 32-bit libraries:

sudo apt-get install ia32-libs

VMware Console refuses to start

If you are trying to start the VMware Console, and it just disappears, it may be due to vmmon having been compiled under a different kernel other than the one that is running. Vmmon is very finicky about having been compiled under the exact kernel that is running. Perhaps you've just upgraded your kernel. Or perhaps it was updated automatically via the Update Manager much earlier, and you've just rebooted now. You will need to download the latest headers and set the symlink directory.

sudo apt-get install linux-headers-`uname -r`
sudo rm /usr/src/linux
sudo ln -s /usr/src/linux-headers-`uname -r` /usr/src/linux

You can then recompile vmmon by:

sudo vmware-config.pl --recompile

No sound under ESD / ARTS

TODO: Maybe move this to a separate page, since it appears to be specific to Workstation? I had this problem with VMware Workstation (not Server) on AMD64: It would start up okay otherwise, but refuse to give me sound, saying /dev/dsp was locked. According to http://kb.vmware.com/vmtnkb/search.do?cmd=displayKC&docType=kc&externalId=1611&sliceId=SAL_Public vmwaredsp from http://knihovny.cvut.cz/ftp/pub/vmware/ is supposed to fix this, but it would refuse to run for me. It would keep telling me

ERROR: ld.so: object 'libvmdsp.so' from LD_PRELOAD cannot be preloaded: ignored. 

There is a hint in one of the vmware forums that the LD_PRELOAD stuff can't run on a shell script, so I tried patching the actual /usr/local/bin/vmrun script to do the vmwareesd stuff (it's just a couple of environment variables really) just prior to running vmrun ... and lo!, it works! Here's my patch:

--- /usr/local/bin/vmrun~	2006-09-27 11:07:00.000000000 +0300
+++ /usr/local/bin/vmrun	2006-09-29 13:47:11.000000000 +0300
@@ -194,6 +194,8 @@
 vm_run() {
    # Append any libraries that are still missing.
    export LD_LIBRARY_PATH="`LANGUAGE=C LANG=C ldd "$binary" | vm_append_missing`"
+   export LD_PRELOAD=libvmdsp.so${LD_PRELOAD+:}"$LD_PRELOAD"
+   export VMDSP_BACKEND=esd
 
    exec "$binary" "$@"
 }

You will obviously need to have the vmwaredsp libraries installed in /usr/bin. (I also had to patch the installation script to not worry even though /lib64 is a symlink.) -- https://wiki.ubuntu.com/Era