|
Title: | Console log |
Document: | 910688860 |
Author: | Michael Marxmeier (mike@msede.com) |
Keywords: | HPUX,syslog,console |
You can use syslogd to save all console messages
to a file.
You need to edit the /etc/syslog.conf configuration
file and add a line like below:
*.alert /var/adm/syslog/console.log
The syslogd daemon has to be restarted (or kill -HUP
<process_id_of_syslog>) in order to activate
the new configuration.
|
|