<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Console Message in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/console-message/m-p/2573912#M30940</link>
    <description>Start by making sure /etc/syslog.conf has an entry like this:&lt;BR /&gt;&lt;BR /&gt;*.info;mail.none   /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;The mail.none entry keeps all mail messages out of syslog.log.  Then signal syslogd to reread it's configuration file:&lt;BR /&gt;&lt;BR /&gt;  kill -HUP $(cat /var/run/syslog.pid)&lt;BR /&gt;&lt;BR /&gt;The setting *.info will cause all messages sent to syslogd (at the info level and higher) to be logged into syslog.log. You can test this with the logger command as in:&lt;BR /&gt;&lt;BR /&gt;logger -t LoggerTest -p kern.info -i Testing&lt;BR /&gt;&lt;BR /&gt;You'll see the message logged into syslog.log. and to see the same message logged to the console, there must be a line such as:&lt;BR /&gt;&lt;BR /&gt;*.info;mail.  /dev/console&lt;BR /&gt;&lt;BR /&gt;NOTE: some programs ignore Unix convention to report status and errors through syslog and instead, write directly to /dev/console.  These messages will not be logged to syslog.  The writer of the program needs to change the program.</description>
    <pubDate>Sun, 02 Sep 2001 18:30:01 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2001-09-02T18:30:01Z</dc:date>
    <item>
      <title>Console Message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console-message/m-p/2573910#M30938</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;   I have a D class server with terminal console. My problem is some warning/error messages are keep on coming on console. Can I see this messages in some other log files? If yes which is that file. I checked in syslog.log, but it is not getting logged there. How to arrest this console messages?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;Shahul</description>
      <pubDate>Sun, 02 Sep 2001 05:14:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console-message/m-p/2573910#M30938</guid>
      <dc:creator>Shahul</dc:creator>
      <dc:date>2001-09-02T05:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Console Message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console-message/m-p/2573911#M30939</link>
      <description>Shahul,&lt;BR /&gt;&lt;BR /&gt;Check your /etc/syslog.conf file. All the alert messages will go to console as well to the root mail. The default configuration will not send the alert messages to syslog.log If you don't want them to appear in the console modify your /etc/syslog.conf file to point to some other file. Modify the line that says "*.alert console" to "*.alert  /var/adm/syslog.log" or someother file.&lt;BR /&gt;&lt;BR /&gt;It is not recommended to turn off the alert messages appearing on the console. But it's your decision.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Sun, 02 Sep 2001 05:31:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console-message/m-p/2573911#M30939</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-09-02T05:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Console Message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console-message/m-p/2573912#M30940</link>
      <description>Start by making sure /etc/syslog.conf has an entry like this:&lt;BR /&gt;&lt;BR /&gt;*.info;mail.none   /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;The mail.none entry keeps all mail messages out of syslog.log.  Then signal syslogd to reread it's configuration file:&lt;BR /&gt;&lt;BR /&gt;  kill -HUP $(cat /var/run/syslog.pid)&lt;BR /&gt;&lt;BR /&gt;The setting *.info will cause all messages sent to syslogd (at the info level and higher) to be logged into syslog.log. You can test this with the logger command as in:&lt;BR /&gt;&lt;BR /&gt;logger -t LoggerTest -p kern.info -i Testing&lt;BR /&gt;&lt;BR /&gt;You'll see the message logged into syslog.log. and to see the same message logged to the console, there must be a line such as:&lt;BR /&gt;&lt;BR /&gt;*.info;mail.  /dev/console&lt;BR /&gt;&lt;BR /&gt;NOTE: some programs ignore Unix convention to report status and errors through syslog and instead, write directly to /dev/console.  These messages will not be logged to syslog.  The writer of the program needs to change the program.</description>
      <pubDate>Sun, 02 Sep 2001 18:30:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console-message/m-p/2573912#M30940</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2001-09-02T18:30:01Z</dc:date>
    </item>
  </channel>
</rss>

