close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_core.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Oct 23, 2009, 4:05:25 PM (16 years ago)
- Author:
-
rock
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v54
|
v55
|
|
| 39 | 39 | ---- |
| 40 | 40 | = 【Step 0: 流程】 = |
| 41 | | * 本教學方便學員,儘量使用官方提供的 Xen 相關套件來安裝 (Ubuntu 目前維護的 Xen 版本為 3.3),若是想用最新版的 Xen-3.4.1 可以參考[http://trac.nchc.org.tw/grid/wiki/Reading/XenP/single 此篇]改用 source 檔安裝 |
| | 41 | * 本教學方便學員,儘量使用官方提供的 Xen 相關套件來安裝 (Debian 目前維護的 Xen 版本為 3.2),若是想用最新版的 Xen-3.4.1 可以參考[http://trac.nchc.org.tw/grid/wiki/Reading/XenP/single 此篇]改用 source 檔安裝 |
| 42 | 42 | * 用'''套件'''安裝的__優點:__ 1.方便快速 2.不需考慮軟體相依性,系統會自動幫你安裝相依的套件。__缺點:__可能不是最新的軟體版本 |
| 43 | 43 | * 從'''source'''安裝的__優點:__ 1.了解軟體的安裝邏輯 2.可以安裝最新的版本。__缺點:__得自行解決軟體的相依性問題 |
| … |
… |
|
| 57 | 57 | ---- |
| 58 | 58 | = 【Step 1: 安裝 Xen 和 Xen-patched Kernel】 = |
| 59 | | * Ubuntu 提供一個簡單的整合套件,只需用 '''aptitude install''' 指令安裝 __ubuntu-xen-desktop 套件__,即可自動安裝好 Xen-3.3 Hypervisior |
| | 59 | * Ubuntu 提供一個簡單的整合套件,只需用 '''aptitude install''' 指令安裝 __xen-linux-system-2.6.26-2-xen-amd64套件 __,即可自動安裝好 Xen-3.2 Hypervisior |
| 60 | 60 | {{{ |
| 61 | 61 | $ sudo aptitude update |
| 62 | | $ sudo aptitude -y install ubuntu-xen-desktop gcc-4.1 python-xml |
| | 62 | $ sudo aptitude -y install ubuntu-xen-desktop python-xml |
| 63 | 63 | }}} |
| 64 | 64 | * 安裝 Xen-patched Kernel,再這邊我們使用 Debian 已打包好的 Kernel 2.6.26-xen-amd64 |
| … |
… |
|
| 104 | 104 | $ sync ; sudo reboot |
| 105 | 105 | }}} |
| 106 | | [[Image(Xen_grub.JPG)]] |
| 107 | 106 | ---- |
| 108 | 107 | = 【Step 3: 檢查 Xen 是否正常運作】 = |