Changes between Version 3 and Version 4 of wade/xen


Ignore:
Timestamp:
Feb 19, 2009, 3:56:53 PM (16 years ago)
Author:
wade
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • wade/xen

    v3 v4  
    11[[PageOutline]]
    22= Xen虛擬叢集建置報告:安裝與測試步驟 =
    3 == 作業系統 ==
     3== 系統環境 ==
    44 * Linux debian 2.6.26-1-686 !#1 SMP Sat Jan 10 18:29:31 UTC 2009 i686 GNU/Linux
    55 * debian 5.0 Debian GNU/Linux 5.0
    66
    7 == 【Install 安裝】 ==
    8  1. 使用 Advanced Packaging Tools, 簡稱 apt 安裝:
     7== 【1.Install 安裝】 ==
     8 1.1 使用 Advanced Packaging Tools, 簡稱 apt 安裝:
    99    {{{
    1010    sudo aptitude install xen-linux-system-2.6.26-1-xen-686
    1111    }}}
    1212    [[Image(install-01.png)]]
    13  2. 直接由 Xen source 安裝:
     13 1.2 直接由 Xen source 安裝:
     14
     15
     16== 【2.check 檢查安裝結果】==
     17 2.1 使用 unmae 指令來查詢 xen system。
     18    {{{
     19    uname -a
     20    }}}
     21    [[Image(check-01.png)]]
    1422
    1523== 【Reference 參考】 ==
    16  1. [wiki:Xen]
     24 * [wiki:Xen]