{"id":2167,"date":"2019-10-21T14:38:20","date_gmt":"2019-10-21T06:38:20","guid":{"rendered":"https:\/\/www.mondoze.com\/guide\/?post_type=kb&p=2167"},"modified":"2022-10-07T11:28:10","modified_gmt":"2022-10-07T03:28:10","slug":"how-to-update-servers-kernel","status":"publish","type":"kb","link":"https:\/\/www.mondoze.com\/guide\/kb\/how-to-update-servers-kernel","title":{"rendered":"How to update server’s kernel"},"content":{"rendered":"\t\t
What is Kernel?\u00a0\u00a0<\/p>
The kernel is the central module of a server OS. The core that provides basic services is for all other parts of the operating system.<\/p>
Why you need to update kernel?
Meltdown and Spectre exploit processor vulnerabilities allow programs to steal data which is currently process on the computer. You may update those release update to reduce the risk.<\/p>
Below steps how to perform:<\/strong><\/p> A) Linux OS:<\/em><\/strong><\/p> Apply the kernel version update according to your current OS version:<\/p> OS Version: CL6<\/strong><\/u> Command to run:<\/p> yum clean all && yum update kernel-firmware && yum install kernel-2.6.32-896.16.1.lve1.4.49.el6<\/p> OS Version: CL7<\/strong><\/u> Command to run:<\/p> yum clean all –enablerepo=cloudlinux-updates-testing && yum update linux-firmware microcode_ctl && yum install kernel-3.10.0-714.10.2.lve1.5.8.el7 –enablerepo=cloudlinux-updates-testing<\/span><\/p> OS Version:\u00a0<\/strong><\/u>Centos6<\/strong><\/u><\/span> Command to run:\u00a0<\/span> OS Version:\u00a0<\/strong><\/u>Centos7<\/strong><\/u><\/span> Command to run:\u00a0<\/span> How to verify that you run the update correctly?<\/strong><\/em><\/span><\/p> Inside your SSH, run the following command to check:<\/span><\/p> =====<\/span><\/p> cat \/etc\/redhat-release<\/span> =====<\/span><\/p> B) Windows OS:<\/strong><\/u><\/em><\/p> Apply the Windows operating system update according to your current server version:<\/p> Windows Server 2008 R2<\/strong><\/u><\/p> Steps to update Windows Server 2008 R2\u00a0<\/strong><\/u><\/a><\/p> Windows Server 2012 R2<\/strong><\/u><\/p> Steps to update Windows Server 2012 R2<\/strong><\/u><\/a><\/p> Windows Server 2016<\/strong><\/u><\/p> Steps to update Windows Server 2016<\/strong><\/u><\/a><\/p>
Kernel version that fixed the issue: 2.6.32-896.16.1.lve1.4.49.el6<\/p>
Kernel version that fixed the issue:\u00a03.10.0-714.10.2.lve1.5.8.el7<\/span><\/p>
Kernel version that fixed the issue: 2.6.32-696.18.7.el6.x86_64<\/span><\/p>
yum clean all; yum update kernel-2.6.32-696.18.7.el6.x86_64\u00a0<\/span><\/p>
Kernel version that fixed the issue: 3.10.0-693.11.6.el7.x86_64<\/span><\/p>
yum clean all; yum update kernel-3.10.0-693.11.6.el7.x86_64<\/span><\/p>
uname -r \u00a0 \u00a0\u00a0<\/span><\/p>