Debian 4.0
Sponsored Link

VMware Player インストール2008/08/24

  VMware Player による仮想化です。

[1] まずは必要なものをインストールしておきます。
ns:~#
aptitude -y install qemu linux-headers-2.6.18-4 libx11-6 libx11-dev x-window-system-core x-window-system xspecs libxtst6 psmisc build-essential

[2] VMware Player のインストールです。 Vmwareのサイトより 最新版を確認し、ダウンロードしてインストールします。
ns:~#
wget http://download3.vmware.com/software/vmplayer/VMware-player-2.0.1-55017.i386.tar.gz

ns:~#
tar zxvf VMware-player-2.0.1-55017.i386.tar.gz

ns:~#
cd vmware-player-distrib

ns:~#
./vmware-install.pl


##### 省略 #####

##### 以下設定部分 #####

Creating a new VMware Player installer database using the tar4 format.

Installing VMware Player.

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


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


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


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


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


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]
# 空Eneter


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


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]
# 空Eneter


The installation of VMware Player 2.0.1 build-55017 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 Player 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]  
# 空Eneter


Making sure services for VMware Player are stopped.

Stopping VMware services:
  Virtual machine monitor done

Configuring fallback GTK+ 2.4 libraries.

In which directory do you want to install the theme icons?
[/usr/share/icons]
# 空Eneter


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


Trying to find a suitable vmmon module for your running kernel.

None of the pre-built vmmon modules for VMware Player 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]
# 空Eneter


Using compiler "/usr/bin/gcc". 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.18-4-686/build/include]  
# 空Eneter


Extracting the sources of the vmmon module.
Building the vmmon module.
Using 2.6.x kernel build system.
make: Entering directory `/tmp/vmware-config0/vmmon-only'
make -C /lib/modules/2.6.18-4-686/build/include/.. SUBDIRS= SRCROOT=/. modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.18-4-686'
  CC [M] /tmp/vmware-config0/vmmon-only/linux/driver.o
  CC [M] /tmp/vmware-config0/vmmon-only/linux/hostif.o
  CC [M] /tmp/vmware-config0/vmmon-only/common/comport.o
  CC [M] /tmp/vmware-config0/vmmon-only/common/cpuid.o
  CC [M] /tmp/vmware-config0/vmmon-only/common/hash.o
  CC [M] /tmp/vmware-config0/vmmon-only/common/memtrack.o
  CC [M] /tmp/vmware-config0/vmmon-only/common/phystrack.o
  CC [M] /tmp/vmware-config0/vmmon-only/common/task.o
  CC [M] /tmp/vmware-config0/vmmon-only/common/vmciContext.o
  CC [M] /tmp/vmware-config0/vmmon-only/common/vmciDatagram.o
  CC [M] /tmp/vmware-config0/vmmon-only/common/vmciDriver.o
  CC [M] /tmp/vmware-config0/vmmon-only/common/vmciDs.o
  CC [M] /tmp/vmware-config0/vmmon-only/common/vmciGroup.o
  CC [M] /tmp/vmware-config0/vmmon-only/common/vmciHashtable.o
  CC [M] /tmp/vmware-config0/vmmon-only/common/vmciProcess.o
  CC [M] /tmp/vmware-config0/vmmon-only/common/vmciResource.o
  CC [M] /tmp/vmware-config0/vmmon-only/common/vmciSharedMem.o
  CC [M] /tmp/vmware-config0/vmmon-only/common/vmx86.o
  CC [M] /tmp/vmware-config0/vmmon-only/vmcore/moduleloop.o
 LD [M] /tmp/vmware-config0/vmmon-only/vmmon.o
 Building modules, stage 2.
 MODPOST
  CC /tmp/vmware-config0/vmmon-only/vmmon.mod.o
 LD [M] /tmp/vmware-config0/vmmon-only/vmmon.ko
make[1]: Leaving directory `/usr/src/linux-headers-2.6.18-4-686'
cp -f vmmon.ko ./../vmmon.o
make: Leaving directory `/tmp/vmware-config0/vmmon-only'
The module loads perfectly in the running kernel.

Trying to find a suitable vmblock module for your running kernel.

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


Extracting the sources of the vmblock module.

Building the vmblock module.

Using 2.6.x kernel build system.
make: Entering directory `/tmp/vmware-config0/vmblock-only'
make -C /lib/modules/2.6.18-4-686/build/include/.. SUBDIRS= SRCROOT=/. modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.18-4-686'
  CC [M] /tmp/vmware-config0/vmblock-only/linux/block.o
  CC [M] /tmp/vmware-config0/vmblock-only/linux/control.o
  CC [M] /tmp/vmware-config0/vmblock-only/linux/dbllnklst.o
  CC [M] /tmp/vmware-config0/vmblock-only/linux/dentry.o
  CC [M] /tmp/vmware-config0/vmblock-only/linux/file.o
  CC [M] /tmp/vmware-config0/vmblock-only/linux/filesystem.o
  CC [M] /tmp/vmware-config0/vmblock-only/linux/inode.o
  CC [M] /tmp/vmware-config0/vmblock-only/linux/module.o
  CC [M] /tmp/vmware-config0/vmblock-only/linux/stubs.o
  CC [M] /tmp/vmware-config0/vmblock-only/linux/super.o
 LD [M] /tmp/vmware-config0/vmblock-only/vmblock.o
 Building modules, stage 2.
 MODPOST
  CC /tmp/vmware-config0/vmblock-only/vmblock.mod.o
 LD [M] /tmp/vmware-config0/vmblock-only/vmblock.ko
