SSH into the Linux client using PUTTY, MobaXterm, etc.
Find the OS version by running the following command.
cat /etc/*-release
Run the following command to find the Kernel version.
uname -r
Find the kernel headers and devels installed.
rpm -qa |grep kernel
If the kernel headers and devel are not installed, make sure you install the same version as the kernel.
Install the kernel headers:
sudo yum install kernel-headers-$(uname -r)
Install the kernel devel:
sudo yum install kernel-devel-$(uname -r)
Note: If you see multiple headers and devel present from step 4, you will need to install by specifying the kernel version found in step 3 instead of $(uname-r)
Note: kernel-headers, kernel-devel, and kernel are in the same version i.e. 3.10.0-957.21.2.el7.x86_64
Copy Installer to Linux machine
You are ready to install SEP 14.x on the Redhat based Linux machine. Acquire the compatible package based on the OS and the kernel. You can export the rpm package from the manager, or use a stand-alone installer.