1826631 Members
3308 Online
109695 Solutions
New Discussion

cmquerycl error

 
Subramanian_2
Occasional Advisor

cmquerycl error

Has anyone come across this error ? :-
====================================
/usr/sbin/cmquerycl -v -n inhyl1h3

Begin checking the nodes...
Error: Permission denied to 155.35.33.85
Warning: Unable to determine local domain name for INHYL1H3
Error: Unable to establish communication to node inhyl1h3: 19
Failed to gather configuration information.
====================================

I am trying to setup a single node cluster. I ran this command to add the node INHYL1H3 to the cluster.

Please help
5 REPLIES 5
Subramanian_2
Occasional Advisor

Re: cmquerycl error

I created file /etc/cmcluster/cmclnodelist and added the following entries to it:-
Inhyl1h3 root

Now I am going ahead a lil bit but I get the error :-
=========================================
# /usr/sbin/cmquerycl -v -n inhyl1h3

Begin checking the nodes...
Warning: Unable to determine local domain name for INHYL1H3
Error: Unable to establish communication to node inhyl1h3: 19
Failed to gather configuration information.
=========================================
Sanjay Kumar Suri
Honored Contributor

Re: cmquerycl error

Is the node inhyl1h3 is same as what is returned by the hostname command?

Just check.

sks
A rigid mind is very sure, but often wrong. A flexible mind is generally unsure, but often right.
Subramanian_2
Occasional Advisor

Re: cmquerycl error

You are on target Sanjay.
The hostname is Inhyl1h3 whereas I was giving inhyl1h3 . Thanks a lot
Armin Kunaschik
Esteemed Contributor

Re: cmquerycl error

Either configure .rhosts on your cluster nodes
or add a /etc/cmcluster/cmclnodelist like
inhyl1h3 root
the_other_nodes root

and copy to every cluster node.

You can ignore the warning of the local domain
name. This pops up on all my clusters even with
correct DNS configuration...

Hope this helps,
Armin
And now for something completely different...
G. Vrijhoeven
Honored Contributor

Re: cmquerycl error

Hi,

Are you able to ping inhyl1h3 from the command line?
Are you able to remsh to the node?

If not add the node to the /etc/hosts, or put the domain sufflex in /etc/resolv.conf after search ( man resolv.conf)

Regards,

Gideon