Operating System - HP-UX
1834646 Members
2396 Online
110069 Solutions
New Discussion

cmclconfd: Unable to stat /etc/cmcluster/cmclconfig

 
SOLVED
Go to solution
CITEC HP TEAM
Frequent Advisor

cmclconfd: Unable to stat /etc/cmcluster/cmclconfig

We have cluster software installed, but not configured. Would like to leave the sw on the host incase we want to implement a cluster in future. How do we stop the syslog messages without swremove ?

Syslog Message:
cmclconfd: Unable to stat /etc/cmcluster/cmclconfig

Tks,
Belinda
5 REPLIES 5
Arunvijai_4
Honored Contributor

Re: cmclconfd: Unable to stat /etc/cmcluster/cmclconfig

Hello,

You can disable the auto start option by editing /sbin/init.d/cmclconfig.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
CITEC HP TEAM
Frequent Advisor

Re: cmclconfd: Unable to stat /etc/cmcluster/cmclconfig

Hi Arun,

This file does not exist.

/var/adm/syslog # ll /sbin/init.d/cmclconfig
/sbin/init.d/cmclconfig not found

However, the directory /etc/cmcluster does.

Startup is set to 0

/etc/rc.config.d # cat cmcluster | grep AUTO
# AUTOSTART_CMCLD
AUTOSTART_CMCLD=0

Would like to be able to stop the messages without swremoving


# swlist -l product | grep ServiceGuard
SG-NFS-Tool A.11.23.02 MC/ServiceGuard NFS Script Templates
ServiceGuard A.11.16.00 ServiceGuard

Tks,
Belinda

Kasper Hedensted
Trusted Contributor
Solution

Re: cmclconfd: Unable to stat /etc/cmcluster/cmclconfig

Hi,

Comment out these two lines in /etc/inetd.conf:

hacl-cfg dgram udp wait root /usr/lbin/cmclconfd cmclconfd -p
hacl-cfg stream tcp nowait root /usr/lbin/cmclconfd cmclconfd -c

and then "inetd -c" to reconfigure the inetdaemon.

Best regards,
Kasper
CITEC HP TEAM
Frequent Advisor

Re: cmclconfd: Unable to stat /etc/cmcluster/cmclconfig

Thanks Kasper,

That seems to have done the trick.

Cheers,
Belinda
CITEC HP TEAM
Frequent Advisor

Re: cmclconfd: Unable to stat /etc/cmcluster/cmclconfig

Update to inetd.conf resolved this problem.