Changes between Version 4 and Version 5 of Xen_Lab6


Ignore:
Timestamp:
Oct 9, 2009, 4:16:12 PM (15 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_Lab6

    v4 v5  
    6161 * 使用你的帳戶登入到 Eucalyptus Web 並下載你的憑證 (要用 Euca2ools 控制 Eucalyptus 必須要讓 Eucalyptus 系統信任你,所以需要此憑證)
    6262 * 下載至你的家目錄
    63 [[Image(down.png)]]
     63[[Image(down.png,width=800)]]
    6464{{{
    6565$ cd
     
    8686----
    8787【Step 4:使用 Euca2ools 上傳 Kernel / Ramdisk / FS Image】
    88  * 目前 Eucalyptus 系統上並無 Kernel、Ramdisk 和 FS Image,所以我們使用官方提供的 Image
     88 * 目前 Eucalyptus 系統上並無 Kernel、Ramdisk 和 FS Image,所以我們使用官方提供的 Image (上傳需要用到三個指令)
     89   * '''__euca-bundle-image__''' - 打包好將要上傳的檔案
     90   * '''__euca-upload-bundle__''' - 上傳到 Eucalyptus
     91   * '''__euca-register__''' - 註冊上傳的檔案
    8992 * 上傳 Kernel
    9093{{{
     
    103106$ cd
    104107$ wget http://eucalyptussoftware.com/downloads/eucalyptus-images/euca-debian-5.0-x86_64.tar.gz
    105 $ sudo tar zxvf euca-debian-5.0-x86_64.tar.gz
     108$ tar zxvf euca-debian-5.0-x86_64.tar.gz
     109$ cd euca-debian-5.0-x86_64/
    106110
    107111$ euca-bundle-image -i debian.5-0.x86-64.img