Changes between Version 6 and Version 7 of Xen_Lab5
- Timestamp:
- Oct 7, 2009, 4:18:51 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Xen_Lab5
v6 v7 29 29 }}} 30 30 * 小提醒 31 0. 確定 node1 和 node2 的 /etc/hosts 有彼此的資訊 32 {{{ 33 $ sudo vim /etc/hosts 34 }}} 31 35 {{{ 32 36 #!sh 33 1. Front-end、Node 和 Client 的時鐘需同步 (可使用 ntp server 來校正時間) 34 2. 防火牆需允許 8443、8773、8774(Front-end) 和 8775(Node) (若是要讓防火牆外的administrator/user使用時,可請網管開啟這些 port) 35 3. 正確的 locales (可用 dpkg-reconfigure locales 選擇正確的語系) 36 4. Eucalyptus 安裝和執行需由 root 執行 (只有 root 可以控制 Eucalyptus) 37 192.168.100.1 node1 38 192.168.100.2 node2 37 39 }}} 40 1. Front-end、Node 和 Client 的時鐘需同步 (可使用 ntp server 來校正時間) 41 2. 防火牆需允許 8443、8773、8774(Front-end) 和 8775(Node) (若是要讓防火牆外的administrator/user使用時,可請網管開啟這些 port) 42 3. 正確的 locales (可用 dpkg-reconfigure locales 選擇正確的語系) 43 4. Eucalyptus 安裝和執行需由 root 執行 (只有 root 可以控制 Eucalyptus) 44 38 45 ---- 39 46 = 【Step 0: 流程】 = … … 122 129 {{{ 123 130 #!sh 124 59 NODES="node2"125 131 181 VNET_MODE="SYSTEM" 126 132 }}}