编译IML
先决条件
使用Git Clone下载intel-manager-for-lustre repository
git clone git@github.com:intel-hpdd/intel-manager-for-lustre.git
安装YUM Copr plugin:
# yum -y install yum-plugin-copr
安装the manager-for-lustre和DNF YUM 仓库
# yum copr enable managerforlustre/manager-for-lustre
# yum copr enable ngompa/dnf-el7
安装需要的软件包:
# yum -y install python-virtualenv systemd-devel postgresql-devel graphviz-devel createrepo epel-release npm python-sphinx python-django gcc
如何编译IML
到git clone下载的clone库的最顶级目录:
$ make
上述命令的结果将会是源码包和在dist/子目录的RPMs,以及一个在chroma-bundles/子目录下的iml-<version>.tar.gztar包,包含所有需要在一个集群上安装IML的所有的文件。
本文介绍如何通过Git Clone下载Intel Manager for Lustre (IML) 的源代码,并使用YUM Copr plugin安装必要的软件包来配置开发环境。之后通过简单的make命令即可完成IML的编译工作。
2145

被折叠的 条评论
为什么被折叠?



