Rate This Document
Findability
Accuracy
Completeness
Readability

Compiling the Client

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Install the source code package.

    cd /tmp

    rpm -ivh lustre-2.12.2-1.src.rpm lustre-client-dkms-2.12.2-1.el7.src.rpm

  3. Go to the installation directory.

    cd /root/rpmbuild/SOURCES

  4. Decompress the source code package.

    tar -xvf lustre-2.12.2.tar.gz

  5. Go to the installation directory.

    cd lustre-2.12.2

  6. Perform the compilation and installation.

    ./configure --with-o2ib=/usr/src/ofa_kernel/default/

    make rpms

  7. After the compilation is successful, run the following command to query the RPM packages generated in the directory:

    ls

    Example: