

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 2,902 Views
What are the benefits for RHEL reboots
Hi all,
1.) could you please share regarding Linux OS (RHEL) reboot benefits.
2.) how to check OS reboot required or not and what are parameters based for OS reboot .
3) how to check Linux OS health check is good (what are parameters are required for health check).
4.) how many times Linux OS reboot required in one year .
could you please above details. If possible kindly share any technote links from (OS reboot) Redhat . if didn’t get technote links then please ignore. kindly share your valuable information for Linux OS reboot . I am waiting for your valuable reply..

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 2,869 Views
1: Your certain everything works like it should ? RHEL 7/8 come with `needs-restarting`
2: See 1 (reboot ?) Or restart the effected services. (For Example)
# for s in auditd rsyslog irqbalance messagebus acpid haldaemon postfix ntpd abrtd crond atd rhsmcertd network; do service $s restart; done
3: dmesg / journalctl / top for starters.
4: Zero !
Go Wild ! (You'll need ccze, "yum install ccze")
find /var/log -type f -iregex '.*[^\.][^0-9]+$' -not -iregex '.*gz$' 2> /dev/null | xargs tail -n0 -f | ccze -A


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 2,867 Views

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 2,777 Views
It gives the security and audit folks the warm-and-fuzzies. </snark>