make[1]: Leaving directory `/usr/src/linux-headers-2.6.18-4-686'
cp -f vmblock.ko ./../vmblock.o
make: Leaving directory `/tmp/vmware-config0/vmblock-only'
The module loads perfectly in the running kernel.

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


Configuring a bridged network for vmnet0.

The following bridged networks have been defined:

. vmnet0 is bridged to eth0

All your ethernet interfaces are already bridged.

Do you want to be able to use NAT networking in your virtual machines? (yes/no)
[yes]
no
# 'no'(NATは使用しない)


Do you want to be able to use host-only networking in your virtual machines?
[no]
# 空Eneter(ホストオンリーにしない)


Trying to find a suitable vmnet module for your running kernel.

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


Extracting the sources of the vmnet module.

Building the vmnet module.

Using 2.6.x kernel build system.
make: Entering directory `/tmp/vmware-config0/vmnet-only'
make -C /lib/modules/2.6.18-4-686/build/include/.. SUBDIRS= SRCROOT=/. modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.18-4-686'
  CC [M] /tmp/vmware-config0/vmnet-only/driver.o
  CC [M] /tmp/vmware-config0/vmnet-only/hub.o
  CC [M] /tmp/vmware-config0/vmnet-only/userif.o
  CC [M] /tmp/vmware-config0/vmnet-only/netif.o
  CC [M] /tmp/vmware-config0/vmnet-only/bridge.o
  CC [M] /tmp/vmware-config0/vmnet-only/filter.o
  CC [M] /tmp/vmware-config0/vmnet-only/procfs.o
  CC [M] /tmp/vmware-config0/vmnet-only/smac_compat.o
 SHIPPED /tmp/vmware-config0/vmnet-only/smac_linux.x386.o
 LD [M] /tmp/vmware-config0/vmnet-only/vmnet.o
 Building modules, stage 2.
 MODPOST
  CC /tmp/vmware-config0/vmnet-only/vmnet.mod.o
 LD [M] /tmp/vmware-config0/vmnet-only/vmnet.ko
make[1]: Leaving directory `/usr/src/linux-headers-2.6.18-4-686'
cp -f vmnet.ko ./../vmnet.o
make: Leaving directory `/tmp/vmware-config0/vmnet-only'
The module loads perfectly in the running kernel.

Starting VMware services:
  Virtual machine monitor
done

  Blocking file system:
done

  Virtual ethernet
done

  Bridged networking on /dev/vmnet0
done

  Host network detection
done

The configuration of VMware Player 2.0.1 build-55017 for Linux for this running
kernel completed successfully.

You can now run VMware Player by invoking the following command:
"/usr/bin/vmplayer".

Enjoy,

--the VMware team

ns:~#
mkdir -p /var/vmware
関連コンテンツ