- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- broke my 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
06-18-2007 08:29 AM
06-18-2007 08:29 AM
cmrunnode : Unable to determine the nodes on the current cluster
cmrunnode : Either no cluster configuration file exists, or the file is corrupted, or cmclconfd is unable to run
Fail to load data from configuration database.
Unable to open communications to configuration daemon: Not owner
Unable to connect to configuration database.
not sure what i broke. when i do a "cmviewcl" i only get partial output...
thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2007 08:34 AM
06-18-2007 08:34 AM
Re: broke my cluster??
The other thing to do would be to use swremove to remove the patches that effect MC/SG.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2007 06:49 PM
06-18-2007 06:49 PM
Re: broke my cluster??
Is this Serviceguard 11.16 by any chance?
If so you may have installed a patch which changes the way Serviceguard does authentication. It will have been described in the special instructions for that patch.
You should carefully review the following 2 documents and understand their implications:
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
06-18-2007 11:07 PM
06-18-2007 11:07 PM
Re: broke my cluster??
What does syslog.log have for additional error messages or related messages?
We have seen this when a Serviceguard patch has been installed that includes a dependency on 'identd' but that daemon has been commented out of /etc/inetd.conf on one/both nodes.
Also, we have seen it when 'auth' is substituted where identd should be.
# grep 113 /etc/services
If it's wrong, change it and run 'inetd -c'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2007 12:41 AM
06-19-2007 12:41 AM
Re: broke my cluster??
Jun 18 15:24:46 ippiux7 cmclconfd[13529]: Unable to connect to server 127.0.0.1 on port 113 (Connection refused).
Jun 18 15:24:46 ippiux7 cmclconfd[13529]: Unable to properly gather the remote user for fd 4. Please make sure the remote node is running identd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2007 12:48 AM
06-19-2007 12:48 AM
Re: broke my cluster??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2007 01:51 AM
06-19-2007 01:51 AM
Re: broke my cluster??
Jun 19 08:45:04 ippiux7 inetd[767]: ident/tcp: Died on signal 13
Jun 19 08:46:06 ippiux7 CM-CMD[11492]: cmrunnode
Jun 19 08:46:07 ippiux7 cmclconfd[11505]: The identd authenticated user name (@
also
Jun 19 08:45:58 ippiux8 cmclconfd[19155]: The identd authenticated user name () did not match with the sender user name (root) on ippiux7. Exiting.
Jun 19 08:46:06 ippiux8 cmclconfd[19157]: The identd authenticated user name () did not match with the sender user name (root) on ippiux7. Exiting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2007 02:21 AM
06-19-2007 02:21 AM
Solution"cmclconfd[26007]: The identd authenticated user name (0) did not
match with the sender user name (root)"
If you have configured /var/adm/inetd.sec , include the following line in it:
ident allow 127.0.0.1
This symptom was caused by changing the server to a Trusted System.
identd normally executes with user 'bin', but when the server is
Trusted, it must execute as root.
To verify whether Trusted Systems is activated, use this command:
# /usr/sbin/authck -p
If not enabled, the following will result:
authck: cannot open Protected Password hierarchy.
If Trusted Systems is enabled, details about the hierarchy are listed.
There are two remedies to this issue.
1) Modify the ident entry in /etc/inetd.conf to operate as root.
For 11.11, change this:
ident stream tcp wait bin /usr/lbin/identd identd
to this:
ident stream tcp wait root /usr/lbin/identd identd
For 11.23, change this
auth stream tcp wait bin /usr/lbin/identd identd
to this:
auth stream tcp wait root /usr/lbin/identd identd
After saving the change in the file, remember to perform
'inetd -c'.
2) Install a patch to permit inetd-called services to operate in a Trusted
environment without changing the owner of the service.
For 11.11: PHCO_30912 s700_800 11.00 libsec cumulative patch
For 11.23: PHCO_32794 s700_800 11.23 libsec cumulative patch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2007 03:25 AM
06-19-2007 03:25 AM
Re: broke my cluster??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2007 03:38 AM
06-19-2007 03:38 AM