You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Setup and Build Lustre

Follow the instructions here:

Walk-thru- Build Lustre MASTER on RHEL 7.3/CentOS 7.3 from Git

Deploy Lustre rpms

Deploy lustre RPMs on your test nodes using your favourite method.

My Method:

  • Copy the RPMs to the test node in some directory
mkdir ~/lustre_rpmsscp root@buildmachine:~/lustre_build/*.rpm ~/lustre_rpms

Copy the RPMs to the test node in some directory and:

rpm --nodeps --ivh *.rpm
  • No labels