<?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: Down System Alert in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/down-system-alert/m-p/3071613#M140809</link>
    <description>Though its a big tool and tough to learn, SCM might be a good choice for you.  It monitors many levels of system functionality including which daemons are running.  It also works for Linux servers.&lt;BR /&gt;&lt;BR /&gt;Another choice is Openview TopTools.  This is a snmp tool and you'll need to get that daemon runnning and configured with a public and community name.&lt;BR /&gt;&lt;BR /&gt;Toptools runs on a PC and is quite picky about running on a HP Kayak PC.  The tool is free, but can email page and do nice things like that.&lt;BR /&gt;&lt;BR /&gt;You can do something very simple.&lt;BR /&gt;&lt;BR /&gt;In a multi-server environment, you can run a simple script to check for the server via ping.&lt;BR /&gt;&lt;BR /&gt;ping hostname -n 5 -n60&lt;BR /&gt;success=$?&lt;BR /&gt;&lt;BR /&gt;if [ $success -ne 1 ]&lt;BR /&gt;then&lt;BR /&gt;    take action to get hold of YOU&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Mon, 15 Sep 2003 19:04:20 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2003-09-15T19:04:20Z</dc:date>
    <item>
      <title>Down System Alert</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/down-system-alert/m-p/3071612#M140808</link>
      <description>I need a simple monitor to notify me if one of my systems has crashed. I've written scripts to do this before, but think there must be something already available since this is such a common need.&lt;BR /&gt;&lt;BR /&gt;I don't need anything as elaborate as Big Brother/Sister or OpenView. I think EMS can be tweaked into doing what I need, but there may be something simpler that I've overlooked.&lt;BR /&gt;&lt;BR /&gt;Coleman Blake&lt;BR /&gt;Peace Corps</description>
      <pubDate>Mon, 15 Sep 2003 18:52:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/down-system-alert/m-p/3071612#M140808</guid>
      <dc:creator>Coleman Blake_2</dc:creator>
      <dc:date>2003-09-15T18:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Down System Alert</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/down-system-alert/m-p/3071613#M140809</link>
      <description>Though its a big tool and tough to learn, SCM might be a good choice for you.  It monitors many levels of system functionality including which daemons are running.  It also works for Linux servers.&lt;BR /&gt;&lt;BR /&gt;Another choice is Openview TopTools.  This is a snmp tool and you'll need to get that daemon runnning and configured with a public and community name.&lt;BR /&gt;&lt;BR /&gt;Toptools runs on a PC and is quite picky about running on a HP Kayak PC.  The tool is free, but can email page and do nice things like that.&lt;BR /&gt;&lt;BR /&gt;You can do something very simple.&lt;BR /&gt;&lt;BR /&gt;In a multi-server environment, you can run a simple script to check for the server via ping.&lt;BR /&gt;&lt;BR /&gt;ping hostname -n 5 -n60&lt;BR /&gt;success=$?&lt;BR /&gt;&lt;BR /&gt;if [ $success -ne 1 ]&lt;BR /&gt;then&lt;BR /&gt;    take action to get hold of YOU&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 15 Sep 2003 19:04:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/down-system-alert/m-p/3071613#M140809</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-09-15T19:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: Down System Alert</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/down-system-alert/m-p/3071614#M140810</link>
      <description>Coleman -&lt;BR /&gt;As noted in the previous reply, a home grown ping script would work as well.&lt;BR /&gt;I think there was a typo in the suggestion though.&lt;BR /&gt;I beleive it should be:&lt;BR /&gt;ping hostname -n 5&lt;BR /&gt;success=$?&lt;BR /&gt;&lt;BR /&gt;if [ $success -ne 0 ]&lt;BR /&gt;then&lt;BR /&gt;take action to get hold of YOU&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;dl</description>
      <pubDate>Mon, 15 Sep 2003 19:52:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/down-system-alert/m-p/3071614#M140810</guid>
      <dc:creator>Dave La Mar</dc:creator>
      <dc:date>2003-09-15T19:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Down System Alert</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/down-system-alert/m-p/3071615#M140811</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can use OnlineDiagnostics which is actually uses EMS.&lt;BR /&gt;&lt;BR /&gt;You need to install OnlineDiagnostics on your home system and also the system you want to monitor. OnlineDiagnostics has a monitor /usr/sbin/stm/uut/bin/tools/monitor/sysstat_em which actually monitors the system status. After installing the bundle on both the systems, using monconfig (this is a simple tool, and is almost similar to EMS in taking parameters) on your home system, mention the system that you want to monitor and also specify how you want to be notified. When the monitored system goes down, you will be notified. Hope this helps.</description>
      <pubDate>Tue, 16 Sep 2003 07:03:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/down-system-alert/m-p/3071615#M140811</guid>
      <dc:creator>Bhuvaneswari Selvaraj</dc:creator>
      <dc:date>2003-09-16T07:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: Down System Alert</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/down-system-alert/m-p/3071616#M140812</link>
      <description>Thanks for all the replies and sorry for the late response. I was hoping to analyze my results and provide some more information, but have been OBE'd.&lt;BR /&gt;&lt;BR /&gt;I didn't want to use the ping based solutions because a momentary network glitch could get me paged at 0-dark:30.&lt;BR /&gt;&lt;BR /&gt;I downloaded SCM and hope to get a chance to learn about it. It's a big, powerful package and will take some time to learn how to use.&lt;BR /&gt;&lt;BR /&gt;I used an OnLine Diagnostics/EMS approach. &lt;BR /&gt;&lt;BR /&gt;The configuration file for sysstat_em is /var/stm/config/tools/monitors/systat_em.cfg. At the bottom of this file is a commented example of systems to monitor. If you add systems there, you can configure alerts through SAM.&lt;BR /&gt;&lt;BR /&gt;I shutdown all the systems before Huricane Isabelle and got lots of pages. They are the results I haven't been able to analyze.&lt;BR /&gt;&lt;BR /&gt;I haven't been able to get send_test_event to work yet, but that may be my problem.</description>
      <pubDate>Thu, 02 Oct 2003 07:14:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/down-system-alert/m-p/3071616#M140812</guid>
      <dc:creator>Coleman Blake_2</dc:creator>
      <dc:date>2003-10-02T07:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Down System Alert</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/down-system-alert/m-p/3071617#M140813</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;send_test_event can only send an informational level event. So if you don't have the info level set to page out or email, then you won't receive the notice. It will, however, log the event to the event.log.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 02 Oct 2003 07:27:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/down-system-alert/m-p/3071617#M140813</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-10-02T07:27:17Z</dc:date>
    </item>
  </channel>
</rss>

