Operating System - HP-UX
1832315 Members
1943 Online
110041 Solutions
New Discussion

Re: LockManager instalation

 
Simone Bardolla
New Member

LockManager instalation

Hello!

After install MC/ServiceGuard OPS Edition (LockManager 10.07) on a K580, running 10.20, I run the command "cmquerycl -v" and receive the following message:

Begin checking the nodes...
All nodes within the cluster will be checked.
.cmquerycl : Unable to obtain information for: .
Connection timed out.

Anyone to help?

Regards,

Simone Bardolla
Simone Bardolla
7 REPLIES 7
Uday_S_Ankolekar
Honored Contributor

Re: LockManager instalation

Hi,

Check if you have this patch installed..

Patch Name: PHSS_25124

Patch Description: s700_800 11.X MC/ServiceGuard and SG-OPS Edition A.11.13

Also have a look at this doc..


http://us-support.external.hp.com/cki/bin/doc.pl/sid=96a88bd9057c1a0c5e/screen=ckiDisplayDocument?docId=200000058095130

Goodluck,

-USA..
Good Luck..
Sachin Soni_1
Frequent Advisor

Re: LockManager instalation


Have you created .rhosts / cmnodelist file .

sachin
N-joy
Sanjay_6
Honored Contributor

Re: LockManager instalation

Hi Simone,

Did you mention the node names in the cmquerycl command. The correct syntax is "cmquerycl -v -n node_name1 -n node_name2...."

hope this helps.

Regds
Simone Bardolla
New Member

Re: LockManager instalation

Thank you for your response. But my os level is 10.20 not 11.0.

I check .rhosts and hosts.equiv and apply lastest patches but no success to run cmquerycl -v or any other option of this command.
Simone Bardolla
Simone Bardolla
New Member

Re: LockManager instalation

I already tried cmquerycl and get the same message:

# cmquerycl -v -n jacarta -n ankara

Begin checking the nodes...
cmquerycl : Unable to obtain information for: .
Connection timed out.

And the /.rhosts have the all hosts (jacarta and ankara).

Simone Bardolla
Sanjay_6
Honored Contributor

Re: LockManager instalation

Hi Simone,

Are your two system able to resolve the name and ip address for themselves and the other node correctly. Do a nslookup and check for the hostname resolution,

nslookup
> node_name1
> node_ip_1
> node_name2
> node_ip_2
> exit

Do this on both the nodes and make sure the hostname and ip's are resolved correctly for both the nodes or all the nodes if you have more than two nodes in the cluster.

Hope this helps.

Regds
Simone Bardolla
New Member

Re: LockManager instalation

The network configuration is ok. I am using /etc/hosts, and the IPs is correct and I get right results from nslookup and I can rlogin and remsh from both hosts.
Simone Bardolla