<?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: dmesg and syslog in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-and-syslog/m-p/3553822#M225397</link>
    <description>sorry. check this:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=645417" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=645417&lt;/A&gt;</description>
    <pubDate>Wed, 01 Jun 2005 02:18:40 GMT</pubDate>
    <dc:creator>Nguyen Anh Tien</dc:creator>
    <dc:date>2005-06-01T02:18:40Z</dc:date>
    <item>
      <title>dmesg and syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-and-syslog/m-p/3553815#M225390</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Can anybody explain in detail ,what is the difference between dmesg and /var/adm/syslog/syslog.log &lt;BR /&gt;&lt;BR /&gt;thanks in advance</description>
      <pubDate>Sat, 28 May 2005 21:38:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-and-syslog/m-p/3553815#M225390</guid>
      <dc:creator>manu_15</dc:creator>
      <dc:date>2005-05-28T21:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg and syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-and-syslog/m-p/3553816#M225391</link>
      <description>dmesg reports the contents of the kernel message buffer. syslog is a general purpose logging facility and anyone can write messages to syslog (see man logger). syslog is an unrestricted file but dmesg only reports what is currently in the kernel message buffer--a small area in memory, about 50-100 lines. New messages push the oldest memories out of the buffer. There is no facility in HP-UX to monitor the message buffer so you have to create a cron job to track this buffer.</description>
      <pubDate>Sat, 28 May 2005 22:13:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-and-syslog/m-p/3553816#M225391</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-05-28T22:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg and syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-and-syslog/m-p/3553817#M225392</link>
      <description>No pointers for this please..&lt;BR /&gt;&lt;BR /&gt;Have pasted what i found in MAN pages..&lt;BR /&gt;&lt;BR /&gt;dmesg -&lt;BR /&gt;&lt;BR /&gt; dmesg looks in a system buffer for recently printed diagnostic&lt;BR /&gt; messages and prints them on the standard output.  The messages are&lt;BR /&gt; those printed by the system when unusual events occur (such as when&lt;BR /&gt; system tables overflow or the system crashes).  If the - argument is&lt;BR /&gt; specified, dmesg computes (incrementally) the new messages since the&lt;BR /&gt; last time it was run and places these on the standard output.  This is&lt;BR /&gt; typically used with cron (see cron(1)) to produce the error log&lt;BR /&gt;&lt;BR /&gt;The system error message buffer is of small, finite size.  dmesg is&lt;BR /&gt;run only every few minutes, so there is no guarantee that all error&lt;BR /&gt;messages will be logged.&lt;BR /&gt;&lt;BR /&gt;syslog...&lt;BR /&gt;&lt;BR /&gt;This log is used by a application or daemons to report the problem they encounter.&lt;BR /&gt;This is done by the apps by invoking "logger" command. A entry can be added to by syslog.log by user by invoking "logger" command. It can be considered as a feature provided by UNIX system for app vendor or&lt;BR /&gt;programmer to log into syslog.log file.&lt;BR /&gt;&lt;BR /&gt;The logger command provides a program interface to the syslog() system&lt;BR /&gt;log module (see syslog(3C)).&lt;BR /&gt;&lt;BR /&gt;A message can be given on the command line, which is logged&lt;BR /&gt;immediately, or a file is read and each line is logged.  If no file or&lt;BR /&gt;message is specified, the contents of the standard input are logged.&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Sat, 28 May 2005 23:28:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-and-syslog/m-p/3553817#M225392</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2005-05-28T23:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg and syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-and-syslog/m-p/3553818#M225393</link>
      <description>Hi All..&lt;BR /&gt;&lt;BR /&gt;Thanks for the replies..I have some more doubts about the same.  Does hardware alerts will logged into the syslog..Also explain the normal procedure we follow for hardware related problems ( I mean checking the logs)&lt;BR /&gt;&lt;BR /&gt;Thanks....</description>
      <pubDate>Tue, 31 May 2005 20:23:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-and-syslog/m-p/3553818#M225393</guid>
      <dc:creator>manu_15</dc:creator>
      <dc:date>2005-05-31T20:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg and syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-and-syslog/m-p/3553819#M225394</link>
      <description>refer this link&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/james/dispDoc.do?docURL=http%3A%2F%2Fsearch.hp.com%2Fredirect.html%3Furl%3Dhttp%253A%2F%2Fforums1.itrc.hp.com%2Fservice%2Fforums%2Fquestionanswer.do%253FthreadId%253D645417%26qt%3D%2Bdmesg%2Bvs%2Bsyslog%26hit%3D3&amp;amp;aid=SEARCH_FORUMS&amp;amp;pil=3&amp;amp;serStr=dmesg+vs+syslog&amp;amp;pir=3" target="_blank"&gt;http://www2.itrc.hp.com/service/james/dispDoc.do?docURL=http%3A%2F%2Fsearch.hp.com%2Fredirect.html%3Furl%3Dhttp%253A%2F%2Fforums1.itrc.hp.com%2Fservice%2Fforums%2Fquestionanswer.do%253FthreadId%253D645417%26qt%3D%2Bdmesg%2Bvs%2Bsyslog%26hit%3D3&amp;amp;aid=SEARCH_FORUMS&amp;amp;pil=3&amp;amp;serStr=dmesg+vs+syslog&amp;amp;pir=3&lt;/A&gt;</description>
      <pubDate>Tue, 31 May 2005 21:14:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-and-syslog/m-p/3553819#M225394</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2005-05-31T21:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg and syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-and-syslog/m-p/3553820#M225395</link>
      <description>hi...&lt;BR /&gt;&lt;BR /&gt;sorry..the above link I'm no able to open..</description>
      <pubDate>Tue, 31 May 2005 21:27:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-and-syslog/m-p/3553820#M225395</guid>
      <dc:creator>manu_15</dc:creator>
      <dc:date>2005-05-31T21:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg and syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-and-syslog/m-p/3553821#M225396</link>
      <description>Hardware diagnostics will be logged into syslog if the online diagnostics have been installed. Type this command to see the RAM installed in your system:&lt;BR /&gt; &lt;BR /&gt;echo "selclass qualifier memory;info;wait;infolog" | /usr/sbin/cstm&lt;BR /&gt; &lt;BR /&gt;If you get a response that cstm was not found, you need to install the online diagnostics from your HP Support Plus CDROM.</description>
      <pubDate>Tue, 31 May 2005 21:37:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-and-syslog/m-p/3553821#M225396</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-05-31T21:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg and syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-and-syslog/m-p/3553822#M225397</link>
      <description>sorry. check this:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=645417" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=645417&lt;/A&gt;</description>
      <pubDate>Wed, 01 Jun 2005 02:18:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-and-syslog/m-p/3553822#M225397</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2005-06-01T02:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg and syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-and-syslog/m-p/3553823#M225398</link>
      <description>Hi manu,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;        i have attached a sample syslog file..&lt;BR /&gt;too bad ..i couldn't grep and sort it as some events spanned multiple days.. so i will not be able to present is in a fine manner.&lt;BR /&gt;&lt;BR /&gt;         But.. Usually.. the H/W issses reported by unix kernel(vmunix).. will be reported &lt;BR /&gt;&lt;BR /&gt;date       syatemname     vmunix : Error &lt;BR /&gt;&lt;BR /&gt;ex.. Please find more in the attachment.&lt;BR /&gt;&lt;BR /&gt;Apr  3 15:15:35 unix_sys vmunix: ct_query failed. hw_path = 0/4/0/0&lt;BR /&gt;&lt;BR /&gt;  This doesn't go to say that , others wouldn't report H/W issues...Some daemons could report for example...for a tape drive,reported by veritas netbackup daemon.&lt;BR /&gt;&lt;BR /&gt;Nov 28 11:58:19 bdhp4271 tldcd[1098]: TLD(40) key = 0x4, asc = 0x40, ascq = 0x1, HARDWARE ERROR, GENERAL..&lt;BR /&gt;&lt;BR /&gt;so actually.. you need to get familiar with your system devices and daemons running.. and check how these are logged to syslog.. This &lt;BR /&gt;understanding will aid you  in dechipering the syslog for issues in&lt;BR /&gt;future.&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Jun 2005 15:03:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-and-syslog/m-p/3553823#M225398</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2005-06-02T15:03:02Z</dc:date>
    </item>
  </channel>
</rss>

