Logs for Redhat Clusters
Thursday, August 16, 2007
The log data for clustering is usually seen at /var/log/messages. We can edit settings, so that clustering can have its own log files (say /var/log/cluster). Open /etc/syslog.conf and append the following:
# Log cluster event logs to /var/log/cluster
daemon.* /var/log/cluster
Additionally, we can log-rotate to rotate /var/log/cluster. Open /etc/logrotate.d/syslog.conf and append the log file name.
Refer to this knowledge base article for how-to, http://kbase.redhat.com/faq/FAQ_85_7763.shtm
Posted bySeshu Karthick at 9:31 AM
Labels: linux
1 comments:
Subscribe to:
Post Comments (Atom)
What version of Redhat cluster suite are you using?