Steps to fix:

Verify kernel is up to date (needs to be newer than 3.10.0-793.21.1.lve1.5.20)

# uname -r
3.10.0-962.3.2.lve1.5.32.el7.x86_64

 

If the running kernel is not up to date, update with:

# yum update kernel

Then reboot into new kernel.

reboot

 

Once confirmed running up to date kernel, list current kernel packages:

[10:37:39 host root@93873420 ~]cPs# rpm -q kernel kernel-plus

 

This appears to fail on kernel and kernel-plus packages. Kernel-plus* should be replaced with the outdated Kernel package name on your server.  On this server the solution would be to remove the outdated one with the following:

rpm -ev --nodeps --justdb kernel-plus-3.10.0-693.17.1.el7.bug14347.centos.plus.x86_64

 

Then run /scripts/rpmup or yum update