Intel Mac/Linux/2.VMware
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
]
開始行:
*VMware シリーズ [#e894b3f4]
-概要~
--主に3品種ある。
--PlayerとServerが無料で使用できる。
--CPU2個、かつ、VMware-toolsがあれば、機能的には十分 → ...
~
~
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 libncurs...
}}
~
-[[カーネルソース:http://eggplant.ddo.jp/www/download/int...
#pre{{
# wget http://eggplant.ddo.jp/www/download/intel-mac-linu...
# 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の例を示しま...
下記場所で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...
invoking the following command: "/usr/bin/vmware-config.p...
program to invoke the command for you now ? [yes] &color(...
}}
-[[vmware-any-any-update98.tar.gz:http://platan.vc.cvut.c...
/usr/bin/vmware-config.plへパッチを当てるコマンド、runme....
#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, yo...
for your running kernel by invoking the following command:
"/usr/bin/vmware-config.pl". Do you want this script to i...
you now ? [no] &color(red){yes};
…省略…
What is the location of the directory of C header files t...
kernel? [/usr/src/linux/include] &color(red){/usr/src/ker...
…省略… たしか、この辺で、シリアルナンバーを聞かれるので...
Starting VMware services:
Virtual machine monitor ...
Virtual ethernet ...
Bridged networking on /dev/vmnet0 ...
Host-only networking on /dev/vmnet1 (background) ...
Bridged networking on /dev/vmnet2 ...
Host-only networking on /dev/vmnet8 (background) ...
NAT service on /dev/vmnet8 ...
Starting VMware virtual machines... ...
The configuration of VMware Server e.x.p build-22088 for ...
kernel completed successfully.
}}
-実行~
#pre{{
# vmware
}}
**Windows 2000 on VMwareの感想等 [#e4066c37]
-QEMU on MacOSXとの比較ですが、VMwareのほうが圧倒的に高速...
さらに、VMware では、Windows Media Player 9、flash等がイ...
(音は、現状,ヘッドホン端子からしか出力されません。)~
~
iMac -> Linux -> VMware -> Windows 2000 -> Windows Media ...
~
&ref(gyao2.png,nolink);~
**付録 … VMware Player [#u0f5a8d6]
-Vmware Playerのインストール~
--[[InstallingVMWare:https://wiki.ubuntu.com/InstallingVM...
が参考になりました。はまり所は、~
---[[vmware-any-any-update98.tar.gz:http://platan.vc.cvut...
---「export VMWARE_USE_SHIPPED_GTK=yes」
--
ぐらいかな!~
**コメント欄 [#r1daaccb]
-Intel MacでVMwareしてみた方へ質問です。
--マシン、環境は?
#vote(iMac 17/20[14],MacBook Pro[10],Mac mini[17],VMWare ...
--GestOSは何?
#vote(Windows XP系[2],Windows NT/2000系[11],Windows 9X系[...
--実用性は?
#vote(速度、機能、安定性共に実用性十分[10],速度以外は満足...
~
#pcomment(,10,below,reply)
~
~
#navi(Intel Mac)
終了行:
*VMware シリーズ [#e894b3f4]
-概要~
--主に3品種ある。
--PlayerとServerが無料で使用できる。
--CPU2個、かつ、VMware-toolsがあれば、機能的には十分 → ...
~
~
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 libncurs...
}}
~
-[[カーネルソース:http://eggplant.ddo.jp/www/download/int...
#pre{{
# wget http://eggplant.ddo.jp/www/download/intel-mac-linu...
# 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の例を示しま...
下記場所で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...
invoking the following command: "/usr/bin/vmware-config.p...
program to invoke the command for you now ? [yes] &color(...
}}
-[[vmware-any-any-update98.tar.gz:http://platan.vc.cvut.c...
/usr/bin/vmware-config.plへパッチを当てるコマンド、runme....
#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, yo...
for your running kernel by invoking the following command:
"/usr/bin/vmware-config.pl". Do you want this script to i...
you now ? [no] &color(red){yes};
…省略…
What is the location of the directory of C header files t...
kernel? [/usr/src/linux/include] &color(red){/usr/src/ker...
…省略… たしか、この辺で、シリアルナンバーを聞かれるので...
Starting VMware services:
Virtual machine monitor ...
Virtual ethernet ...
Bridged networking on /dev/vmnet0 ...
Host-only networking on /dev/vmnet1 (background) ...
Bridged networking on /dev/vmnet2 ...
Host-only networking on /dev/vmnet8 (background) ...
NAT service on /dev/vmnet8 ...
Starting VMware virtual machines... ...
The configuration of VMware Server e.x.p build-22088 for ...
kernel completed successfully.
}}
-実行~
#pre{{
# vmware
}}
**Windows 2000 on VMwareの感想等 [#e4066c37]
-QEMU on MacOSXとの比較ですが、VMwareのほうが圧倒的に高速...
さらに、VMware では、Windows Media Player 9、flash等がイ...
(音は、現状,ヘッドホン端子からしか出力されません。)~
~
iMac -> Linux -> VMware -> Windows 2000 -> Windows Media ...
~
&ref(gyao2.png,nolink);~
**付録 … VMware Player [#u0f5a8d6]
-Vmware Playerのインストール~
--[[InstallingVMWare:https://wiki.ubuntu.com/InstallingVM...
が参考になりました。はまり所は、~
---[[vmware-any-any-update98.tar.gz:http://platan.vc.cvut...
---「export VMWARE_USE_SHIPPED_GTK=yes」
--
ぐらいかな!~
**コメント欄 [#r1daaccb]
-Intel MacでVMwareしてみた方へ質問です。
--マシン、環境は?
#vote(iMac 17/20[14],MacBook Pro[10],Mac mini[17],VMWare ...
--GestOSは何?
#vote(Windows XP系[2],Windows NT/2000系[11],Windows 9X系[...
--実用性は?
#vote(速度、機能、安定性共に実用性十分[10],速度以外は満足...
~
#pcomment(,10,below,reply)
~
~
#navi(Intel Mac)
ページ名: