yum always installs a new kernel in the same sense that RPM installs a new kernel when you use the command rpm -i kernel. Therefore, you do not need to worry about the distinction between installingand upgrading a kernel package when you use yum: it will do the right thing, regardless of whether you are using the yum update or yum install command.When using RPM, on the other hand, it is important to use the rpm -i kernel command (which installs a new kernel) instead of rpm -u kernel (which replaces the current kernel). See Section B.2.2, “Installing and Upgrading” for more information on installing/upgrading kernels with RPM.
hiddenknight821 wrote: » Yum is the way to go when updating kernel. Essentially, it does the same thing as expected. Here's the source straight from the horse's mouth.
JockVSJock wrote: » Also, would recommend checking the /boot/grub/grub.conf files and makes sure that all stanzas are updated to the newest version of the kernel, along with checking files under /boot too. Also remember that some 3rd party software will need to re-installed as well. Example of this is VMWare Tools if the server is a VM.
Verities wrote: » Using vSphere 5.0 I still have this problem with our RHEL vms. VMtools need to be reinstalled anytime we patch them.
JockVSJock wrote: » Yup, going thru right now with a script to update all of the VMWare Tools. I also have to do this for the software for Oracle ASM/Grid too. Also YUM is going to be deprecated here in the near future:https://fedoraproject.org/wiki/Changes/ReplaceYumWithDNF