nobaloney
NoBaloney Internet Svcs - In Memoriam †
Updating a kernel is a dangerous thing, though a lot less dangerous than it used to be when we had to compile our own.
Just about every automated update system I've ever seen excludes kernel updates by default.
Before a kernel update takes effect the system must be rebooted.
Here's what I don't know:
1) Does using yum to update kernels do an update, or just add the new kernel (just adding the new kernel is a lot safer)?
2) Does using yum update your lilo/grub so the new kernel will be selected on your next reboot (a must if the old kernel is replaced by the new)?
3) Does yum automatically reboot the server after it does the update (it shouldn't, because you don't have any control over when this could happen, but if it doesn't then the new kernel doesn't take effect until the system is rebooted)?
All of this becomes quite important if your server requires any special drivers (for example for ethernet or hard drives) that may not be supported without a custom module.
Jeff
Just about every automated update system I've ever seen excludes kernel updates by default.
Before a kernel update takes effect the system must be rebooted.
Here's what I don't know:
1) Does using yum to update kernels do an update, or just add the new kernel (just adding the new kernel is a lot safer)?
2) Does using yum update your lilo/grub so the new kernel will be selected on your next reboot (a must if the old kernel is replaced by the new)?
3) Does yum automatically reboot the server after it does the update (it shouldn't, because you don't have any control over when this could happen, but if it doesn't then the new kernel doesn't take effect until the system is rebooted)?
All of this becomes quite important if your server requires any special drivers (for example for ethernet or hard drives) that may not be supported without a custom module.
Jeff