- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Error: Node is refusing Serviceguard communica...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2007 12:23 AM
06-06-2007 12:23 AM
Error: Node is refusing Serviceguard communication.
I have a two node cluster running and i want to add one new node in it. I copied all cmcluster directory from my running node. I present the cluster qurum disk on new node as well. I change the file of ascii with new node ip and disk. When i try to execute this command cmquerycl -v -c staging -n test1 -n test2 -n test3 (test3 i need to add in cluster)on new node then i got msg that the apple node is refusing service gurad communication and Please make sure that the proper security access is configured on node
tppora50 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 tppora50 resolves the IP address correctly.
But all nodes can communicate without any error and root login is available for login for any node. I add all nodes name and username in the .rhosts file and respected /etc/hosts exist in the file. But can't understand why it is not communicating with already running cluster nodes.
I check all things from ITRC posted msgs but did't succeed in adding new node. Any person have an idea.......why this thing happening.
For furthur information, feel free to contact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2007 12:39 AM
06-06-2007 12:39 AM
Re: Error: Node is refusing Serviceguard communication.
Chapter 5, subchapter 1 of the "Managing ServiceGuard" manual has the details:
http://docs.hp.com/en/B3936-90079/ch05s01.html#d0e9758
Which version of ServiceGuard are you using?
If it's A.11.16 or newer, remember that A.11.16 changed many things about ServiceGuard access control. The .rhosts files should no longer be needed for ServiceGuard.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2007 12:56 AM
06-06-2007 12:56 AM
Re: Error: Node is refusing Serviceguard communication.
have you checked /etc/inetd.conf
this two lines will be uncommented :
hacl-cfg dgram udp wait root /usr/lbin/cmclconfd cmclconfd -p
hacl-cfg stream tcp nowait root /usr/lbin/cmclconfd cmclconfd -c
regards
L-DERLYN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2007 12:58 AM
06-06-2007 12:58 AM
Re: Error: Node is refusing Serviceguard communication.
Your profil indicates 0 points to 17 questions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2007 01:09 AM
06-06-2007 01:09 AM
Re: Error: Node is refusing Serviceguard communication.
test50 root
test51 root
test52 root
and same thing was defined in the .rhosts before but no configuration working and same results after running cmquerycl command.
hacl-cfg dgram udp wait root /usr/lbin/cmclconfd cmclconfd -p
hacl-cfg stream tcp nowait root /usr/lbin/cmclconfd cmclconfd -c
these two lines exist there in the inetd.conf.....But same results.
I will rank it confirm after this problem solution.
zafar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2007 01:21 AM
06-06-2007 01:21 AM
Re: Error: Node is refusing Serviceguard communication.
On the new node, remove /etc/cmcluster/cmclconfig - it only contains references for the older 2-node cluster, so it is not accurate for the new node
Check /etc/inetd.conf - look for the 'ident' line and insure it matches the cluster nodes.
Insure /etc/hosts lists every fixed IP assigned to all nodes in the cluster. Insure each line entry also contains the simple hostname of the server, even though the IP is not aliased directly to the hostname.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2007 01:31 AM
06-06-2007 01:31 AM
Re: Error: Node is refusing Serviceguard communication.
Also
ident stream tcp wait bin /usr/lbin/identd identd line exist in the inetd.conf.
so what else i have to check because nothing seems wrong.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2007 03:25 AM
06-06-2007 03:25 AM
Re: Error: Node is refusing Serviceguard communication.
http://docs.hp.com/en/6283/SGsecurityfiles.pdf
http://docs.hp.com/en/5874/securingserviceguard_nov2005.pdf
They may explain your symptoms, which are indicative of a communications configuration issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2007 01:15 AM
06-07-2007 01:15 AM
Re: Error: Node is refusing Serviceguard communication.
Begin checking the nodes...
Error: Permission denied to
Error: Permission denied to
Error: Node test1 is refusing Serviceguard communication.
Please make sure that the proper security access is configured on node
tppora50 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 tppora50 resolves the IP address correctly.
Failed to gather configuration information.
so now what will be reason after all security options checked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2007 01:41 AM
06-15-2007 01:41 AM
Re: Error: Node is refusing Serviceguard communication.
I am really stucked here......
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2007 05:17 AM
06-15-2007 05:17 AM
Re: Error: Node is refusing Serviceguard communication.
I recommend that you use the Technical Knowledge Database in this ITRC csnter and look for documents that discuss this problem.
In particular, have a look at this document:
emr_na-c01028325-3
It contains a significant number of causes and remedies.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2007 09:28 AM
06-15-2007 09:28 AM
Re: Error: Node is refusing Serviceguard communication.
check your name resolution type from /etc/nsswitch.conf and you must sure each node has no problem with adres resolution. Each node can ping others and itself with names. You must also check /etc/hosts
each node has /.rhosts file and it must contains each node in cluster not only other nodes. I mean test1, test2 and test3's .rhosts files like below
test1
test2
test3
Regards
Murat
HP
Don't forget the points
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2007 02:41 PM
06-15-2007 02:41 PM
Re: Error: Node is refusing Serviceguard communication.
Does it returns the corect details...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2007 09:34 PM
07-06-2007 09:34 PM
Re: Error: Node is refusing Serviceguard communication.
From existing node i am able to cmquerycl and it gives complete results but when i tried cmquerycl -v -n
Begin checking the nodes...
Error: Permission denied to 10.1.4.120
Error: Node tppora50 is refusing Serviceguard communication.
Please make sure that the proper security access is configured on node
tppora50 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 tppora50 resolves the IP address correctly.
Failed to gather configuration information.
so what we can do in this situation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2007 05:27 AM
07-07-2007 05:27 AM
Re: Error: Node is refusing Serviceguard communication.
What do you see in syslog when you get the permission enied error?(check in all nodes)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2007 05:28 AM
07-07-2007 05:28 AM
Re: Error: Node is refusing Serviceguard communication.
What do you see in syslog when you get the permission enied error?(check in all nodes)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2007 05:36 AM
07-07-2007 05:36 AM
Re: Error: Node is refusing Serviceguard communication.
Thanks for your response. waiting more kind reply.