Changes between Version 11 and Version 12 of Xen_Lab5
- Timestamp:
- Oct 9, 2009, 2:47:55 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Xen_Lab5
v11 v12 57 57 node[shape=box,width=3.0]; 58 58 59 "3.設定 Eucalyptus 的網路架構" -> "4. 啟動 Eucalyptus";59 "3.設定 Eucalyptus 的網路架構" -> "4.設定 Eucalyptus Cluster" -> "5.啟動 Eucalyptus"; 60 60 "1.新增 Eucalyptus 套件庫" -> "2.從套件庫安裝 Eucalyptus"; 61 61 } … … 134 134 135 135 ---- 136 = 【Step 4:啟動 Eucalyptus】 = 136 【Step 4: 設定 Eucalyptus Cluster】 137 * 在我們作為 Server 的那台新增 Cluster Name 138 * euca_conf -addcluster <clustername> <clusterhost> 139 {{{ 140 $ sudo euca_conf -addcluster Eucalyptus node1 141 }}} 142 * 新增 Nodes 143 * euca_conf -nodes "<nodehost1> ... <nodehostN>" 144 {{{ 145 $ sudo euca_conf -nodes "node2" 146 $ sudo euca_conf -synckeys 147 }}} 148 ---- 149 = 【Step 5:啟動 Eucalyptus】 = 137 150 * node1 啟動 CLoud Controller & Cluster Controller (可用 start/restart/stop) 138 151 {{{ … … 146 159 * 測試 CLoud Crontroller 網頁是否啟動 [https://localhost:8443 https://localhost:8443] 147 160 [[Image(login.png)]] 161 * 預設密碼為 admin/1234