2009年5月31日日曜日

Ubuntu 9.04 に VMware Server 2.0.1をインストールする。

メインのPCをUbuntuにしたので、仕事用にWindowsが必要なので、VMware server 2.0.1をインストールしてみた。
結果からいうと、結構面倒だった。VMware Serverって2.0はウェブ上のインストール記録を見ればOKだったが。。。
  1. 前準備
  2. ヴイエムウェア株式会社のホームページにある、「Download VMware Server - Registration」にてシリアル番号を入手します。
    資産のダウンロードを行います。ダウンロードするのは、「VMware Server for Linux」の「Binary (.tar.gz)」です。
  3. 開発ツールの入手
    sudo aptitude install build-essential linux-kernel-devel linux-headers-generic xinetd

  4. VMware Serverのインストール
    cd vmware-server-distrib
    sudo ./vmware-install.pl
    とりあえず、デフォルトでインストールした。
  5. 実行結果
    The configuration of VMware Server 2.0.1 build-156745 for Linux for this
    running kernel completed successfully.
    と表示されたのでOK?
  6. ログインして見る。
    ブラウザ上で、「http://localhost:8222」のアドレスを表示してログインした。
    ユーザ名:現在使用しているユーザ名
    パスワード:そのパスワード

    ん!「You do not have permissions to login to the server.」というメッセージが。。。
  7. VMware/Server - Community Ubuntu Documentationに回答があった。
    一旦、アンインストールを行う。
    cd vmware-server-distrib/bin
    sudo ./vmware-uninstall.pl
    sudo apt-get install linux-headers-`uname -r`

  8. http://ubuntuforums.org/attachment.php?attachmentid=94477&d=1227872015からパッチを取得する。※ファイルのダウンロードには、「ubuntuforums.org」への登録が必要です。
  9. vmware-config.pl.patch.txt をホームディレクトリに保存する。
    cd vmware-server-distrib
    sudo patch ./bin/vmware-config.pl ~/vmware-config.pl.patch.txt
  10. インストールの再実行
    sudo ./vmware-install.pl
  11. 今度はどうだ。

    大丈夫

0 コメント:

コメントを投稿