yum update後にサーバーの再起動が必要か調べる
yumでアップデートした後に、サーバーを再起動すべきか迷うことがあります。kernelのアップデートがあれば再起動は必須なのですが、それ以外でも再起動が必要な場合がある可能性があります。
そういうときは、
needs-restarting -r
再起動が必要ではない時
再起動が必要ではないときには以下のように結果が帰ってきます。
Reboot is probably not necessary.
再起動が必要な時
再起動が必要なときは以下のように結果が帰ってきます。
Core libraries or services have been updated:
kernel -> 3.10.0-1160.80.1.el7
Reboot is required to ensure that your system benefits from these updates.
More information:
https://access.redhat.com/solutions/27943
Core libraries or services have been updated:
の下が再起動が必要な理由が書かれています。
こういうときにはサーバーを再起動します。