- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cmclconf unusual syslog error
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
09-20-2005 01:52 AM
09-20-2005 01:52 AM
Does anyone know how to resolve this:
@@@@@@@@@
Sep 20 09:36:14 cmcld: Cannot connect to configuration daemon (cmclconfd) on node
Sep 20 09:36:14 cmcld: Failed to dump Flight Recorder log buffer.
Sep 20 09:40:10 cmcld: Unable to write updated configuration file $SGCONF/cmclconfig to disk: No such file or directory.
Sep 20 09:40:10 cmcld: Will retry to write out configuration file to disk in 5 min
Sep 20 09:45:11 cmcld: Unable to write updated configuration file $SGCONF/cmclconfig to disk: No such file or directory.
Sep 20 09:45:11 cmcld: Will retry to write out configuration file to disk in 5 min
@@@@@@@@@@
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2005 02:48 AM
09-20-2005 02:48 AM
Re: cmclconf unusual syslog error
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=206968
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2005 03:03 AM
09-20-2005 03:03 AM
Re: cmclconf unusual syslog error
#ps -ef | grep cmclconfd
Just wondering what made to put -i as an attribute to cmclconfd in inetd.conf???
what are other attributes being used?
Have you used -i in all other nodes as well?
Since this daemon is not working , Flight Recorder is failing as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2005 03:04 AM
09-20-2005 03:04 AM
Re: cmclconf unusual syslog error
verify these and issue the inetd -c command to check.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2005 03:22 AM
09-20-2005 03:22 AM
Re: cmclconf unusual syslog error
And yes all nodes are identical and cmclconfd does run fine on all nodes including the troubled one.
What else?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2005 03:48 AM
09-20-2005 03:48 AM
SolutionA question to ask.
Do you have a file /etc/cmcluster.conf?
If so, is it the same as on the other nodes?
It seems that the daemons do not have the information they require for accessing file locations.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2005 04:00 AM
09-20-2005 04:00 AM
Re: cmclconf unusual syslog error
I think it can't be updated due the errors in syslog.
Even cmcheckconf & cmapplyconf work ok!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2005 04:11 AM
09-20-2005 04:11 AM
Re: cmclconf unusual syslog error
Not normally recommended, but if the other 7 nodes have the same cmclconfig file, you could check the permissions/ownerships of this file, then rcp a "good" copy of the file onto thios node.
Have a backup of the /etc/cmcluster directory made first!
I also wonder what would happen if you did a cmhaltnode then a cmrunnode on this node.
If you do, you may want to turn up the logging in inetd.conf to see if this can be tracked any further and log a call with your local HP Response Centre
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2005 04:20 AM
09-20-2005 04:20 AM
Re: cmclconf unusual syslog error
It seems that after patching installed and disabling the identd , inetd -c has not been run as Melvyn said before.
Probably you need run
# /usr/sbin/inetd -c
Confirm you have entries as given below in the inetd.conf file on the node.
The patch special instruction say this:
If you would prefer to install this patch and choose not to utilize the identd functionality (thus obviating the need to enable identd), do the following steps on each node after installing PHSS_31067 and PHSS_31069 but before having each node re-join the cluster (e.g. before issuing a cmrunnode or cmruncl).
1) Change the cmomd entry in /etc/inetd.conf to appear as:
hacl-probe stream tcp nowait root \
/opt/cmom/lbin/cmomd /opt/cmom/lbin/cmomd -i -f \
/var/opt/cmom/cmomd.log -r /var/opt/cmom
The cmclconfd line should appear as:
hacl-cfg stream tcp nowait root /usr/lbin/cmclconfd \
cmclconfd -c -i
2) Reload inetd: "/usr/sbin/inetd -c"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2005 07:19 AM
09-20-2005 07:19 AM
Re: cmclconf unusual syslog error
PS. I do have HP involved in this, but were exploring other inputs since this issue has been going on for 11 days!!