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
Code Block |
---|
mkdir ~/lustre_rpmsscp root@buildmachine:~/lustre_build/*.rpm ~/lustre_rpms |
Copy the RPMs to the test node in some directory and:
Code Block |
---|
rpm --nodeps --ivh *.rpm |
...