Rate This Document
Findability
Accuracy
Completeness
Readability

Installing Lustre

  1. Download the source packages lustre-2.12.9-1.src.rpm and lustre-client-dkms-2.12.9-1.el7.src.rpm.
  2. Install the source packages.
    1
    rpm -ivh lustre-2.12.9-1.src.rpm lustre-client-dkms-2.12.9-1.el7.src.rpm 
    
  3. Go to the installation directory.
    1
    cd /root/rpmbuild/SOURCES
    
  4. Decompress the source package.
    1
    tar -xvf lustre-2.12.7.tar.gz
    
  5. Perform installation and compilation.
    1
    2
    3
    cd lustre-2.12.7
    ./configure
    make rpms
    

    After the operation is successful, you can obtain the RPM packages.

  6. Install Lustre using the RPM packages.
    1
    rpm -ivh --nodeps kmod-lustre-client*.rpm lustre-client*.rpm lustre-iokit*.rpm
    
  7. Configure the LNet network.

    For details, see LNet Router Config Guide.