<?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 syslog troubleshooting in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-troubleshooting/m-p/5185470#M460626</link>
    <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Do somebody knows a good site or some guides to understand how syslog works and how to troubleshoot it? I am looking for the most common and critical errors found in syslog. For instance, what are the most common checks to perform every morning when you log in and want to know the status of your servers.&lt;BR /&gt;&lt;BR /&gt;Thx!</description>
    <pubDate>Mon, 06 Jul 2009 13:18:01 GMT</pubDate>
    <dc:creator>Mahesh Alexander</dc:creator>
    <dc:date>2009-07-06T13:18:01Z</dc:date>
    <item>
      <title>syslog troubleshooting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-troubleshooting/m-p/5185470#M460626</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Do somebody knows a good site or some guides to understand how syslog works and how to troubleshoot it? I am looking for the most common and critical errors found in syslog. For instance, what are the most common checks to perform every morning when you log in and want to know the status of your servers.&lt;BR /&gt;&lt;BR /&gt;Thx!</description>
      <pubDate>Mon, 06 Jul 2009 13:18:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-troubleshooting/m-p/5185470#M460626</guid>
      <dc:creator>Mahesh Alexander</dc:creator>
      <dc:date>2009-07-06T13:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: syslog troubleshooting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-troubleshooting/m-p/5185471#M460627</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;I pull messages out of it, and put them into google with a few search terms identifying the OS.&lt;BR /&gt;&lt;BR /&gt;I have a couple of scripts that scan the file for lbolt, which means a disk problem has happened and automatically notify important people by email, so the problem is dealt with swiftly.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 06 Jul 2009 13:30:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-troubleshooting/m-p/5185471#M460627</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-07-06T13:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: syslog troubleshooting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-troubleshooting/m-p/5185472#M460628</link>
      <description>To check the server include following commands in the script. you can run this script daily to check the syslog events / errors.&lt;BR /&gt;--------------------------------------------&lt;BR /&gt;grep -i full  /var/adm/syslog/syslog.log  |pg&lt;BR /&gt;&lt;BR /&gt;grep -i fail  /var/adm/syslog/syslog.log  |pg&lt;BR /&gt;grep -i fault  /var/adm/syslog/syslog.log |pg&lt;BR /&gt;grep -i error  /var/adm/syslog/syslog.log |pg&lt;BR /&gt;grep -i scsi  /var/adm/syslog/syslog.log |pg&lt;BR /&gt;grep -i lbolt  /var/adm/syslog/syslog.log |pg&lt;BR /&gt;grep -i ems  /var/adm/syslog/syslog.log |pg&lt;BR /&gt;grep -i lpmc  /var/adm/syslog/syslog.log |pg&lt;BR /&gt;grep -i critical  /var/adm/syslog/syslog.log |pg&lt;BR /&gt;grep -i Recovered  /var/adm/syslog/syslog.log |pg&lt;BR /&gt;grep -i Restored  /var/adm/syslog/syslog.log |pg&lt;BR /&gt;grep -i incorr  /var/adm/syslog/syslog.log |pg&lt;BR /&gt;grep -i su:  /var/adm/syslog/syslog.log |pg&lt;BR /&gt;grep -i cmcld /var/adm/syslog/syslog.log&lt;BR /&gt;grep -i lvm /var/adm/syslog/syslog.log&lt;BR /&gt;#tail -30 /var/adm/sulog |pg&lt;BR /&gt;netstat -in |pg&lt;BR /&gt;netstat -nvr  |pg&lt;BR /&gt;netstat -an |grep "ESTABLISHED" |wc -l |pg&lt;BR /&gt;cat /var/adm/syslog/syslog.log |grep -i "connection logging"&lt;BR /&gt;ll /var/opt/resmon/log&lt;BR /&gt;--------------------------------------------</description>
      <pubDate>Mon, 06 Jul 2009 13:39:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-troubleshooting/m-p/5185472#M460628</guid>
      <dc:creator>SUDHAKAR_18</dc:creator>
      <dc:date>2009-07-06T13:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: syslog troubleshooting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-troubleshooting/m-p/5185473#M460629</link>
      <description>That is pretty cool! thanks! Do anybody has the script which sends and email with the result? &lt;BR /&gt;&lt;BR /&gt;regards,</description>
      <pubDate>Mon, 06 Jul 2009 13:43:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-troubleshooting/m-p/5185473#M460629</guid>
      <dc:creator>Mahesh Alexander</dc:creator>
      <dc:date>2009-07-06T13:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: syslog troubleshooting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-troubleshooting/m-p/5185474#M460630</link>
      <description>Put whatever commands you like above, in a file and call it syslogchecker.sh&lt;BR /&gt;&lt;BR /&gt;chmod 700 /path/to/syslogchecker.sh&lt;BR /&gt;run it as:&lt;BR /&gt;&lt;BR /&gt;/path/to/syslogchecker.sh | mailx -s "syslog check results for $(date)" myemail@mydomain.com&lt;BR /&gt;&lt;BR /&gt;this command above assumes your server has ability to send mail to the outside world. If not, check recent forum archives about questions, regarding enabling mail sending on hpux.&lt;BR /&gt;&lt;BR /&gt;Hope this helps</description>
      <pubDate>Mon, 06 Jul 2009 13:47:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-troubleshooting/m-p/5185474#M460630</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2009-07-06T13:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: syslog troubleshooting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-troubleshooting/m-p/5185475#M460631</link>
      <description>Thanks Mel, will try it out.</description>
      <pubDate>Mon, 06 Jul 2009 14:12:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-troubleshooting/m-p/5185475#M460631</guid>
      <dc:creator>Mahesh Alexander</dc:creator>
      <dc:date>2009-07-06T14:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: syslog troubleshooting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-troubleshooting/m-p/5185476#M460632</link>
      <description>Thanks all for your quick response. Thank you.</description>
      <pubDate>Mon, 06 Jul 2009 14:42:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-troubleshooting/m-p/5185476#M460632</guid>
      <dc:creator>Mahesh Alexander</dc:creator>
      <dc:date>2009-07-06T14:42:52Z</dc:date>
    </item>
  </channel>
</rss>

