Lustre install version 2.10.6

 

First, install Lustre 2.10.6

premise:

System Version: Centos7.5

Kernel version: kernel- 3.10.0-957.el7.x86_64

Minimum virtual machine configuration: 2C4G

1, build Lustre repo library

1)#
# cat lustre-repo.conf
[lustre-server]
name=lustre-server
baseurl=https://downloads.hpdd.intel.com/public/lustre/lustre-2.10.3/el7/server
exclude=*debuginfo*
gpgcheck=0
 
[lustre-client]
name=lustre-client
baseurl=https://downloads.hpdd.intel.com/public/lustre/lustre-2.10.3/el7/client
exclude=*debuginfo*
gpgcheck=0
 
[e2fsprogs-wc]
namee2fsprogs- = WC 
BaseURL = HTTPS: // downloads.hpdd.intel.com/public/e2fsprogs/latest/el7 
the exclude debuginfo * * = 
gpgcheck = 0 
# 
( 2 ) to a local synchronization source 
# yum  the install the httpd yum -utils the createrepo - Y 
# mkdir -p / var / WWW / HTML / the repo 
#cd / var / WWW / HTML / the repo 
#reposync -C ~ / Luster-repo.conf - n-\
 -R & lt lustre- Server \
 -R & lt lustre- Client \
 - e2fsprogs- r WC 
# 
( 3 ) create a local metadata
#cd /var/www/html/repo
#for i in e2fsprogs-wc lustre-client lustre-server; do
(cd $i && createrepo .)
done
#
(4)创建repo访问文件
# cat lustre.repo
 
[lustre-server]
name=lustre-server
baseurl=http://192.168.10.10/repo/lustre-server
enabled=0
gpgcheck=0
proxy=_none_
 
[lustre-client]
namelustre- = Client 
baseurl = HTTP: // 192.168.10.10/repo/lustre-client 
Enabled = 0 
gpgcheck = 0 
 
[e2fsprogs - WC ] 
name = e2fsprogs- WC 
baseurl = HTTP: // 192.168.10.10/repo/e2fsprogs-wc 
= Enabled 0 
gpgcheck = 0 

( . 5 ) copies of documents 
copied to 4 machines / etc / yum .repo / catalog 
# yum Clean All && yum makecache && yum repolist
View Code

 

Guess you like

Origin www.cnblogs.com/weizitianming/p/11593600.html