ISOイメージの取得

仮想マシンの準備

  1. 「新規」に仮想マシンを作る
    openSol_01.png
  2. 「ディスクを使用せずに続行」
    openSol_02.png
  3. DVDイメージを指定する
    openSol_03.png
  4. 仮想マシンのパラメータを「Solaris 10(64ビット)」にする
    openSol_04.png
  5. ここで「終了」を押すとインストール中にハングアップしてしまうので、「設定のカスタマイズ」でパラメータを変更する
    openSol_05.png
  6. メモリを 1024MB にする(そうしないと Solaris 10系のOSはハングアップする)。ついでに、ディスクも30GBにしておく
    • VMWareの準備したデフォルト値
      openSol_06.png
    • 修正後
      openSol_07.png

仮想マシンへの Open Solaris 2008.11 のインストール

  1. 仮想マシンを選択して「開く」
    openSol_08.png
  2. デフォルトインストールを選ぶ
    openSol_09.png
  3. keyboard layout は、デフォルト(41.US-English) にした
    openSol_10.png
    • ちなみに Japanese は、OADG 106Key。Japanese-type6 は、SUNの日本語キーボード(STOPやPOWERキーがついている)
  4. 言語は Japanese にした
    openSol_12.png
  5. Live DVD が起動するので、「OpenSolaris?をインストールする」を選択する
    openSol_11.png
  6. インストーラーが起動する
    openSol_13.png
  7. ディスク分割はお任せにした
    openSol_14.png
  8. タイムゾーンは、「東京」にした
    openSol_15.png
  9. ロケールは日本語にした
    openSol_16.png
  10. 管理者ユーザを作成する
    openSol_17.png
  11. 最終確認をしてインストールを始める
    openSol_18.png
  12. しばらくかかるので、XXXしてくる
    openSol_19.png
  13. インストール完了
    openSol_20.png
  14. リブートすると Open Solaris が起動する。先ほど設定した管理者ユーザでログインする(rootではログインできない)
    openSol_21.png

VMWare Tools のインストール

  1. インストールDVD (DVDイメージ) をアンマウントする
    openSol_22.png
  2. VMWare Fusion のツールバーで、[VMWare Tools のインストール] を選択する
     
    openSol_23.png
     
  3. VMWare Tools のメディアがマウントされる
    openSol_24.png
  4. 展開
    atsushi@solamame:/media/VMware Tools$ su -
    Password: 
    Sun Microsystems Inc.	SunOS 5.11	snv_86	January 2008
    -bash-3.2# mkdir /tmp/vmware
    -bash-3.2# cp /media/VMware\ Tools/vmware-solaris-tools.tar.gz /tmp/vmware/
    -bash-3.2# cd /tmp/vmware
    -bash-3.2# ls
    vmware-solaris-tools.tar.gz
    -bash-3.2# gunzip -d vmware-solaris-tools.tar.gz 
    -bash-3.2# tar -xf vmware-solaris-tools.tar 
    -bash-3.2# ls
    vmware-solaris-tools.tar  vmware-tools-distrib
    -bash-3.2# cd vmware-tools-distrib/
    -bash-3.2# ls
    FILES              bin                etc                lib
    INSTALL            doc                installer          vmware-install.pl
  5. インストール
    -bash-3.2# ./vmware-install.pl 
    Creating a new installer database using the tar3 format.
    
    Installing the content of the package.
    
    In which directory do you want to install the binary files? 
    [/usr/bin] 
    
    What is the directory that contains the init directories (rc0.d/ to rc6.d/)? 
    [/etc] 
    
    What is the directory that contains the init scripts? 
    [/etc/init.d] 
    
    In which directory do you want to install the daemon files? 
    [/usr/sbin] 
    
    In which directory do you want to install the library files? 
    [/usr/lib/vmware-tools] 
    
    The path "/usr/lib/vmware-tools" does not exist currently. This program is 
    going to create it, including needed parent directories. Is this what you want?
    [yes] 
    
    In which directory do you want to install the documentation files? 
    [/usr/share/doc/vmware-tools] 
    
    The path "/usr/share/doc/vmware-tools" does not exist currently. This program 
    is going to create it, including needed parent directories. Is this what you 
    want? [yes] 
    
    The installation of VMware Tools 1.0.6 build-91891 for Solaris completed 
    successfully. You can decide to remove this software from your system at any 
    time by invoking the following command: "/usr/bin/vmware-uninstall-tools.pl".
    
    Before running VMware Tools for the first time, you need to configure it by 
    invoking the following command: "/usr/bin/vmware-config-tools.pl". Do you want 
    this program to invoke the command for you now? [yes] 
    
    
    Stopping VMware Tools services in the virtual machine:
    -n    Guest operating system daemon:
    -ne                                                                    done
    
    
    
    Detected X.org version 1.3.
    
    
    
    No drivers for X.org version: 1.3.
    
    
    
    The configuration file /etc/X11/xorg.conf can not be found. Do you want to 
    create a new one? (yes/no) [yes] 
    
    
    Please choose one of the following display sizes (1 - 13):
    
    [1]  "640x480"
    [2]  "800x600"
    [3]  "1024x768"
    [4]  "1152x864"
    [5]  "1280x800"
    [6]  "1152x900"
    [7]  "1280x1024"
    [8]  "1376x1032"
    [9]  "1400x1050"
    [10]  "1680x1050"
    [11]  "1600x1200"
    [12]  "1920x1200"
    [13]  "2364x1773"
    Please enter a number between 1 and 13:
    
    [3] 3
    
    Starting VMware Tools services in the virtual machine:
    -n    Switching to guest configuration:
    -ne                                                                    done
    
    -n    Guest vmxnet fast network device:
    -ne                                                                    done
    
    -n    Guest operating system daemon:
    -ne                                                                    done
    
    
    The configuration of VMware Tools 1.0.6 build-91891 for Solaris for this 
    running kernel completed successfully.
    
    You must restart your X session before any mouse or graphics changes take 
    effect.
    
    You can now run VMware Tools by invoking the following command: 
    "/usr/bin/vmware-toolbox" during an X session.
    
    The installed vmxnet driver will be used for all vlance and vmxnet network 
    devices on this system.  Existing vlance devices will transition from the pcn 
    driver to the vmxnet driver on the next reconfiguration reboot and, as such, 
    their interface names will change from having a "pcn" prefix to a "vmxnet" 
    prefix.  You will need to change your network settings accordingly.
    
    If you have configured a pcn interface, you should rename its files to use the 
    vmxnet device name to ensure the interface will be brought up properly upon 
    reboot.  For example, the commands 
      # mv /etc/hostname.pcn0 /etc/hostname.vmxnet0
      # mv /etc/hostname6.pcn0 /etc/hostname6.vmxnet0
      # mv /etc/dhcp.pcn0 /etc/dhcp.vmxnet0
    will cause the Solaris Service Management Facility to bring up the first vmxnet
    interface using the configuration of your current pcn0 interface.  Note that 
    the hostname6.pcn0 and dhcp.pcn0 files are optional.
    
    Enjoy,
    
    --the VMware team
  6. これで、OSを再起動するとマウスのカーソルのシームレス連携が可能になる
    • クリップボードの共有はうまく機能しないようだ・・・

