Operating System - HP-UX
1838675 Members
4959 Online
110128 Solutions
New Discussion

Re: node refusing service guard communication

 
SOLVED
Go to solution
whiz_kid
Regular Advisor

node refusing service guard communication

i am trying to setup a 6 node cluster.

OS is hpux 11.31 (sep, 2007, MC-OE)

i hv a quorum server, all the 6 node entries are populated in qs_authfile.

host files are populated, and name resolution is happening fine across all the nodes.

i hv a + entry in .rhosts file for all nodes.

am getting the appended message when am runnng cmquerycl

cmquerycl -q qs_srvr n node1 -n node2 -n node3 -n node4 -n node5 -n node6

Warning: Unable to determine local domain name for node2
Node node1 is refusing Serviceguard communication.
Please make sure that the proper security access is configured on node
node1 through either file-based access (pre-A.11.16 version) or role-based
access (version A.11.16 or higher) and/or that the host name lookup
on node qrhqsd11 resolves the IP address correctly.
Failed to gather configuration information.

any help will be much appreciated. thanks
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: node refusing service guard communication

Shalom,

Your security mechanism may be the problem.

There is a concept in SG 11.16 called cmnodelist

This is what should be used to set up node security.

http://www.docs.hp.com/en/B9903-90048/B9903-90048.pdf

http://docs.hp.com/en/B9903-90042/ch01s05.html

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
melvyn burnard
Honored Contributor
Solution

Re: node refusing service guard communication

for HP-UX 11.31 you will have either Sg A.11.17.01 or A.11.18
Neither of these versions use the .rhosts file, you need to setup the /etc/cmcluster/cmclnodelist file to initially set up your cluster.
take a read of:
http://docs.hp.com/en/6283/SGsecurityfiles.pdf
and
http://docs.hp.com/en/5874/securingserviceguard_nov2005.pdf
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
whiz_kid
Regular Advisor

Re: node refusing service guard communication

melvyn thanks for that.

it wsnt workign even after setting up the cmclnodelist

then i set the chmod for this file to 777 and it went thro smooth.

thanks
whiz_kid
Regular Advisor

Re: node refusing service guard communication

thanks