Error message: Please install the kernel headers for your operating system.
Fix: You can either upgrade the kernel for the sever and reboot or you can use KernelCare to upgrade the kernel without a reboot.
-
Upgrade the kernel manually:
yum erase kernel-devel -y rpm -i kernel-devel-x.xxx.x.rpm (Replace x.xxx.x.rpm with the correct version). serverbackup-setup --get-module
- If that doesn't work you can install the headers here:
yum install kernel-devel kernel-headers