<?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: Monitoring SG Status in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-sg-status/m-p/2914081#M709604</link>
    <description>Here is a script I use for popping a dtterm window that displays the output from the cmclstat cmd.  I keep it open on my w/s continually, it updates by running the cmcluster cmd per the parameter  passed to it.  My support people use it for a simple status of the cluster during off hours.  It is not bullet proof, but works for the purpose I have.  Feel free to use / modify it if you want.</description>
    <pubDate>Thu, 27 Feb 2003 16:30:01 GMT</pubDate>
    <dc:creator>Robert True</dc:creator>
    <dc:date>2003-02-27T16:30:01Z</dc:date>
    <item>
      <title>Monitoring SG Status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-sg-status/m-p/2914076#M709599</link>
      <description>Is there an easy method for monitoring the various status from service guard. I'm familiar with the cmviewcl -v command, but would like a more friendly output that I could write some scripts to look at all the various status indicators. Are there some C library functions or h files to look at?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Feb 2003 19:12:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-sg-status/m-p/2914076#M709599</guid>
      <dc:creator>Mike Storms</dc:creator>
      <dc:date>2003-02-26T19:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring SG Status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-sg-status/m-p/2914077#M709600</link>
      <description>Actually, you might want to look into Service Guard Manager for Windows which is a graphical interface for your Cluster.  You can find it at :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B8341BA" target="_blank"&gt;http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B8341BA&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Feb 2003 19:33:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-sg-status/m-p/2914077#M709600</guid>
      <dc:creator>Marco Santerre</dc:creator>
      <dc:date>2003-02-26T19:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring SG Status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-sg-status/m-p/2914078#M709601</link>
      <description>Can you elaborate further on what "status indicators" you are looking at?.&lt;BR /&gt;&lt;BR /&gt;I use the other options provided by cmviewcl for my monitoring scripts. For ex., &lt;BR /&gt;&lt;BR /&gt;Cluster status&lt;BR /&gt;#cmviewcl -l cluster&lt;BR /&gt;&lt;BR /&gt;Node status&lt;BR /&gt;#cmviewcl -l node&lt;BR /&gt;&lt;BR /&gt;Package Status&lt;BR /&gt;#cmviewcl -l package&lt;BR /&gt;&lt;BR /&gt;Individual package status&lt;BR /&gt;#cmviewcl -p &lt;PACKAGE name=""&gt;&lt;BR /&gt;&lt;BR /&gt;etc., Add -v flag to each of the above to get verbosed output.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;/PACKAGE&gt;</description>
      <pubDate>Wed, 26 Feb 2003 21:19:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-sg-status/m-p/2914078#M709601</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-02-26T21:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring SG Status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-sg-status/m-p/2914079#M709602</link>
      <description>I tried the -l option doesn't work on my OS... I'm pretty much interested in all the information on the cmviewcl -v.... Any easy parsing methods...</description>
      <pubDate>Wed, 26 Feb 2003 21:38:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-sg-status/m-p/2914079#M709602</guid>
      <dc:creator>Mike Storms</dc:creator>
      <dc:date>2003-02-26T21:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring SG Status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-sg-status/m-p/2914080#M709603</link>
      <description>You can try Event Monitoring Service. It can provide some useful information. Look at the following document on using EMS monitors.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/B5735-90001/B5735-90001.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B5735-90001/B5735-90001.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Thu, 27 Feb 2003 02:39:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-sg-status/m-p/2914080#M709603</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-02-27T02:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring SG Status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-sg-status/m-p/2914081#M709604</link>
      <description>Here is a script I use for popping a dtterm window that displays the output from the cmclstat cmd.  I keep it open on my w/s continually, it updates by running the cmcluster cmd per the parameter  passed to it.  My support people use it for a simple status of the cluster during off hours.  It is not bullet proof, but works for the purpose I have.  Feel free to use / modify it if you want.</description>
      <pubDate>Thu, 27 Feb 2003 16:30:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-sg-status/m-p/2914081#M709604</guid>
      <dc:creator>Robert True</dc:creator>
      <dc:date>2003-02-27T16:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring SG Status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-sg-status/m-p/2914082#M709605</link>
      <description>Opps, needed to attach this script, which does the cmclstat  for display</description>
      <pubDate>Thu, 27 Feb 2003 16:38:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-sg-status/m-p/2914082#M709605</guid>
      <dc:creator>Robert True</dc:creator>
      <dc:date>2003-02-27T16:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring SG Status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-sg-status/m-p/2914083#M709606</link>
      <description>I don't know of an API plugin for MC/SG stuff, that's why I usually run the cmviewcl command with varying options as forked child from a Perl script and parse it's output in the parent, which I usually place in a LoL for later easy access.&lt;BR /&gt;&lt;BR /&gt;Btw. probably the most simple monitor that I usually run in one term to watch the packages' start/stop is this silly oneliner:&lt;BR /&gt;&lt;BR /&gt;while :;do /usr/sbin/cmviewcl -l package;sleep2;clear;done</description>
      <pubDate>Thu, 27 Feb 2003 17:38:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-sg-status/m-p/2914083#M709606</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2003-02-27T17:38:51Z</dc:date>
    </item>
  </channel>
</rss>

