Changes between Version 10 and Version 11 of Xen_Lustre


Ignore:
Timestamp:
Jul 17, 2008, 4:24:32 PM (16 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_Lustre

    v10 v11  
    33 * Our OS: Dbian etch
    44 * Our Method: We used xen-patched kernel 2.6.18, then used Lustre patched file to patch it. We used xen tar ball to compile with this kernel to build Xen images amd used this kernel to reboot. Finally we used Lustre tar ball to build Lustre modules.
     5[[BR]]
    56
    67== 1.Requirement packages ==
     
    3132}}}
    3233[[BR]]
     34
    3335== 2.Patch & install xen images ==
    3436 * Download Xen-patched 2.6.18 kernel & Xen tar ball
     
    5153}}}
    5254[[BR]]
     55
    5356== 3.Make Xen image ==
    5457{{{
     
    6669}}}
    6770[[BR]]
     71
    6872== 4.Make Lustre modules ==
    6973{{{
     74$ sudo cp /boot/config-2.6.18.8-xen /usr/src/linux-2.6.18-xen.hg/.config
    7075$ cd /usr/src/linux-2.6.18-xen.hg
     76
     77= Because XEN rename 2.6.18.8 to 2.6.18.8-xen, so we rebuild kernel for corrent 2.6.18.8. Then Lustre will read correct kernel version =
    7178$ sudo make menuconfig (or sudo make config)
    7279$ sudo make -j 5
     
    7986}}}
    8087{{{
     88= Now, we start build and install lustre module and tools =
    8189$ cd /usr/src
    8290$ sudo tar jxvf lustre.tar.bz2
     
    8896}}}
    8997[[BR]]
     98
    9099== 5.Test Xen & Lustre ==
    91100{{{
    92 = startup xen =
     101= Startup xen =
     102$ sudo vim /etc/modules
     103loop max_loop=255
     104
    93105$ sudo xend start
    94106$ sudo xm list
    95107
    96 = startup Lustre =
     108= Startup Lustre =
    97109$ sudo modprobe ldiskfs
    98110$ sudo modprob lnet networks=tcp
     
    111123}}}
    112124[[BR]]
     125
     126== Reference ==