Configuring the Environment
Perform the operations in this section on each node.
- Install the dependencies.
1yum install -y libuuid-devel libibverbs-devel librdmacm-devel libattr-devel redhat-rpm-config rpm-build xfsprogs-devel zlib-devel ant gcc-c++ gcc redhat-lsb-core java-devel unzip libcurl-devel elfutils-libelf-devel kernel-devel
- Install devtoolset.
1 2 3
yum install centos-release-scl yum install devtoolset-7 scl enable devtoolset-7 bash - Disable the firewall.
systemctl stop firewalld systemctl disable firewalld
- Set the permissive mode.
sed -i 's/SELINUX=enforcing/SELINUX=permissive/g' /etc/selinux/config
- Open /etc/hosts.
vim /etc/hosts
Add the following content:
192.168.122.2 vm1.kclouder.local vm1 localhost n1 192.168.122.3 vm2.kclouder.local vm2 localhost n2 192.168.122.4 vm3.kclouder.local vm3 localhost n3 192.168.122.5 vm4.kclouder.local vm4 localhost n4
- Download and install the kernel-devel package.
yum install kernel-devel
Parent topic: BeeGFS 7.2 Deployment Guide (CentOS 7.6)
