Changes between Version 9 and Version 10 of Eucalyptus/Install
- Timestamp:
- May 7, 2009, 3:41:10 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Eucalyptus/Install
v9 v10 4 4 <h1 style="text-align: center; color: blue">Eucalyptus 安裝</h1> 5 5 }}} 6 = = 【1.序言】 ==6 = 【1.序言】 = 7 7 * Eucalyptus的安裝主要有兩種方法: 8 8 1. __'''''從 Source 安裝'''''__ … … 11 11 * Eucalyptus 太長了 @@,之後文章用 Euc 簡稱 12 12 ---- 13 = = 【2.安裝步驟】 ==13 = 【2.安裝步驟】 = 14 14 * 主要參考 [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 必要的環境設定』__''''' == 16 16 * __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 17 17 … … 22 22 * __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] 23 23 24 == = '''''__『2.2 從 source 安裝』__''''' ===24 == '''''__『2.2 從 source 安裝』__''''' == 25 25 * __2.2.0__ 安裝前需注意以完成 2.1 的部份,此外 Euc 分為三個元件: (元件間透過 SOAP with WS-security 來溝通,一個 Cluster 只會有一個 Cluster controller() 被執行再 head node 和每個 node 都個有一個 Node controller) 26 26 1. '''Cloud controller(CLC)''' -> Java 寫的程式,負責高階的資源排程和系統 accounting,此外也提供 Web services 和網頁介面讓外界使用者可以連接 … … 106 106 }}} 107 107 108 == = '''''__『2.3 配置』__''''' ===108 == '''''__『2.3 配置』__''''' == 109 109 * __2.3.1__ 系統配置 110 110 * Front-end … … 122 122 done 123 123 }}} 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 127 129 * __2.3.2__ 啟動Eucalyptus 128 130 ---- 129 = = 【Think】 ==131 = 【Think】 = 130 132 ---- 131 = = 【Reference】 ==133 = 【Reference】 = 132 134 * [http://open.eucalyptus.com/wiki/EucalyptusAdministratorGuide_v1.4 Eucalyptus Administrator Guide v1.4] 133 135 * [attachment:A_Tech_Report_Euc.pdf Eucalyptus : A Technical Report on an Elastic Utility Computing Archietcture Linking Your Programs to Useful Systems]