Changes between Version 24 and Version 25 of Reading/XenP/cluster


Ignore:
Timestamp:
Apr 16, 2009, 11:27:21 AM (15 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Reading/XenP/cluster

    v24 v25  
    1313$ sudo /etc/init.d/gdm restart
    1414}}}
    15  * 重複單機的 0 ~ 4 步驟
    16  * 確認 node01 和 node02 的 /etc/hosts 有 node01 和 node02 的資訊
     15 * 重複單機的 '''''0 ~ 4 步驟'''''
     16 * 確認 node01 和 node02 的 '''''/etc/hosts''''' 有 node01 和 node02 的資訊
    1717{{{
    1818$ sudo vim /etc/hosts
     
    2020192.168.X.X node02
    2121}}}
    22  * 設定兩台的 ssh auto login,讓 root 可以不需打密碼登入 node01 和 node02
     22 * 設定兩台的 '''''ssh auto login''''',讓 root 可以不需打密碼登入 node01 和 node02
    2323{{{
    2424### 在 node01 上執行 ###
     
    3333CTRL + D
    3434}}}
    35  * 設定共享的 Storage (node01-> NFS Server, node02-> NFS Client)
     35 * 設定共享的 '''''Storage''''' (本練習使用 NFS ,node01-> NFS Server, node02-> NFS Client)
    3636{{{
    3737### node01 的設定 (192.X.X.X 為 node02 IP) ###
     
    5151
    5252----
    53 == 3.安裝 ONE ==
     53== 3.安裝 ONE (OpenNEbula) ==
    5454 * '''''__3.0 安裝前的小叮嚀__'''''
    5555   * ONE 只需安裝在 '''''node01''''' 即可 (ONE 的指令都在 node01 上執行)
    5656   * node01 為 '''''ONE Server''''' 和 '''''NFS Server'''''
    57    * 此練習不用考慮網路架構和IP分配 (網路架構採用 Bridge 和 IP 交由 DRBL Server 動態分配)
    58    * 共享的 Storagr 採用 NFS (才能做 Migrate 和 Live Migrate )
     57   * 此練習不用考慮'''''網路架構和IP分配''''' (網路架構採用 Bridge 和 IP 交由 DRBL Server 動態分配)
     58   * 共享的 Storagr 採用 '''''NFS''''' (才能做 Migrate 和 Live Migrate )
    5959 * '''''__3.1 安裝需要的套件__'''''
    6060{{{
     
    106106
    107107}}}
    108  * '''''__4.1 新增 node01 和 node02 到 ONE pool__'''''
     108 * '''''__4.1 新增 node01 和 node02 到 ONE Pool__'''''
    109109{{{
    110110### 在 node01 上執行 ###
     
    165165$ cd /home/domains
    166166$ onevm create xen01.one
    167 $ onevm list
    168 
    169 ### 1. 在 node01(ONE Server) 上執行將xen01 Migrate 到 node02 (設設 xen01 已經跑在 node01) ###
     167$ onevm migrate xen01 node01
     168$ onevm list
     169
     170### 1. 在 node01(ONE Server) 上執行,將 xen01 Migrate 到 node02 (設設 xen01 已經跑在 node01) ###
    170171$ onevm migrate xen01 node02
    171172$ onevm list