<?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 Identifying active node in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-active-node/m-p/3923124#M694875</link>
    <description>&lt;BR /&gt;What's the easiest way to identify if a node is the active node of the cluster?&lt;BR /&gt;&lt;BR /&gt;I am trying cmviewcl but it gives lots of output, do I have to parse it?&lt;BR /&gt;</description>
    <pubDate>Tue, 09 Jan 2007 11:48:46 GMT</pubDate>
    <dc:creator>dictum9</dc:creator>
    <dc:date>2007-01-09T11:48:46Z</dc:date>
    <item>
      <title>Identifying active node</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-active-node/m-p/3923124#M694875</link>
      <description>&lt;BR /&gt;What's the easiest way to identify if a node is the active node of the cluster?&lt;BR /&gt;&lt;BR /&gt;I am trying cmviewcl but it gives lots of output, do I have to parse it?&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Jan 2007 11:48:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-active-node/m-p/3923124#M694875</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2007-01-09T11:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying active node</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-active-node/m-p/3923125#M694876</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;cmviewcl -n &lt;NODE_NAME&gt;&lt;/NODE_NAME&gt;</description>
      <pubDate>Tue, 09 Jan 2007 12:02:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-active-node/m-p/3923125#M694876</guid>
      <dc:creator>Yarek</dc:creator>
      <dc:date>2007-01-09T12:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying active node</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-active-node/m-p/3923126#M694877</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Depending on the application, both nodes can be active at the same time. Packages can run on whichever node they are configured to run on or on the failover node if the proper command issued.&lt;BR /&gt;&lt;BR /&gt;cmviewcl -v &lt;BR /&gt;&lt;BR /&gt;Will give you run state and node of all packages, active, running or failed.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Jan 2007 12:41:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-active-node/m-p/3923126#M694877</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-01-09T12:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying active node</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-active-node/m-p/3923127#M694878</link>
      <description>This will show which package is running on which node...&lt;BR /&gt;&lt;BR /&gt;cmviewcl -l package |awk '{print $5, $1}'&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-denver</description>
      <pubDate>Tue, 09 Jan 2007 12:54:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-active-node/m-p/3923127#M694878</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2007-01-09T12:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying active node</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-active-node/m-p/3923128#M694879</link>
      <description>d'oh. hit submit before reading. that output won't show the state.&lt;BR /&gt;&lt;BR /&gt;anyhow, use "cmviewcl -l package" if you want to know which package is RUNNING on which node. :)&lt;BR /&gt;&lt;BR /&gt;-denver</description>
      <pubDate>Tue, 09 Jan 2007 12:56:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-active-node/m-p/3923128#M694879</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2007-01-09T12:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying active node</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-active-node/m-p/3923129#M694880</link>
      <description>Yes, you have to parse it.&lt;BR /&gt;&lt;BR /&gt;I usually do:&lt;BR /&gt;&lt;BR /&gt;cmviewcl |grep MyPackage |awk '{print $5}'&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Tue, 09 Jan 2007 13:40:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-active-node/m-p/3923129#M694880</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2007-01-09T13:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying active node</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-active-node/m-p/3923130#M694881</link>
      <description>In SG A.11.17 (supported with HPUX 11iv2 and upcoming 11iv3) a new option to cmviewcl has been added to allow command line parsing. &lt;BR /&gt;&lt;BR /&gt;The cmviewcl man page says:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;           -f format         Select the output format to display. The format&lt;BR /&gt;                             parameter may be one of the following values:&lt;BR /&gt;&lt;BR /&gt;                             table This option displays a human readable&lt;BR /&gt;                                   tabular output format.  This is the&lt;BR /&gt;                                   default output format if no -f is&lt;BR /&gt;                                   specified on the command line.&lt;BR /&gt;&lt;BR /&gt;                             line  This option displays a machine parsable&lt;BR /&gt;                                   output format. Data items are displayed,&lt;BR /&gt;                                   one per line, in a way that makes them&lt;BR /&gt;                                   easy to manipulate with tools such as&lt;BR /&gt;                                   grep(1) and awk(1).  This option also&lt;BR /&gt;                                   shows additional information not&lt;BR /&gt;                                   available in the table output format.&lt;BR /&gt;                                   Some of these are detailed under&lt;BR /&gt;                                   Specialized Line Output. Please refer to&lt;BR /&gt;                                   cmviewcl(5) for further details.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Here is an example: &lt;BR /&gt;&lt;BR /&gt;           # cmviewcl -f line -l package | grep -e status&lt;BR /&gt;           package:PKG3|status=up&lt;BR /&gt;           package:PKG1|status=up&lt;BR /&gt;&lt;BR /&gt;Carsten</description>
      <pubDate>Wed, 10 Jan 2007 04:15:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-active-node/m-p/3923130#M694881</guid>
      <dc:creator>Carsten Krege</dc:creator>
      <dc:date>2007-01-10T04:15:27Z</dc:date>
    </item>
  </channel>
</rss>