Mac側との共有ディレクトリ

  1. [仮想マシン]-[共有フォルダ]-[共有フォルダをオンにする]
    openSol_26.png
  2. /VMShare を共有ディレクトリに設定した

    openSol_27.png
  3. /hgfs にマウントされる (どちらも UTF-8 なので日本語のファイル名もきちんと表示される)
    atsushi@solamame:~$ cd /hgfs/VMShare/
    atsushi@solamame:/hgfs/VMShare$ ls
    Macでつくったテキスト.txt
    atsushi@solamame:/hgfs/VMShare$

日本語入力のキーバインド変更

Mac の X11 から使う


OpenSolaris on VMWare


添付ファイル: fileopenSol_28.png 1622件 [詳細] fileopenSol_29.png 1597件 [詳細] fileopenSol_20.png 1619件 [詳細] fileopenSol_24.png 1703件 [詳細] fileopenSol_19.png 1666件 [詳細] fileopenSol_15.png 1696件 [詳細] fileopenSol_17.png 1444件 [詳細] fileopenSol_22.png 1436件 [詳細] fileopenSol_27.png 1449件 [詳細] fileopenSol_21.png 1496件 [詳細] fileopenSol_18.png 1507件 [詳細] fileopenSol_25.png 1479件 [詳細] fileopenSol_12.png 1462件 [詳細] fileopenSol_26.png 1358件 [詳細] fileopenSol_13.png 1487件 [詳細] fileopenSol_23.png 1476件 [詳細] fileopenSol_14.png 1460件 [詳細] fileopenSol_16.png 1483件 [詳細] fileopenSol_11.png 1427件 [詳細] fileopenSol_07.png 1425件 [詳細] fileopenSol_03.png 1478件 [詳細] fileopenSol_08.png 1480件 [詳細] fileopenSol_02.png 1565件 [詳細] fileopenSol_09.png 1414件 [詳細] fileopenSol_06.png 1466件 [詳細] fileopenSol_05.png 1447件 [詳細] fileopenSol_01.png 1561件 [詳細] fileopenSol_04.png 1521件 [詳細] fileopenSol_10.png 1450件 [詳細]

トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS   sitemap
Last-modified: 2009-02-01 (日) 22:40:18 (5555d)
Short-URL: https://at-sushi.com:443/pukiwiki/index.php?cmd=s&k=fa139b024e
ISBN10
ISBN13
9784061426061