Compiling the Client
Procedure
- Use PuTTY to log in to the server as the root user.
- 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
- Go to the installation directory.
cd /root/rpmbuild/SOURCES
- Decompress the source code package.
tar -xvf lustre-2.12.2.tar.gz
- Go to the installation directory.
cd lustre-2.12.2
- Perform the compilation and installation.
./configure --with-o2ib=/usr/src/ofa_kernel/default/
make rpms
- After the compilation is successful, run the following command to query the RPM packages generated in the directory:
ls
Example:

Parent topic: Deploying Lustre