1. 2.6.32-279.14.1 kernel update
# uname -r
2.6.32-279.el6.x86_64
# rpm -Uvh kernel-2.6.32-279.14.1.el6.x86_64.rpm kernel-firmware-2.6.32-279.14.1.el6.noarch.rpm kernel-devel-2.6.32-279.14.1.el6.x86_64.rpm kernel-headers-2.6.32-279.14.1.el6.x86_64.rpm
# sync;reboot
# uname -r
2.6.32-279.14.1.el6.x86_64
2. OFED Driver 설치
=> http://hpccloud.tistory.com/227
3. Lustre client 설치
# yum install lustre-client-source-2.1.4-2.6.32_279.14.1.el6.x86_64.x86_64.rpm
# cd /usr/src/lustre-2.1.4
# ./configure --with-o2ib=/usr/src/ofa_kernel & make -j8 && make -j8 rpms
# cd /root/rpmbuild/RPMS/x86_64
# rpm -ivh lustre-client-2.1.4-2.6.32_279.14.1.el6.x86_64.x86_64.rpm lustre-client-modules-2.1.4-2.6.32_279.14.1.el6.x86_64.x86_64.rpm lustre-client-tests-2.1.4-2.6.32_279.14.1.el6.x86_64.x86_64.rpm
# mkdir /BiO
# vi /etc/hosts
10.6.1.11 pgpmds1-ib0
10.6.1.12 pgpmds2-ib0
# vi /etc/modprobe.d/lustre.conf
options lnet networks=o2ib
options mlx4_core msi_x=1
# vi /etc/fstab
pgpmds1-ib0@o2ib:pgpmds2-ib0@o2ib:/lustre /BiO lustre _netdev 0 0
# sync;reboot
# modprobe lustre
# mount -a
'HPC > Lustre' 카테고리의 다른 글
[Lustre] Version check (0) | 2016.07.18 |
---|---|
[Lustre] Maintenance (0) | 2014.07.15 |
[Lustre] locking 문제.. (1) | 2013.07.17 |
[Lustre] Resource temporarily unavailable (0) | 2013.05.10 |
[Lustre] Cerebro, LMT 설치 (0) | 2013.01.11 |
최근댓글