Changes between Version 5 and Version 6 of Xen_Lab5
- Timestamp:
- Oct 7, 2009, 2:02:38 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Xen_Lab5
v5 v6 107 107 = 【Step 3:設定 Eucalyptus】 = 108 108 * 設定也分為兩部份 node1 和 node2 的設定 (設定檔的位置接放於 /etc/eucalyptus/eucalyptus.conf) 109 * Eucalyptus 目前只支援 Xen 的 Bridge 架構,可分為4種網路架構,本範例使用 SYSTEM MODE (若是對其他網路架構有性可[http://trac.nchc.org.tw/grid/wiki/Eucalyptus/Install/Net 參考此篇]) 109 110 * '''__node1'''__ 111 * Eucalyptus 環境配置 (包含了 cluster 名稱、包含哪些 nodes) 110 112 {{{ 113 $ sudo euca_conf -addcluster <clustername> <clusterhost> 114 $ sudo euca_conf -nodes "node2" 115 $ euca_conf -synckeys 116 117 }}} 118 * 網路配置 119 {{{ 120 $ sudo vim /etc/eucalyptus/eucalyptus.conf 121 }}} 122 {{{ 123 #!sh 124 59 NODES="node2" 125 181 VNET_MODE="SYSTEM" 111 126 }}} 112 127 * '''__node2'''__ 113 128 {{{ 129 $ sudo vim /etc/eucalyptus/eucalyptus.conf 114 130 }}} 131 {{{ 132 #!sh 133 132 VNET_INTERFACE="peth0" 134 181 VNET_MODE="SYSTEM" 135 }}}