<?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: syslogs in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/syslogs/m-p/4590575#M374898</link>
    <description>I suppose ur customer should have installed some monitoring softwares which would alert you in case of any issue, like Openview,remedy etc.&lt;BR /&gt;&lt;BR /&gt;Well as such there is no script to check the error, but you can write one just do a 'grep -v' for the normal alerts you see daily and get everything else on your mail in the morning (mailx) as a nice breakfast :)&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+</description>
    <pubDate>Thu, 25 Feb 2010 03:59:32 GMT</pubDate>
    <dc:creator>Kapil Jha</dc:creator>
    <dc:date>2010-02-25T03:59:32Z</dc:date>
    <item>
      <title>syslogs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslogs/m-p/4590574#M374897</link>
      <description>Hi HP-UX experts&lt;BR /&gt;&lt;BR /&gt;As system administrator, we need to look at syslog.log on a daily basis to check for any abnormalities on the server. Are there scripts written to check for these abnormalities rather than we need to check it daily? &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Feng Lin</description>
      <pubDate>Thu, 25 Feb 2010 03:45:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslogs/m-p/4590574#M374897</guid>
      <dc:creator>Fenglin</dc:creator>
      <dc:date>2010-02-25T03:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: syslogs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslogs/m-p/4590575#M374898</link>
      <description>I suppose ur customer should have installed some monitoring softwares which would alert you in case of any issue, like Openview,remedy etc.&lt;BR /&gt;&lt;BR /&gt;Well as such there is no script to check the error, but you can write one just do a 'grep -v' for the normal alerts you see daily and get everything else on your mail in the morning (mailx) as a nice breakfast :)&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+</description>
      <pubDate>Thu, 25 Feb 2010 03:59:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslogs/m-p/4590575#M374898</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2010-02-25T03:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: syslogs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslogs/m-p/4590576#M374899</link>
      <description>Country / Region:  singapore&lt;BR /&gt;Personal quote: &lt;BR /&gt;Certification: &lt;BR /&gt;ITRC member since:  May 14, 2008&lt;BR /&gt;Last contribution date:  February 25, 2010&lt;BR /&gt;I have assigned points to   73  of   227  responses to my questions.&lt;BR /&gt;&lt;BR /&gt;so far you assigned "73" points from "227" response. please take note assign points doesn't hurt any one but it encourage for those people who help to advice &amp;amp; resolve to your problems</description>
      <pubDate>Thu, 25 Feb 2010 06:30:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslogs/m-p/4590576#M374899</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-02-25T06:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: syslogs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslogs/m-p/4590577#M374900</link>
      <description>Probably the best idea would be to integrate the servers via SFM into HP SIM.</description>
      <pubDate>Thu, 25 Feb 2010 06:32:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslogs/m-p/4590577#M374900</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2010-02-25T06:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: syslogs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslogs/m-p/4590578#M374901</link>
      <description>Looks like you need "health check script"&lt;BR /&gt;Its always recommended to have "Monitoring Software products" to monitor your servers 24/7 send email &amp;amp; SMS alerts to "Sys Admin".&lt;BR /&gt;&lt;BR /&gt;Best Choices.&lt;BR /&gt;&lt;BR /&gt;HP - Open view, BMC - partol,Big brother so many ..etc. &lt;BR /&gt;</description>
      <pubDate>Thu, 25 Feb 2010 06:59:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslogs/m-p/4590578#M374901</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-02-25T06:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: syslogs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslogs/m-p/4590579#M374902</link>
      <description>A quick and dirty way to do this might be to write a very simple script that goes out and greps for certain words (lbolt, warn, fail...etc) in the syslog.log file and then emails that line as an alert to you.&lt;BR /&gt;&lt;BR /&gt;You might even centralize all your syslogs to send certain kind of messages to one central server by editing your /etc/syslog.conf and that way you could use that simple script to check from one place.&lt;BR /&gt;&lt;BR /&gt;Just a quick thought,&lt;BR /&gt;Rita</description>
      <pubDate>Thu, 25 Feb 2010 13:28:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslogs/m-p/4590579#M374902</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2010-02-25T13:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: syslogs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslogs/m-p/4590580#M374903</link>
      <description>Visit this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hp.com/go/hpsim" target="_blank"&gt;http://www.hp.com/go/hpsim&lt;/A&gt;</description>
      <pubDate>Thu, 25 Feb 2010 13:38:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslogs/m-p/4590580#M374903</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2010-02-25T13:38:53Z</dc:date>
    </item>
  </channel>
</rss>

