- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: problem while adding new node in cluster
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
08-03-2007 02:31 AM
08-03-2007 02:31 AM
we are facing this error, while adding new node in an existing cluster. Name resolution is working fine on all nodes. but still we are facing this error.
# cmcheckconf -v -k -C staging.ascii
Checking cluster file: staging.ascii
Checking nodes ... Done
Checking existing configuration ... Done
Warning: Unable to get configuration for cluster staging.
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.
cmcheckconf : Failed to gather configuration information
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2007 03:21 AM
08-03-2007 03:21 AM
SolutionI would advise you to carefully read and understand these 2 white papers:
http://docs.hp.com/en/6283/SGsecurityfiles.pdf
http://docs.hp.com/en/5874/securingserviceguard_nov2005.pdf
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2007 03:46 AM
08-03-2007 03:46 AM
Re: problem while adding new node in cluster
I've already gone through those documents. I've checked security settings and host connectivity multiple times. but im still getting this error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2007 04:57 PM
08-03-2007 04:57 PM
Re: problem while adding new node in cluster
check this too first or its equivalent.
PHSS_34759 1.0 Serviceguard A.11.16.00
PHSS_32732 1.0 COM B.03.00.00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2007 11:59 PM
08-05-2007 11:59 PM
Re: problem while adding new node in cluster
1) If this is a new cluster creation (version A.11.16 or later), insure
/etc/cmcluster/cmclnodelist has been created on every node in the cluster.
The file format is akin to .rhosts. Example:
tic root
toc root
or use IP-based handles to expedite the authentication function. Eg:
16.113.32.42 root
16.113.32.43 root
NOTE: EVERY node must be listed in every cmclnodelist!
--------------------------------------------------------------------------------
2) The error occured because an old cluster binary file existed on the other
node and there was no cluster binary on the node where the configuration
command was executed. Removing the invalid cluster binary file permitted
the cmapplyconf to operate.
--------------------------------------------------------------------------------
3) In another case, the identd service was not enabled in /etc/inetd.conf.
# grep ident /etc/inetd.conf
#auth stream tcp6 wait bin /usr/lbin/identd identd
Removing the "#" comment and running 'inetd -c' cleared the condition.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2007 06:20 PM
08-06-2007 06:20 PM
Re: problem while adding new node in cluster
Problem is resolved, Thanks for everyone's help