<?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: Unable to communicate to node in SG 11.13 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-communicate-to-node-in-sg-11-13/m-p/2735955#M713616</link>
    <description>Saty,&lt;BR /&gt;Check your entries in /etc/inetd.conf&lt;BR /&gt;there should be two/three entries starts with hacl-cfg&lt;BR /&gt;update it and then do inetd -c&lt;BR /&gt;&lt;BR /&gt;If that doesn't work, check your routing in netconf and check resolv.conf&lt;BR /&gt;&lt;BR /&gt;Good Luck</description>
    <pubDate>Mon, 03 Jun 2002 03:59:18 GMT</pubDate>
    <dc:creator>Andrew R.</dc:creator>
    <dc:date>2002-06-03T03:59:18Z</dc:date>
    <item>
      <title>Unable to communicate to node in SG 11.13</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-communicate-to-node-in-sg-11-13/m-p/2735954#M713615</link>
      <description>Hi Gurus.. &lt;BR /&gt;&lt;BR /&gt;I've successfully created a 3-node HP cluster on 3 RP8400 systems, using the same .rhosts, /etc/hosts.equiv and SG 11.13 on HP-UX 11.11 &lt;BR /&gt;&lt;BR /&gt;However, when I try to include the 4rth node into the cluster, after modifying the cluster config ascii file and doing a cmcheckconf -v -C rac92.asc, I get the error message &lt;BR /&gt;"unable to communicate to node"&lt;BR /&gt;&lt;BR /&gt;I can rlogin successfully to that node from all the other nodes in the cluster, and from it to the other nodes, but it does take about 2- 4 seconds longer to rlogin to that node. I have the same .rhosts, /etc/hosts, /etc/hosts.equiv on each node, and I'm merely trying to add a node to the existing 3-node configuration.. &lt;BR /&gt;&lt;BR /&gt;Suggestions / Comments welcome..</description>
      <pubDate>Sun, 02 Jun 2002 20:49:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-communicate-to-node-in-sg-11-13/m-p/2735954#M713615</guid>
      <dc:creator>Itanium2_1</dc:creator>
      <dc:date>2002-06-02T20:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to communicate to node in SG 11.13</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-communicate-to-node-in-sg-11-13/m-p/2735955#M713616</link>
      <description>Saty,&lt;BR /&gt;Check your entries in /etc/inetd.conf&lt;BR /&gt;there should be two/three entries starts with hacl-cfg&lt;BR /&gt;update it and then do inetd -c&lt;BR /&gt;&lt;BR /&gt;If that doesn't work, check your routing in netconf and check resolv.conf&lt;BR /&gt;&lt;BR /&gt;Good Luck</description>
      <pubDate>Mon, 03 Jun 2002 03:59:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-communicate-to-node-in-sg-11-13/m-p/2735955#M713616</guid>
      <dc:creator>Andrew R.</dc:creator>
      <dc:date>2002-06-03T03:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to communicate to node in SG 11.13</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-communicate-to-node-in-sg-11-13/m-p/2735956#M713617</link>
      <description>Hello Saty,&lt;BR /&gt;&lt;BR /&gt;The actual error messages might help us more clearly formulate a response.  The messages indicate a lack of communication.  The source could be lack of physical connection, misconfigured network adapters, misconfigured name services, or as Andrew stated, misloaded ServiceGuard code resulting in inability to complete the SG commands.&lt;BR /&gt;&lt;BR /&gt;1- verify hardware connectivity&lt;BR /&gt;  # linkloop -i &lt;PPA&gt; &lt;STATIONADDRESS&gt;&lt;BR /&gt;  where PPA is the digit in PPA colume of the lanscan output.  Station address is that of another NIC, either on the same node, or another node connected to the same network.&lt;BR /&gt;&lt;BR /&gt;2- verify name services&lt;BR /&gt;  On each node, determine if you can remsh not only to all partner nodes from each other, but also the node itself.  ALL SG commmands use network ports, hence all need networking permissions.&lt;BR /&gt;&lt;BR /&gt;You may want to consider creating a /etc/cmcluster/cmclnodelist file on each host, which uses the format of .rhosts.  Insure EVERY node in the cluster (even the node itself) is listed, and given root priviledges.&lt;BR /&gt;&lt;BR /&gt;2- verify the nodes ability to listen for HA commands:&lt;BR /&gt;&lt;BR /&gt;  # netstat -a | grep hacl | grep LISTEN&lt;BR /&gt;tcp        0      0  *.hacl-probe           *.*                     LISTEN&lt;BR /&gt;tcp        0      0  *.hacl-cfg             *.*                     LISTEN&lt;BR /&gt;&lt;BR /&gt;Insure 9 "hacl" lines are in /etc/services, and &lt;BR /&gt;&lt;BR /&gt;  # grep cmclconfd /etc/inetd.conf&lt;BR /&gt;hacl-cfg    dgram   udp    wait    root  /usr/lbin/cmclconfd cmclconfd -p&lt;BR /&gt;hacl-cfg    stream  tcp    nowait  root  /usr/lbin/cmclconfd cmclconfd -c&lt;BR /&gt;&lt;BR /&gt;If they are in there, but the LISTEN isn't happening, as Andrew stated, perform "inetd -c" to have inetd re-read the files and add services.&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;-s.&lt;BR /&gt;&lt;/STATIONADDRESS&gt;&lt;/PPA&gt;</description>
      <pubDate>Mon, 03 Jun 2002 11:42:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-communicate-to-node-in-sg-11-13/m-p/2735956#M713617</guid>
      <dc:creator>Stephen Doud</dc:creator>
      <dc:date>2002-06-03T11:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to communicate to node in SG 11.13</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-communicate-to-node-in-sg-11-13/m-p/2735957#M713618</link>
      <description>Thx Andrew R..&lt;BR /&gt;&lt;BR /&gt;I checked my /etc/inetd.conf, and have the following entries on all 4 nodes.. &lt;BR /&gt;&lt;BR /&gt;hacl-cfg    dgram   udp    wait    root  /usr/lbin/cmclconfd cmclconfd -p&lt;BR /&gt;hacl-cfg    stream  tcp    nowait  root  /usr/lbin/cmclconfd cmclconfd -c&lt;BR /&gt;hacl-probe  stream  tcp    nowait  root  /opt/cmom/lbin/cmomd /opt/cmom/lbin/cmo&lt;BR /&gt;md -f /var/opt/cmom/cmomd.log&lt;BR /&gt;&lt;BR /&gt;(The entries above are word-wrapped)&lt;BR /&gt;&lt;BR /&gt;I also checked my /etc/rc.config.d/netconf file&lt;BR /&gt;&lt;BR /&gt;and they are also identical.. as well as the /etc/resolv.conf. and they are identical too.. &lt;BR /&gt;&lt;BR /&gt;I think the key to this may be that rlogin takes longer to that node, than all the other nodes in the cluster.. &lt;BR /&gt;&lt;BR /&gt;Thx again&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Jun 2002 12:27:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-communicate-to-node-in-sg-11-13/m-p/2735957#M713618</guid>
      <dc:creator>SuperDome_1</dc:creator>
      <dc:date>2002-06-03T12:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to communicate to node in SG 11.13</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-communicate-to-node-in-sg-11-13/m-p/2735958#M713619</link>
      <description>Thx.. &lt;BR /&gt;&lt;BR /&gt;I did create an /etc/cmcluster/cmclnodelist file on each node in the format &lt;BR /&gt;&lt;BR /&gt;hostname1  root&lt;BR /&gt;hostname2  root&lt;BR /&gt;hostname3  root&lt;BR /&gt;hostname1  oracle_user&lt;BR /&gt;hostname2  oracle_user&lt;BR /&gt;hostname3  oracle_user &lt;BR /&gt;&lt;BR /&gt;and so on.. &lt;BR /&gt;&lt;BR /&gt;I can rmesh from all nodes to the others, but it takes longer to the node which ServiceGuard can't communicate to.. &lt;BR /&gt;&lt;BR /&gt;I verified the nodes capabilty to listen for HA commands.. and received the same output on all 4 nodes.. &lt;BR /&gt;&lt;BR /&gt;and saw that there are 9 "hacl" entries in the /etc/services files...&lt;BR /&gt;&lt;BR /&gt;and verified that the /etc/inetd.conf files are the same, and re-read them using inetd -c.. &lt;BR /&gt;&lt;BR /&gt;For linkloop -i, the man pages don't say whether to use the hardware address or the IP address for the linkaddress argument.. &lt;BR /&gt;&lt;BR /&gt;Thx&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sat</description>
      <pubDate>Mon, 03 Jun 2002 13:01:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-communicate-to-node-in-sg-11-13/m-p/2735958#M713619</guid>
      <dc:creator>SuperDome_1</dc:creator>
      <dc:date>2002-06-03T13:01:20Z</dc:date>
    </item>
  </channel>
</rss>

