1.制作一个本地镜像

reposync configfile:[root@localhost html]# cat lustre-repo.conf
[lustre-server]
name=lustre-server
baseurl=https://downloads.whamcloud.com/public/lustre/latest-release/el7.6.1810/server
# exclude=*debuginfo*
gpgcheck=0[lustre-client]
name=lustre-client
baseurl=https://downloads.whamcloud.com/public/lustre/latest-release/el7.6.1810/client
# exclude=*debuginfo*
gpgcheck=0[patchless-ldiskfs]
name=patchless-ldiskfs
baseurl=https://downloads.whamcloud.com/public/lustre/latest-release/el7.6.1810/patchless-ldiskfs-server
# exclude=*debuginfo*
gpgcheck=0[e2fsprogs-wc]
name=e2fsprogs-wc
baseurl=https://downloads.whamcloud.com/public/e2fsprogs/latest/el7
# exclude=*debuginfo*
gpgcheck=0

同步镜像:

[root@localhost html]# reposync -c lustre-repo.conf -n -r lustre-server -r lustre-client -r patchless-ldiskfs -r e2fsprogs-wc

如果因为网络问题,可以使用proxychains4 来进行代理访问:(proxychains4 安装教程)

[root@localhost repo]# proxychains4 reposync -c ../lustre-repo.conf -n -r lustre-server -r lustre-client -r patchless-ldiskfs -r e2fsprogs-wc

创建repo metadata:

cd /usr/share/nginx/html/repo
for i in e2fsprogs-wc lustre-client lustre-server patchless-ldiskfs; do
(cd $i && createrepo .)
done

制作lustre.repo文件:

[root@localhost html]# cat lustre.repo
[lustre-server]
name=lustre-server
baseurl=http://127.0.0.1/repo/lustre-server
# enabled=0
gpgcheck=0
proxy=_none_[lustre-client]
name=lustre-client
baseurl=http://127.0.0.1/repo/lustre-client
# enabled=0
gpgcheck=0[e2fsprogs-wc]
name=e2fsprogs-wc
baseurl=http://127.0.0.1/repo/e2fsprogs-wc
# enabled=0
gpgcheck=0# patchless-ldiskfs[patchless-ldiskfs]
name=patchless-ldiskfs
baseurl=http://127.0.0.1/repo/patchless-ldiskfs
# enabled=0
gpgcheck=0

yum 安装教程,详细请参考lustre文档

http://wiki.lustre.org/Installing_the_Lustre_Software#Using_YUM_to_Manage_Local_Software_Provisioning

保持更新,如果对你有帮助,请点击推荐。

转载于:https://www.cnblogs.com/xuyaowen/p/lustre-fs-install.html

Lustre 文件系统安装相关推荐

  1. 记一次有关于ubuntu20.04的Lustre文件系统安装

    ubuntu20.04 Lustre文件系统安装 Lustre server安装 1.安装构建依赖包 2.构建内核${BUILDPATH}=/home/build 3.为支持LDISKFS而构建经过修 ...

  2. Lustre文件系统安装

    1. 环境 1.1 创建临时的yum源 cat >/tmp/lustre-repo.conf <<\__EOF [lustre-server] name=lustre-server ...

  3. zynq7020安装linux图形界面,ZYNQ开发板的NFS文件系统安装 - ZYNQ7020学习

    ZYNQ开发板的NFS文件系统安装 - ZYNQ7020学习 ZYNQ开发板的NFS文件系统安装 - ZYNQ7020学习 这篇博客主要讲解NFS的安装和开发板与Linux虚拟机如何mount成功.重 ...

  4. fastdfs搭建_记一次生产环境FastDFS文件系统安装部署过程

    概述 因为前面在做FastDFS文件系统安装部署介绍时我们已经测试将文件上传成功了,但我们无法下载.因此安装Nginx作为服务器以支持Http方式访问文件.同时,后面安装FastDFS的Nginx模块 ...

  5. DFS分布式文件系统安装部署

    DFS分布式文件系统安装部署手册 一.DC服务器配置如下: 1.安装分布式文件系统,,如下图所示: 二.BDC服务器配置如下: 1.安装"文件服务" 2.选择如下所示: 3.选择用 ...

  6. Linux FastDFS 分布式文件系统安装

    Linux FastDFS 分布式文件系统安装 2013 年 3 月 11 日 – 09:21 | 930 views | 收藏  (No Ratings Yet) FastDFS是一款类Google ...

  7. BTRFS文件系统安装ArchLinux

    layout: post title: "BTRFS文件系统安装ArchLinux" date: 2017-10-02 categories: Linux 主要为以下步骤: 1.下 ...

  8. linux 文件系统自动安装ko,Linux文件系统安装模块化讲解

    经过长时间学习Linux文件系统安装卸载,和大家一起分享一下学习的经验,希望也能为不了解的同学一个启示. 以Fedora8下面安装minix文件系统为例: 为了保证与系统内核相匹配,首先得获得相应版本 ...

  9. Linux学习-74-NTFS文件系统安装教程

    16.17 NTFS文件系统安装教程 在 CentOS 6.x 中,默认 NTFS 文件系统是没有安装的,也就是说在 CentOS 6.x 中是不能直接挂载 NTFS 分区的.但是目前 Windows ...

  10. 操作系统学习:Linux0.12初始化详细流程-进程1加载虚拟盘和根文件系统安装

    本文参考书籍 1.操作系统真相还原 2.Linux内核完全剖析:基于0.12内核 3.x86汇编语言 从实模式到保护模式 4.Linux内核设计的艺术 ps:基于x86硬件的pc系统 Linux0.1 ...

最新文章

  1. 使DataGrid中的某些列隐藏起来
  2. vue-router参数传递
  3. 一句话评论设计模式六大原则
  4. (Matrix3D)坑爹的flash帮助文档
  5. How is SAP UI5 Aggregation designed
  6. xml对象映射_将对象映射到多个XML模式–天气示例
  7. C语言模拟实现标准库函数之strcat()
  8. python中ttk和tkinter_python tkinter中ttk组件如何使用?
  9. 你应该知道的Windows复制技术
  10. Redis 配置文件详解
  11. 免费DDOS攻击测试工具大合集
  12. 【阅读笔记】《创京东:刘强东亲述创业之路》
  13. Froala编辑器使用经历
  14. 在 Hexo 中使用 iconfont 图标
  15. 计算机ppt闪耀效果在哪里,ppt怎样制作文字闪烁效果
  16. Laravel:关于with用法 OneByOne 关联(避坑)
  17. 一起学爬虫(Python) — 21 蝉妈妈,嘿嘿
  18. 程序员壁纸推荐,高清无码无水印地址已奉上!
  19. 2022年茶艺师(中级)证考试及茶艺师(中级)模拟考试题库
  20. 浅谈CAPM和因子模型

热门文章

  1. JS判断是否在微信浏览器打开
  2. 【SAS BASE】SAS函数
  3. 写JQuery插件的基本知识
  4. Merge k Sorted Lists
  5. 分享一个安全实现JSONP跨域的插件
  6. Java Script小技巧【对象,属性】(转载)
  7. 因果推断综述及基础方法介绍(一)
  8. 【CV】计算机视觉入坑必备
  9. 【BERT】源码分析(PART II)
  10. 数据结构与算法python—10.二叉树题目leetcode总结