Version 7 (modified by rock, 16 years ago) (diff) |
---|
Xen & Lustre Kernel in Dell Machine
1.問題和解決方案
- 因 Dell Machine 的新硬體晶片(Intel ICH9R),原本 Xen 和 Lustre 支援的 Kernel 2.6.18 無法驅動 (2.6.19 後才有支援),與 rider 討論後,決定採用以下方法:
- 下載 ubuntu Kernel source 2.6.22
- 採用 ubuntu 的 Xen patch for 2.6.22 (在 Ubuntu gusty 有提供 Xen patch file)
- 再使用 Lustre 的 patch for 2.6.22
2.步驟
- 下載 Ubuntu Kenrel,下載連結
$ cd /usr/src $ tar zxvf linux-source-2.6.22_2.6.22.orig.tar.gz
- Patch Xen-Compatible Kernel (使用 Ubuntu Xen patch file,可直接從本網頁最下面連結下載)
// Patch Kenrel to be compatible with Xen $ cd /usr/src/linux-2.6.22 $ sudo patch -p1 < ../linux-source-2.6.22_2.6.22-16.61.diff $ sudo patch -p1 < debian/binary-custom.d/xen/patchset/001.patch $ sudo patch -p1 < debian/binary-custom.d/xen/patchset/002-fix-pae-vmalloc-sync.patch $ sudo patch -p1 < debian/binary-custom.d/xen/patchset/003-fix-ia32entry-xen.patch $ sudo patch -p1 < debian/binary-custom.d/xen/patchset/004-fix-blkif-maxnrsegs.patch
- Build Xen Image and reboot,參考此處
// Install Xen Image $ cd /usr/src/xen-3.3.1 $ sudo make xen $ sudo make tools $ sudo make install-xen $ sudo make install-tools
- 確認此 Kernel 是否正常開機 (可省略)
// Build Kernel $ cd /usr/src/linux-2.6.22 $ sudo menuconfig $ sudo make -j 5 ; sudo make -j 5 modules ; sudo make install ; sudo make modules_install $ sudo mkinitramfs -o /boot/initrd.img-2.6.22.9 2.6.22.9 $ sudo update-grub $ sudo sync ; sudo reboot
- Install e1000e driver (2.6.22 無 e1000e 的 driver)
$ sudo tar zxvf e1000e-0.5.11.2.tar.gz $ cd e1000e-0.5.11.2/src ; sudo make install
- Patch Lustre-Compatiable Kernel & Build Lustre Modules,參考此處
- 設定 Lustre FS & 啟動 xend ,參考此處
先 Try Try See,有問題在提出............................
Attachments (2)
-
e1000e-0.5.11.2.tar.gz
(199.0 KB) -
added by rock 16 years ago.
Intel e1000e driver
- config-2.6.22.9 (40.0 KB) - added by rock 16 years ago.
Download all attachments as: .zip