Changes between Version 3 and Version 4 of jazz/09-06-28


Ignore:
Timestamp:
Jun 28, 2009, 4:13:37 PM (15 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/09-06-28

    v3 v4  
    11= 2009-06-28 =
     2
     3== Lustre ==
     4
     5 * 這裡有一篇講說怎麼在 Lenny 上編支援 Lustre 1.6.5 + Linux 2.6.26 的步驟
     6{{{
     7In a nutshell:
     8
     9  #[/root] apt-get install build-essential module-assistant
     10  # apt-get install linux-patch-lustre lustre-source linux-tree-2.6.26
     11  # cd /usr/src/ && tar jxf linux-source-2.6.26.tar.bz2 && cd linux-source-2.6.26
     12  # cp /boot/config-2.6.26–1−686 .config
     13  # make oldconfig
     14  # export CONCURRENCY_LEVEL=3
     15  # make-kpkg clean
     16  # ln -s /usr/src/kernel-patches/lustre/scripts/apply /usr/src/kernel-patches/all/2.6.26/apply/lustre
     17  # ln -s /usr/src/kernel-patches/lustre/scripts/unpatch /usr/src/kernel-patches/all/2.6.26/unpatch/lustre
     18  # make-kpkg —rootcmd fakeroot —added-patches=lustre —initrd —append-to-version “-lustre-1.6.5.1″ —revision=20090309 kernel_image
     19  # cd ..
     20  # dpkg -i linux-image-2.6.26-lustre-1.6.5.1_20090309_i386.deb
     21
     22Reboot the machine; then:
     23
     24  # m-a update
     25  # m-a a-i lustre openafs
     26  # aptitude install openafs-client nfs-common
     27}}}
    228
    329== VirtualBox ==