Update CentOS 7 Kernal

Upgrading the kernel in CentOS 7 is remarkably straightforward.

1. Initiate the kernel upgrade by logging in via SSH -

Type: yum update -y

Press Enter

The inclusion of -y will automatically confirm all queries (if no updates are available, this will also be indicated, in which case the reboot below is unnecessary).

You should see something similar to this:

Transaction in Progress

Installation : kernel-2.6.32-504.23.4.el6.x86_64 1/2

Clearing : kernel-2.6.32-431.29.2.el6.x86_64 2/2

Validation : kernel-2.6.32-504.23.4.el6.x86_64 1/2

Validation : kernel-2.6.32-431.29.2.el6.x86_64 2/2

Removed:

kernel.x86_64 0:2.6.32-431.29.2.el6

Installed:

kernel.x86_64 0:2.6.32-504.23.4.el6

Finished!

root@ls1 [/]#

2. Restart your server

Type: reboot

Press Enter

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Create and setup your own name (DNS) servers in WHM

Setting up your own private nameservers on a cPanel server has many benefits, most importantly...

Expanding Disk Space on VPS (SSD)

If you have requested additional SSD space, there may be a need for you to manually expand the...

Maintaining a CPanel/WHM VPS

If you have got a CPanel/WHM based VPS and are not sure on how you should monitor and maintain it...

Connect to your VPS via SSH

Learn how to connect to your Linux VPS via SSH. This guide will give you the process to connect...

Installing NGinx on a CPanel Server Manually

To install NGinx on cPanel servers we recommend you use the product NGinxCP available at...