Operating System - HP-UX
1833323 Members
3265 Online
110051 Solutions
New Discussion

Error while running cmquerycl

 
Ajithkumar
Advisor

Error while running cmquerycl

Hi Gurus,

I am facing a problem while running cmquerycl.
OS ver is 11.23 mission critical.

The message is coming is

Error : Permission denied for 127.0.0.1
Warning : Unable to determine local domain name for aig
Looking for other clusters ... Done
Error : Please make sure that proper security access is configured on node AIG through either file based access(pre -A11.16) or role based access and / or that the hostname lookup on node AIG resolves the IP address correctly.

Cluser name given is 'aig'.There is only one node.

What could be the problem....?
Expecting valuable help at the earliest.

With thanks in advance...

Ajith.
6 REPLIES 6
Geoff Wild
Honored Contributor

Re: Error while running cmquerycl

Try adding

127.0.0.1 root

to /etc/cmcluster/cmclnodelist

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Geoff Wild
Honored Contributor

Re: Error while running cmquerycl

More info in Document ID UMCSGKBRC00008185
: cmquerycl fails with "permission denied"


http://www2.itrc.hp.com/service/cki/search.do?category=c0&prevQueryString=Cluster+Configuration+Commands+Fail+with+%22permission+denied%22&mode=id&searchString=UMCSGKBRC00008185&searchCrit=allwords&docType=Security&docType=Patch&docType=EngineerNotes&docType=BugReports&docType=Hardware&docType=ReferenceMaterials&docType=ThirdParty&dateRange=all&search.x=33&search.y=9

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
nanan
Trusted Contributor

Re: Error while running cmquerycl

Hi
Check the file "/etc/cmcluster/cmclnodelist"
Whether or not it is
and there is having nodes names User(root)

Host1 root
Host2 root


Regards
nanan
IT_2007
Honored Contributor

Re: Error while running cmquerycl

since it is single node cluster. add following line in .rhosts

127.0.0.1 root

Stephen Doud
Honored Contributor

Re: Error while running cmquerycl

Do as Nanan said - create a /etc/cmcluster/cmclnodelist and add a line thus:

root

A line must be created for each node in the cluster.

There is no need to add:
127.0.0.1 root

If a /etc/cmcluster/cmclconfig exists but you have not yet created a cluster, remove the file.

If you would like to eliminate the warning message, "Warning : Unable to determine local domain name for aig", edit /etc/hosts thus:

aig. aig
Ajithkumar
Advisor

Re: Error while running cmquerycl

Hi all,
I have already created /etc/cmcluster/cmnodelist file with entry root.
But there is no .rhosts file

As the server is not accsible for me now , I will just confirm the same and get back to you.

Ajith.