The software described in this documentation is either in Extended Support or Sustaining Support. See https://www.oracle.com/us/support/library/enterprise-linux-support-policies-069172.pdf for more information.
Oracle recommends that you upgrade the software described by this documentation as soon as possible.
Verify that the system logging service rsyslog is
running:
# service rsyslog status
rsyslogd (pid 1632) is running...If the service is not running, start it and enable it to start when the system is rebooted:
#service rsyslog start#chkconfig rsyslog on
Ensure that each log file referenced in /etc/rsyslog.conf exists and is
owned and only readable by
root:
#touch#logfilechown root:root#logfilechmod 0600logfile
It is also recommended that you use a central log server and that you configure Logwatch on that server. See Section 3.9, “Configuring and Using System Logging”.

