Allowing oracle to read /var/log/messages

The system log sometimes contains important information for troubleshooting cluster issues.

setfacl -m u:oracle:r /var/log/messages

On RHAT, the ACL is preserved so when logrotate is run, oracle will be able to read the new /var/log/messages file and the “old” ones (.1, .2, etc).

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.