Changes between Version 14 and Version 15 of Eucalyptus/Install


Ignore:
Timestamp:
May 8, 2009, 4:08:59 PM (15 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Eucalyptus/Install

    v14 v15  
    166166== '''''__『2.4 管理』__''''' ==
    167167=== __2.4.1__ Euc 印象檔管理 ===
    168  0. ''執行前的注意事項 (1)已 source 'eucaer' 檔案 (2)user 可以註冊 Image,但只有管理者可以註冊 kernel/ramdisks (3)已安裝EC2 tools: ec2-api-tools-1.3-30349 和 ec2-ami-tools-1.3-26357)''
    169  1. ''新增 Image''
     168 0. '''執行前的注意事項 (1)已 source 'eucaer' 檔案 (2)user 可以註冊 Image,但只有管理者可以註冊 kernel/ramdisks (3)已安裝EC2 tools: ec2-api-tools-1.3-30349 和 ec2-ami-tools-1.3-26357)'''
     169 1. '''新增 Image'''
    170170{{{
    171171### Euc 提供的 test image ###
     
    188188$ ec2-register <bucket_name>/initrd.img.manifest.xml
    189189}}}
    190  2. ''分配 Kernel 和 Ramdisks 給 VMs (有三種方法)''
    191    1. 在 'ec2-bundle-image' 步驟指定
     190 2. '''分配 Kernel 和 Ramdisks 給 VMs (有三種方法)'''
     191   i. 在 'ec2-bundle-image' 步驟指定
    192192{{{
    193193$ ec2-bundle-image -i <path/to/my/>vmimage.img --kernel <eki-XXXXXXXX> --ramdisk <eri-XXXXXXXX>
    194194}}}
    195    2. 再執行時指定 'ec2-run-instances'
     195   ii. 再執行時指定 'ec2-run-instances'
    196196{{{
    197197ec2-run-instances <emi-XXXXXXXX> --kernel <eki-XXXXXXXX> --ramdisk <eri-XXXXXXXX>
    198198}}}
    199    3. 在 https://your.cloud.server:8443 選擇 'Configuration' 標籤,新增 <eki-xxxxxxxx> 和 <eri-xxxxxxxx> 作為預設的 kernel 和 ramdisk 
    200  3. ''刪除 Image''
     199   iii. 在 https://your.cloud.server:8443 選擇 'Configuration' 標籤,新增 <eki-xxxxxxxx> 和 <eri-xxxxxxxx> 作為預設的 kernel 和 ramdisk 
     200 3. '''刪除 Image'''
    201201{{{
    202202### 先取消註冊 ###
     
    210210}}}
    211211=== __2.4.2__ Euc 管理 ===
    212 
     212 1. '''管理者環境'''
     213   * 目前管理者只能透過命令列來管理,需注意Euc的路徑必須正確被宣告,才能正常執行指令
     214{{{
     215### 宣告 EUCALYPTUS 路徑 ###
     216$ export EUCALYPTUS=/path/to/eucalyptus 
     217}}}
     218 2. '''印象檔管理'''
     219   * 參考之前 2.4.1
     220 3. '''Node管理'''
     221{{{
     222### 可編輯 $EUCALYPTUS/etc/eucalyptus/eucalyptus.conf 來修改 node 列表 ###
     223NODES="vm-container-0-0 vm-container-0-1"
     224
     225### 當增加node,記的將 key 複製給 node ###
     226${EUCALYPTUS}/usr/sbin/euca_sync_key
     227}}}
     228 4. '''使用者管理'''
     229   * 使用者註冊 -> 可到 https://your.front.end.hostname:8443/ 註冊,點選Apply for account,之候選填相關的資訊,直到管理者審核後會發mail通知註冊成功
     230[[Image(sign.png)]]
     231   * 增加使用者 -> 管理者也可直接透過 wen 介面增加,點選 'Users' 標籤並選 'Add User'
     232   * 管理使用者 -> 管理者透過網頁 'disable' 或 'delete' 使用者
    213233== '''''__『2.5 問題排解』__''''' ==
    214234----