RHEL Upgrade

CentOS to RHEL Protector Upgrade

Migrate their protectors form CentOS to RHEL
Suggested them to just edit the /etc/logrotate.d/maillog
and change the value from
postrotate
/bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true
endscript

to

postrotate
/bin/kill -HUP `cat /var/run/rsyslogd.pid 2> /dev/null` 2> /dev/null || true
endscript

just change the syslogd.pid 2 to rsyslogd.pid2
    • Related Articles

    • How to check Version on CENTOS

    • Forcepoint Websecurity Authentication

      1. Customers will complain about authentication not working. Check the following things in order. a) In Content gateway deployment where the Authentication is enabled using IWA. Check how the End user is pointing to proxy? By using FQDN of the host ...