Changes between Version 4 and Version 5 of Xen_Lab6
- Timestamp:
- Oct 9, 2009, 4:16:12 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Xen_Lab6
v4 v5 61 61 * 使用你的帳戶登入到 Eucalyptus Web 並下載你的憑證 (要用 Euca2ools 控制 Eucalyptus 必須要讓 Eucalyptus 系統信任你,所以需要此憑證) 62 62 * 下載至你的家目錄 63 [[Image(down.png )]]63 [[Image(down.png,width=800)]] 64 64 {{{ 65 65 $ cd … … 86 86 ---- 87 87 【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__''' - 註冊上傳的檔案 89 92 * 上傳 Kernel 90 93 {{{ … … 103 106 $ cd 104 107 $ 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/ 106 110 107 111 $ euca-bundle-image -i debian.5-0.x86-64.img