Changes between Version 9 and Version 10 of Eucalyptus/Install


Ignore:
Timestamp:
May 7, 2009, 3:41:10 PM (15 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Eucalyptus/Install

    v9 v10  
    44<h1 style="text-align: center; color: blue">Eucalyptus 安裝</h1>
    55}}}
    6 == 【1.序言】 ==
     6= 【1.序言】 =
    77 * Eucalyptus的安裝主要有兩種方法:
    88   1. __'''''從 Source 安裝'''''__
     
    1111 * Eucalyptus 太長了 @@,之後文章用 Euc 簡稱
    1212----
    13 == 【2.安裝步驟】 ==
     13= 【2.安裝步驟】 =
    1414 * 主要參考 [http://open.eucalyptus.com/wiki/EucalyptusAdministratorGuide_v1.4 Eucalyptus Administrator Guide v1.4]安裝步驟,此文件主要分為5部份:(1)__必要的環境設定__,(2)__安裝__,(3)__配置__,(4)__管理__,(5)__問題排解__
    15 === '''''__『2.1 必要的環境設定』__''''' ===
     15== '''''__『2.1 必要的環境設定』__''''' ==
    1616 * __2.1.1__ 從 Source 安裝所需的套件 -> (1)C compilers (2)Java Developer Kit (SDK) version 1.6 or above (3)Apache ant 1.6.5 or above (4)Curl development package (5)openssl development package
    1717
     
    2222 * __2.1.3__ 與 Euc 互動的套件 -> 需安裝  EC2 command-line tools: (1)[http://s3.amazonaws.com/ec2-downloads/ec2-api-tools-1.3-30349.zip ec2-api-tools-1.3-30349] (2)[http://s3.amazonaws.com/ec2-downloads/ec2-ami-tools-1.3-26357.zip ec2-ami-tools-1.3-26357]
    2323
    24 === '''''__『2.2 從 source 安裝』__''''' ===
     24== '''''__『2.2 從 source 安裝』__''''' ==
    2525 * __2.2.0__ 安裝前需注意以完成 2.1 的部份,此外 Euc 分為三個元件: (元件間透過 SOAP with WS-security 來溝通,一個 Cluster 只會有一個 Cluster controller() 被執行再 head node 和每個 node 都個有一個 Node controller)
    2626   1. '''Cloud controller(CLC)''' -> Java 寫的程式,負責高階的資源排程和系統 accounting,此外也提供 Web services 和網頁介面讓外界使用者可以連接
     
    106106}}}
    107107
    108 === '''''__『2.3 配置』__''''' ===
     108== '''''__『2.3 配置』__''''' ==
    109109 * __2.3.1__ 系統配置
    110110   * Front-end
     
    122122done
    123123}}}
    124   * 網路配置
    125 
    126 
     124  * 網路配置 (提供三種高階的網路 modes,必須選擇合適的網路模式再 front-end 和 node 在 'eucalyptus.conf'設定檔內)
     125    1. SYSTEM Mode -> 最簡單的網路配置,Euc 發 random MAC 位址,使用 Xen Bridge,配合 DHCP 來發 IP,適合小環境測試用
     126    2. STATIC Mode -> 此模式可讓 Euc 管理者管理 VM 的 MAC 和 IP 位址(和 SYSTEM Mode 一樣會使用到 Xen Bridge 和 DHCP),適合當管理者有一群 MAC/IP 時
     127    3.
     128 
    127129 * __2.3.2__ 啟動Eucalyptus
    128130----
    129 == 【Think】 ==
     131= 【Think】 =
    130132----
    131 == 【Reference】 ==
     133= 【Reference】 =
    132134 * [http://open.eucalyptus.com/wiki/EucalyptusAdministratorGuide_v1.4 Eucalyptus Administrator Guide v1.4]
    133135 * [attachment:A_Tech_Report_Euc.pdf Eucalyptus : A Technical Report on an Elastic Utility Computing Archietcture Linking Your Programs to Useful Systems]