Changes between Version 14 and Version 15 of Xen_Lustre


Ignore:
Timestamp:
Jul 22, 2008, 3:18:54 PM (16 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_Lustre

    v14 v15  
    2020 * Lustre's packages:
    2121{{{
    22 $ sudo aptitude install bzip2 debhelper dpatch libsnmp-dev module-assistant
     22$ sudo aptitude install bzip2 debhelper dpatch libsnmp-dev module-assistant quilt
    2323
    2424= Install libxml =
     
    4141$ sudo hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg
    4242
    43 = Download Debian Lustre's deb file (http://packages.debian.org/source/sid/lustre) =
    44 $ wget http://debian.linux.org.tw/debian/pool/main/l/lustre/linux-patch-lustre_1.6.5-1_all.deb
    45 $ wget http://debian.linux.org.tw/debian/pool/main/l/lustre/lustre-source_1.6.5-1_all.deb
    46 $ dpkg -i linux-patch-lustre_1.6.5-1_all.deb lustre-source_1.6.5-1_all.deb
     43= Download Debian Lustre (http://www.sun.com/software/products/lustre/get.jsp) =
     44$ tar zxvf lustre-1.6.5.1.tar.gz
    4745
    4846= Use Lustre's patch file to patch xen kernel =
    4947$ cd linux-2.6.18-xen.hg
    50 $ sudo ln -s /usr/src/kernel-patches/lustre/series/2.6.18-vanilla.series /usr/src/linux-2.6.18-xen.hg/series
    51 $ sudo ln -s /usr/src/kernel-patches/lustre/patches/ /usr/src/linux-2.6.18-xen.hg/.
     48$ sudo ln -s /usr/src/lustre-1.6.5.1/lustre/kernel_patches/series/2.6.18-vanilla.series series
     49$ sudo ln -s /usr/src/lustre-1.6.5.1/lustre/kernel_patches/patches/ .
    5250$ sudo quilt -av push
    5351}}}