*VMware シリーズ [#e894b3f4]
-概要~
--主に3品種ある。
--PlayerとServerが無料で使用できる。
--CPU2個、かつ、VMware-toolsがあれば、機能的には十分 → 迷わずServerを選択しましょう。~
~
~

LEFT:
| | VMware Player | VMware Workstation | VMware Server |h
|サポートCPU数| 1個 |   2個  |32個? |
|VMware-tools | なし | 付属 | 付属 |
|仮想マシンの遠隔操作 | ×  | × | ○ |
|コンソール機能| × | ○  | ○  |
| ライセンスキー |なし|約$200  | 無償(登録必要)|
~
~
**VMware Server インストールメモ [#ve493516]
-rootになる~
sudoコマンドは面倒なので、汗~
#pre{{
$ sudo su
Password: your passwd
}}

-開発環境の導入~
#pre{{
# apt-get install dpkg-dev binutils gcc g++ make libncurses5-dev
}}
~
-[[カーネルソース:http://eggplant.ddo.jp/www/download/intel-mac-linux/]] の準備
#pre{{
# wget http://eggplant.ddo.jp/www/download/intel-mac-linux/kernel-source-2.6.16.5-imac_20060414b_all.deb 
# dpkg -i kernel-source-2.6.16.5-imac_20060414b_all.deb
# cd /usr/src
# tar vxfj kernel-source-2.6.16.5-imac.tar.bz2
# cd kernel-source-2.6.16.5-imac
# make menuconfig
# make    ← カーネルをビルドします。(その必要はないのですが、説明が面倒だから)
}}

-xinetdのインストール
#pre{{
# apt-get install xinetd
}}

-VMWare(Server)の展開 … ここではVMwareServerの例を示しますが、VMwarePlayerでも同じです。~
下記場所でnoを選択。/usr/bin/vmware-config.plは実行しない。~
#pre{{
# cd /home/ubuntu/VMwareDL
# tar vxfz VMware-Server-e.x.p-22088.tar.gz
# cd vmware-server-distrib
# ./vmware-install.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] &color(red){no};
}}
-[[vmware-any-any-update98.tar.gz:http://platan.vc.cvut.cz/ftp/pub/vmware/]]~
/usr/bin/vmware-config.plへパッチを当てるコマンド、runme.plを実行する。~
#pre{{
# cd /home/ubuntu/VMwareDL
# tar vxfz vmware-any-anyupdate98.tar.gz
# cd vmware-any-any-update98
# ./runme.pl

…省略…

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 ? [no] &color(red){yes};

…省略…

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include] &color(red){/usr/src/kernel-source-2.6.16-rc5/include};

…省略… たしか、この辺で、シリアルナンバーを聞かれるので入力する。

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
   Starting VMware virtual machines...                                 done

The configuration of VMware Server e.x.p build-22088 for Linux for this running
kernel completed successfully.
}}
-実行~
#pre{{
# vmware
}}
**Windows 2000 on VMwareの感想等 [#e4066c37]
-QEMU on MacOSXとの比較ですが、VMwareのほうが圧倒的に高速です。~
さらに、VMware では、Windows Media Player 9、flash等がインストール可能であり、Gyaoも視聴できます。~
(音は、現状,ヘッドホン端子からしか出力されません。)~
~
iMac -> Linux -> VMware -> Windows 2000 -> Windows Media Player 9 -> Gyao~
~
&ref(gyao2.png,nolink);~
**付録 … VMware Player [#u0f5a8d6]
-Vmware Playerのインストール~
--[[InstallingVMWare:https://wiki.ubuntu.com/InstallingVMWare?action=show&redirect=VmWare+guide%3A+How+to+install+VMware+in+Breezy]]
が参考になりました。はまり所は、~
---[[vmware-any-any-update98.tar.gz:http://platan.vc.cvut.cz/ftp/pub/vmware/]]
---「export VMWARE_USE_SHIPPED_GTK=yes」
--
ぐらいかな!~
**コメント欄 [#r1daaccb]

-Intel MacでVMwareしてみた方へ質問です。
--マシン、環境は?
#vote(iMac 17/20[14],MacBook Pro[10],Mac mini[17],VMWare Player[6],VMware Workstation[5],VMware Server Beta[12])
--GestOSは何?
#vote(Windows XP系[2],Windows NT/2000系[11],Windows 9X系[2],Linux系[3],FreeBSD/NetBSD系[2],BeOS/Zeta系[0],Solaris 10[1],その他適当に追加してください。[2])
--実用性は?
#vote(速度、機能、安定性共に実用性十分[10],速度以外は満足[0],安定感にかけ、あまり実用的とはいえない[0],実用し難い[0],そもそもインストールに失敗する[0])
~

#pcomment(,10,below,reply)
~
~
#navi(Intel Mac)

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS