Changes between Version 11 and Version 12 of Xen_Lab5


Ignore:
Timestamp:
Oct 9, 2009, 2:47:55 PM (15 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_Lab5

    v11 v12  
    5757 node[shape=box,width=3.0];
    5858 
    59  "3.設定 Eucalyptus 的網路架構" -> "4.啟動 Eucalyptus";
     59 "3.設定 Eucalyptus 的網路架構" -> "4.設定 Eucalyptus Cluster" -> "5.啟動 Eucalyptus";
    6060 "1.新增 Eucalyptus 套件庫" -> "2.從套件庫安裝 Eucalyptus";
    6161}
     
    134134
    135135----
    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】 =
    137150 * node1 啟動 CLoud Controller & Cluster Controller (可用 start/restart/stop)
    138151{{{
     
    146159 * 測試 CLoud Crontroller 網頁是否啟動 [https://localhost:8443 https://localhost:8443]
    147160[[Image(login.png)]]
     161 * 預設密碼為 admin/1234