Installing Lustre
- Download the source packages lustre-2.12.7-1.src.rpm and lustre-client-dkms-2.12.7-1.el7.src.rpm.
- Install the source packages.
1rpm -ivh lustre-2.12.7-1.src.rpm lustre-client-dkms-2.12.7-1.el7.src.rpm
- Go to the installation directory.
cd /root/rpmbuild/SOURCES
- Decompress the source package.
1tar -xvf lustre-2.12.7.tar.gz
- Perform installation and compilation.
1 2 3
cd lustre-2.12.7 ./configure make rpmsAfter the operation is successful, you can obtain the RPM packages.
- Install Lustre using the RPM packages.
1rpm -ivh --nodeps kmod-lustre-client*.rpm lustre-client*.rpm lustre-iokit*.rpm
- Configure the LNet network.
Parent topic: Installing the Lustre Client