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:21:29 PM (17 years ago)
- Author:
-
rock
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v15
|
v16
|
|
| 1 | 1 | [[PageOutline]] |
| 2 | 2 | = Xen & Lustre Kernel in Dell Machine = |
| 3 | | == 1.問題和解決方案 == |
| | 3 | == 1. 問題和解決方案 == |
| 4 | 4 | * 因 Dell Machine 的新硬體晶片(Intel ICH9R),原本 Xen 和 Lustre 支援的 Kernel 2.6.18 無法驅動 (2.6.19 後才有支援),與 rider 討論後,決定採用以下方法: |
| 5 | 5 | 1. 下載 ubuntu Kernel source 2.6.22 |
| 6 | 6 | 2. 採用 ubuntu 的 Xen patch for 2.6.22 (在 Ubuntu gusty 有提供 Xen patch file) |
| 7 | 7 | 3. 再使用 Lustre 的 patch for 2.6.22 |
| 8 | | == 2.步驟 == |
| | 8 | == 2. 步驟 == |
| 9 | 9 | 1. '''''__下載 Ubuntu Kenrel__,[https://trac.nchc.org.tw/grid/browser/xen/xen_lustre_patch 下載連結]''''' |
| 10 | 10 | {{{ |
| … |
… |
|
| 48 | 48 | 6. '''''__Patch Lustre-Compatiable Kernel & Build Lustre Modules__,[wiki:Xen_Lustre 參考此處]''''' |
| 49 | 49 | * [wiki:Servers/virt_machines/kernel/1.6.6.log Lustre 1.6.6 Patch Log] |
| 50 | | * [wiki:Servers/virt_machines/kernel/compile_err Compile Error Message] |
| | 50 | * [wiki:Servers/virt_machines/kernel/compile_err Compile Error & Solution] |
| 51 | 51 | * Build Lutsre Modules |
| 52 | 52 | {{{ |
| … |
… |
|
| 66 | 66 | }}} |
| 67 | 67 | 7. '''''__設定 Lustre FS & 啟動 xend__,[wiki:Xen_Lustre 參考此處]''''' |
| 68 | | * [wiki:Servers/virt_machines/kernel/mount_err Mount Error Message] |
| | 68 | * [wiki:Servers/virt_machines/kernel/mount_err Mount Error & Solution] |
| | 69 | |
| 69 | 70 | [[BR]] |
| 70 | | [[BR]] |
| 71 | | [[BR]] |
| 72 | | 先 Try Try See,有問題在提出............................ |
| | 71 | == 3. 結論 == |
| | 72 | * Lustre 在 2.6.22 Kernel 上,有些 Kernel option 必須選上否則會 compiler 不過,建議官方可在 Kernel 設定檔內做好相依性 |
| | 73 | * Lustre 的 remove_suid 依舊有問題,雖然官方說 |
| | 74 | * ./lustre/ChangeLog:4964: - kernel version 43 - fix remove_suid bugs in both 2.4 and 2.6 (5695) |
| | 75 | * 但仍需手動去更改 remove_suid 的宣告 |