結果からいうと、結構面倒だった。VMware Serverって2.0はウェブ上のインストール記録を見ればOKだったが。。。
- 前準備 ヴイエムウェア株式会社のホームページにある、「Download VMware Server - Registration」にてシリアル番号を入手します。
- 開発ツールの入手
sudo aptitude install build-essential linux-kernel-devel linux-headers-generic xinetd
- VMware Serverのインストール
cd vmware-server-distrib
とりあえず、デフォルトでインストールした。
sudo ./vmware-install.pl - 実行結果
The configuration of VMware Server 2.0.1 build-156745 for Linux for this
と表示されたのでOK?
running kernel completed successfully. - ログインして見る。
ブラウザ上で、「http://localhost:8222」のアドレスを表示してログインした。
ユーザ名:現在使用しているユーザ名
パスワード:そのパスワード
ん!「You do not have permissions to login to the server.」というメッセージが。。。 - VMware/Server - Community Ubuntu Documentationに回答があった。
一旦、アンインストールを行う。cd vmware-server-distrib/bin
sudo ./vmware-uninstall.pl
sudo apt-get install linux-headers-`uname -r` - http://ubuntuforums.org/attachment.php?attachmentid=94477&d=1227872015からパッチを取得する。※ファイルのダウンロードには、「ubuntuforums.org」への登録が必要です。
- vmware-config.pl.patch.txt をホームディレクトリに保存する。
cd vmware-server-distrib
sudo patch ./bin/vmware-config.pl ~/vmware-config.pl.patch.txt - インストールの再実行
sudo ./vmware-install.pl
- 今度はどうだ。
大丈夫
資産のダウンロードを行います。ダウンロードするのは、「VMware Server for Linux」の「Binary (.tar.gz)」です。
0 コメント:
コメントを投稿