<?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: Identify cluster ip and Active node in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/identify-cluster-ip-and-active-node/m-p/4406318#M352444</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;I would use some version of the cmviewcl command.&lt;BR /&gt;&lt;BR /&gt;You might also try traceroute and try and get the MAC address of the ip address assigned to float.&lt;BR /&gt;&lt;BR /&gt;The question is whether you need to determine this from the outside or can log in to both nodes and use cmviewcl or other Service Guard Tools.&lt;BR /&gt;&lt;BR /&gt;Knowing what IP address to connect to, is something you have to get from the package configuration file. It has to be hard coded there.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Thu, 23 Apr 2009 07:08:51 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2009-04-23T07:08:51Z</dc:date>
    <item>
      <title>Identify cluster ip and Active node</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identify-cluster-ip-and-active-node/m-p/4406316#M352442</link>
      <description>Scenerio:  &lt;BR /&gt;i have two Active/Active cluster node.each node running two seperate applications.&lt;BR /&gt;how can i identify the cluster ip and Active node.&lt;BR /&gt;can any body help me....</description>
      <pubDate>Thu, 23 Apr 2009 06:29:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identify-cluster-ip-and-active-node/m-p/4406316#M352442</guid>
      <dc:creator>MD.IMTEYAZUL HASSAN</dc:creator>
      <dc:date>2009-04-23T06:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Identify cluster ip and Active node</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identify-cluster-ip-and-active-node/m-p/4406317#M352443</link>
      <description>Firstly do a cmviewcl -v, you will get the node status&lt;BR /&gt;&lt;BR /&gt;Then check the /etc/cmlcuster/cluster config file and check the ip address of the cluster&lt;BR /&gt;&lt;BR /&gt;otherwise you might also get it in the /etc/hosts file</description>
      <pubDate>Thu, 23 Apr 2009 07:00:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identify-cluster-ip-and-active-node/m-p/4406317#M352443</guid>
      <dc:creator>Amit Parui</dc:creator>
      <dc:date>2009-04-23T07:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Identify cluster ip and Active node</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identify-cluster-ip-and-active-node/m-p/4406318#M352444</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;I would use some version of the cmviewcl command.&lt;BR /&gt;&lt;BR /&gt;You might also try traceroute and try and get the MAC address of the ip address assigned to float.&lt;BR /&gt;&lt;BR /&gt;The question is whether you need to determine this from the outside or can log in to both nodes and use cmviewcl or other Service Guard Tools.&lt;BR /&gt;&lt;BR /&gt;Knowing what IP address to connect to, is something you have to get from the package configuration file. It has to be hard coded there.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 23 Apr 2009 07:08:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identify-cluster-ip-and-active-node/m-p/4406318#M352444</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-04-23T07:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Identify cluster ip and Active node</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identify-cluster-ip-and-active-node/m-p/4406319#M352445</link>
      <description>apply command "cmviewcl", the out will show you the node name. and then ping that node name will show you the IP address.</description>
      <pubDate>Thu, 23 Apr 2009 07:11:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identify-cluster-ip-and-active-node/m-p/4406319#M352445</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2009-04-23T07:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Identify cluster ip and Active node</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identify-cluster-ip-and-active-node/m-p/4406320#M352446</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;To start with there is nothing called cluster IP. I believe you are refering to package IP.&lt;BR /&gt;&lt;BR /&gt;cmviewcl -v -p &lt;PACKAGE name=""&gt;&lt;BR /&gt;&lt;BR /&gt;The above will give you primary node and secondary node of the package.&lt;BR /&gt;&lt;BR /&gt;Take the subnet from the above o/p &lt;BR /&gt;&lt;BR /&gt;netstat -ni|grep -i &lt;SUBNET ip=""&gt;&lt;BR /&gt;&lt;BR /&gt;The interface which has lanX:1 is the package IP.&lt;BR /&gt;&lt;BR /&gt;X is the PPA of LAN interface.&lt;BR /&gt;&lt;BR /&gt;Second way&lt;BR /&gt;&lt;BR /&gt;Check the package config file to see the primary and secondary node. Check the package control file for package IP.&lt;BR /&gt;&lt;BR /&gt;Package config and control file are in /etc/cmcluster/&lt;PACKAGE dir=""&gt;/&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Ravi.&lt;/PACKAGE&gt;&lt;/SUBNET&gt;&lt;/PACKAGE&gt;</description>
      <pubDate>Thu, 23 Apr 2009 12:31:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identify-cluster-ip-and-active-node/m-p/4406320#M352446</guid>
      <dc:creator>G V R Shankar</dc:creator>
      <dc:date>2009-04-23T12:31:48Z</dc:date>
    </item>
  </channel>
</rss>

