Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Source
- AMD
- Cray
- 1.9
- hpcm패치
- HPCM
- CUDA
- LUSTRE
- top500
- infiniband
- java
- 1.10
- CPU
- GPU
- Docker
- conda
- patch
- Linux
- gpfs
- version
- PFSS
- nvidia
- HPFSS
- rhel
- build
- Singularity
- ubuntu
- SLURM
- HPE
- Kernel
Archives
- Today
- Total
HPE CRAY 자료 공유
[Lustre] Cray Lustre client 2.15 rpm build(CentOS7.9) 본문
STOGAGES/LUSTRE
[Lustre] Cray Lustre client 2.15 rpm build(CentOS7.9)
CRAY KOREA Blog 2023. 11. 14. 15:24CentOS 7.9 버전에서 진행한 Lustre 2.15 버전 설치 방법 정리
의존성 패키지 설치
# yum groupinstall "Development Tools" # yum install yum-utils kernel-devel zlib-devel libyaml-devel # yum install libmount-devel libnl3-devel libnl-devel libselinux-devel libselinux-static |
rpm build
$ unzip lustre-cray-2.15.B1.gb93242.zip $ rpm -ivh lustre-2.15.0.4_rc2_cray_134_gb93242d-1.src.rpm $ cd $HOME/rpmbuild/SOURCES $ tar xvzf lustre-2.15.0.4_rc2_cray_134_gb93242d.tar.gz $ cd lustre-2.15.0.4_rc2_cray_134_gb93242d $ ./configure --disable-server --enable-client \ --with-linux=/usr/src/kernels/3.10.0-1160.el7.x86_64 \ --with-o2ib=/usr/src/ofa_kernel/default --disable-gss-keyring $ make rpms |
※ rpm build는 root 계정이 아닌 일반계정에서 진행을 권장 합니다.
- OFED 미사용의 경우
$ ./configure --disable-server --enable-client \ --with-linux=/usr/src/kernels/3.10.0-1160.el7.x86_64 \ --disable-gss-keyring $ make rpms |
'STOGAGES > LUSTRE' 카테고리의 다른 글
[Ubuntu] Cray Lustre client build (2) | 2024.08.28 |
---|---|
[Lustre] Cray Lustre package (0) | 2024.05.02 |