close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_delta.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Feb 19, 2009, 3:56:53 PM (17 years ago)
- Author:
-
wade
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v3
|
v4
|
|
| 1 | 1 | [[PageOutline]] |
| 2 | 2 | = Xen虛擬叢集建置報告:安裝與測試步驟 = |
| 3 | | == 作業系統 == |
| | 3 | == 系統環境 == |
| 4 | 4 | * Linux debian 2.6.26-1-686 !#1 SMP Sat Jan 10 18:29:31 UTC 2009 i686 GNU/Linux |
| 5 | 5 | * debian 5.0 Debian GNU/Linux 5.0 |
| 6 | 6 | |
| 7 | | == 【Install 安裝】 == |
| 8 | | 1. 使用 Advanced Packaging Tools, 簡稱 apt 安裝: |
| | 7 | == 【1.Install 安裝】 == |
| | 8 | 1.1 使用 Advanced Packaging Tools, 簡稱 apt 安裝: |
| 9 | 9 | {{{ |
| 10 | 10 | sudo aptitude install xen-linux-system-2.6.26-1-xen-686 |
| 11 | 11 | }}} |
| 12 | 12 | [[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)]] |
| 14 | 22 | |
| 15 | 23 | == 【Reference 參考】 == |
| 16 | | 1. [wiki:Xen] |
| | 24 | * [wiki:Xen] |