<?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: cmquerycl problem ... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cmquerycl-problem/m-p/2834940#M711344</link>
    <description>Hi George,&lt;BR /&gt;&lt;BR /&gt;Sorry for the dealy. I was supposed 2 assign the points ... but just went out for a coffee ... ( in a relief that I could successfully configure the Cluster :-)&lt;BR /&gt;&lt;BR /&gt;Anyways I will not assign any points to your last posting :-)&lt;BR /&gt;&lt;BR /&gt;Thanks and regards,&lt;BR /&gt;Karthik</description>
    <pubDate>Tue, 29 Oct 2002 11:58:52 GMT</pubDate>
    <dc:creator>Karthik S S</dc:creator>
    <dc:date>2002-10-29T11:58:52Z</dc:date>
    <item>
      <title>cmquerycl problem ...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cmquerycl-problem/m-p/2834929#M711333</link>
      <description>I am trying to form a two node cluster (hp-ux 11.11, MCSG 11.14). The node names are "ram" and "shyam"&lt;BR /&gt;Both the nodes have .rhosts and cmclnodelist entries as follows,&lt;BR /&gt;------------------------------&lt;BR /&gt;ram root&lt;BR /&gt;shyam root&lt;BR /&gt;------------------------------&lt;BR /&gt;&lt;BR /&gt;And I have also created a VG on node "ram" exported it to "shyam"&lt;BR /&gt;&lt;BR /&gt;But, when I try to create the Cluster configuration file I am getting the following error,&lt;BR /&gt;&lt;BR /&gt;------------------------------------------------------------&lt;BR /&gt;ram:/etc/cmcluster&amp;gt;cmquerycl -v  -C cluster.asc -n ram -n shyam&lt;BR /&gt;&lt;BR /&gt;Begin checking the nodes...&lt;BR /&gt;Looking for other clusters ... Done&lt;BR /&gt;Error: Unable to establish communication to node shyam&lt;BR /&gt;Failed to gather configuration information.&lt;BR /&gt;------------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;The syslog.log output of the node "ram" is,&lt;BR /&gt;------------------------------------------------------------&lt;BR /&gt;Oct 29 14:14:59 ram cmclconfd[5094]: Unable to stat /etc/cmcluster/cmclconfig, N&lt;BR /&gt;o such file or directory&lt;BR /&gt;------------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;Though I have not configured any cluster earlier on this machine. And there  is no&lt;BR /&gt;cmclconfig file under /etc/cmcluster directory. I tried after creating a empty cmclconfig &lt;BR /&gt;file then also the cmquerycl throws the same error.&lt;BR /&gt;&lt;BR /&gt;What could be the problem? &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Karthik</description>
      <pubDate>Tue, 29 Oct 2002 09:16:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cmquerycl-problem/m-p/2834929#M711333</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2002-10-29T09:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: cmquerycl problem ...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cmquerycl-problem/m-p/2834930#M711334</link>
      <description>so what does nslookup shyam come back with?&lt;BR /&gt;and then nslookup &lt;SHYAM&gt; ?&lt;BR /&gt;likewise on shyam, do nslookup     ram and nslookup &lt;RAM&gt;&lt;BR /&gt;&lt;BR /&gt;Also, what happens if you run the same cmquerycl command on node shyam&lt;/RAM&gt;&lt;/SHYAM&gt;</description>
      <pubDate>Tue, 29 Oct 2002 09:18:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cmquerycl-problem/m-p/2834930#M711334</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2002-10-29T09:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: cmquerycl problem ...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cmquerycl-problem/m-p/2834931#M711335</link>
      <description>OK,&lt;BR /&gt;first, from 'ram' do rlogin to 'shyam' if it asks you for a password then enter it and after you login to 'shyam' do a who -u to check the name that 'ram' identifies the other server as.  If it is only IP address, make sure you enter it in the hosts file correctly.  Also, the .rhosts needs to be in the root home directory.  If the home directory is /home/root and you create /.rhosts then it won't work. Do vi ~/.rhosts and then enter then info.  Also, you need to have an /etc/cmcluster directory on both servers.  When finished with 'shyam' do the same thing for the other server (rlogin).&lt;BR /&gt;George</description>
      <pubDate>Tue, 29 Oct 2002 09:20:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cmquerycl-problem/m-p/2834931#M711335</guid>
      <dc:creator>George Petrides_1</dc:creator>
      <dc:date>2002-10-29T09:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: cmquerycl problem ...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cmquerycl-problem/m-p/2834932#M711336</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The problem is:&lt;BR /&gt;'Error: Unable to establish communication to node shyam &lt;BR /&gt;&lt;BR /&gt;Is shyam up and running?&lt;BR /&gt;Is it on the same subnet as ram?&lt;BR /&gt;Are you able to rlogin to each server from the other without being prompted for a password?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
      <pubDate>Tue, 29 Oct 2002 09:22:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cmquerycl-problem/m-p/2834932#M711336</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2002-10-29T09:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: cmquerycl problem ...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cmquerycl-problem/m-p/2834933#M711337</link>
      <description>+Look for the .rhosts or cmclnodelist permissions&lt;BR /&gt;&lt;BR /&gt;+Check the inetd.conf - maybe hacl-cfg is missing.&lt;BR /&gt;&lt;BR /&gt;+nslookup problems - /etc/hosts should not start with the FQDN  but with the short name then followed by the FQDN&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Oct 2002 09:40:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cmquerycl-problem/m-p/2834933#M711337</guid>
      <dc:creator>Elif Gius</dc:creator>
      <dc:date>2002-10-29T09:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: cmquerycl problem ...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cmquerycl-problem/m-p/2834934#M711338</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;1. When I do a nslookup on both the nodes to the other it returns the corresponding IP.&lt;BR /&gt;&lt;BR /&gt;2. I am able to do a rlogin to without being asked for the password (on both the nodes). When I do " who -u " after doing a rlogin it returns the correct hostname .rhosts is under root's home directory that is "/" on both the nodes. &lt;BR /&gt;&lt;BR /&gt;3. I have tried running cmquerycl on the other node shyam but the results are the same !!&lt;BR /&gt;&lt;BR /&gt;4. Both the nodes are on the same subnet and the heartbeat is configured using loopback cable on a different subnet.&lt;BR /&gt;&lt;BR /&gt;I am really surprised what could be the problem ...&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;Karthik</description>
      <pubDate>Tue, 29 Oct 2002 10:01:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cmquerycl-problem/m-p/2834934#M711338</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2002-10-29T10:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: cmquerycl problem ...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cmquerycl-problem/m-p/2834935#M711339</link>
      <description>check for the file permissions .. they should be 444 ...&lt;BR /&gt;check if inted works correctly - check entries in inetd.conf</description>
      <pubDate>Tue, 29 Oct 2002 10:03:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cmquerycl-problem/m-p/2834935#M711339</guid>
      <dc:creator>Elif Gius</dc:creator>
      <dc:date>2002-10-29T10:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: cmquerycl problem ...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cmquerycl-problem/m-p/2834936#M711340</link>
      <description>ok, one thing to test is to run a cmquerycl on each node, and just include that node, i.e. test the node itself.&lt;BR /&gt;&lt;BR /&gt;Another question, do you have a router or any network device  within the configuration that may be stopping UDP broadcasts?&lt;BR /&gt;Also, check the config for each of the lan cards, doo they have the same broadcast address?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Oct 2002 10:18:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cmquerycl-problem/m-p/2834936#M711340</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2002-10-29T10:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: cmquerycl problem ...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cmquerycl-problem/m-p/2834937#M711341</link>
      <description>Karthik,&lt;BR /&gt;&lt;BR /&gt;Seems like a really silly question, but is MCSG installed on the other node??? I would assume it is otherwise the vgimport -s would not work...&lt;BR /&gt;&lt;BR /&gt;The "Not found" error is wierd, as a cmclconfig will only be created on a cmapplyconf....&lt;BR /&gt;&lt;BR /&gt;See if you can start the cluster daemon on shyam &lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/cmcluster start&lt;BR /&gt;&lt;BR /&gt;MND</description>
      <pubDate>Tue, 29 Oct 2002 10:34:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cmquerycl-problem/m-p/2834937#M711341</guid>
      <dc:creator>Marc Dijkstra</dc:creator>
      <dc:date>2002-10-29T10:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: cmquerycl problem ...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cmquerycl-problem/m-p/2834938#M711342</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The problem is solved J&lt;BR /&gt;I just leant that one of my colleague has converted the node ???shyam??? as nisplus client. And in the nsswitch.conf he configured the hosts lookup as DNS. So we never doubted the configuration. Thanks for all your help.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Karthik&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Oct 2002 11:22:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cmquerycl-problem/m-p/2834938#M711342</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2002-10-29T11:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: cmquerycl problem ...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cmquerycl-problem/m-p/2834939#M711343</link>
      <description>Karthik, it would be nice if you assigned points to all the answers...&lt;BR /&gt;George</description>
      <pubDate>Tue, 29 Oct 2002 11:39:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cmquerycl-problem/m-p/2834939#M711343</guid>
      <dc:creator>George Petrides_1</dc:creator>
      <dc:date>2002-10-29T11:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: cmquerycl problem ...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cmquerycl-problem/m-p/2834940#M711344</link>
      <description>Hi George,&lt;BR /&gt;&lt;BR /&gt;Sorry for the dealy. I was supposed 2 assign the points ... but just went out for a coffee ... ( in a relief that I could successfully configure the Cluster :-)&lt;BR /&gt;&lt;BR /&gt;Anyways I will not assign any points to your last posting :-)&lt;BR /&gt;&lt;BR /&gt;Thanks and regards,&lt;BR /&gt;Karthik</description>
      <pubDate>Tue, 29 Oct 2002 11:58:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cmquerycl-problem/m-p/2834940#M711344</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2002-10-29T11:58:52Z</dc:date>
    </item>
  </channel>
</rss>

