I'm using CentOS and Red Hat Enterprise Linux on a few machines without the GUI. How can I check if recently installed updates require a reboot? In Ubuntu, I'm used to checking if /var/run/reboot-required is present.
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|
|
You could compare the ouput of uname -a with the list of installed kernel packages |
|||||||||
|
|
About comparing installed kernels with running one:
Hope that helps! |
|||
|
|
|
Check whether running kernel is the latest one. If it's not, check whether system was restarted since kernel install. If it was not, reboot.
|
|||
|
|
|
install.log install.log.syslog yum.log you check this place what all got new rpm got install |
|||
|
|