On 2010-05-27, at 02:11, Heiko Schröter wrote: > does the following procedure "look" right installing a patched kernel src > (i.e. SLES11) and lustre 1.8.3 plus the e2fsprogs.sun2 ?
What is your goal, exactly? You don't really need to rebuild e2fsprogs on every MDS/OSS, and in fact there is no reason to rebuild/reinstall e2fsprogs when updating Lustre - the same e2fsprogs is usable for all Lustre versions. Even if you are building your own Lustre you can probably use the pre-built e2fsprogs. > a) Unpack i.e. SLES 11 Kernel src. > (I don't know for sure if the links are really needed, because the Kernel is > allready patched.) > cd SLES11kernelDir > ln -s ../lustre-1.8.3/lustre/kernel_patches/patches patches > ln -s ../lustre-1.8.3/lustre/kernel_patches/series/2.6-sles11.series series > make menuconfig et.al. > > b) Reboot new patched kernel. > > c) Install the LUSTRE 1.8.3 modules > depmod -a > > d) Install E2FSPROG: > tar -xzf e2fsprogs-1.41.10-sun2-patches.tar.gz > tar -xzf e2fsprogs-1.41.10.sun2.tgz > cd e2fsprogs-1.41.10.sun2 > mkdir build > ln -s ../e2fsprogs-1.41.10-sun2-patches patches > ln -s ../e2fsprogs-1.41.10-sun2-patches/series series > quilt push -av > cd build > ../configure --with-lustre=/usr/src/lustre-1.8.3 --enable-fsck > make && make install > > Doing a) to d) on every MDS/OSS before doing e) > > e) Continue with Chapter 13 "Upgrading lustre". > > > Thanks for any corrections if the above proc is broken. > > Regards > Heiko > _______________________________________________ > Lustre-discuss mailing list > [email protected] > http://lists.lustre.org/mailman/listinfo/lustre-discuss Cheers, Andreas -- Andreas Dilger Lustre Technical Lead Oracle Corporation Canada Inc. _______________________________________________ Lustre-discuss mailing list [email protected] http://lists.lustre.org/mailman/listinfo/lustre-discuss
