Operating System - HP-UX
1753882 Members
7049 Online
108809 Solutions
New Discussion юеВ

Re: cmclconfd error in syslog

 
SOLVED
Go to solution
SILO Storagetek
Frequent Advisor

cmclconfd error in syslog

Hi, everybody,
I've just cloned a Vclass on a Superdome via make_recovery. At the start of the new system, after giving it a new name and a new ip, I found some errors like this in syslog:
cmclconfd[7040]: Permission denied for user root on node MODE_NAME to execute ServiceGuard daemon.
The /etc/rc.config.d/cmcluster is set to zero.

I don't know why the system is trying to start SG..

thanx for any suggest.

p.
5 REPLIES 5
Armin Feller
Honored Contributor

Re: cmclconfd error in syslog

This is a known issue that occurs if cluster
A and B are on the same subnet.

The errors appear because the rhosts on e.g. B1 and B2 does not allow nodes A1 and A2 root
access.

Please correct the .rhost or cmclnodelist File.
Steve Steel
Honored Contributor
Solution

Re: cmclconfd error in syslog

Hi

Any SG command invokes cmclconfd.

Since AUTOSTART_CMCLD=0 is
in /etc/rc.config.d/cmcluster then something else is trying to
execute SG .SEE Document
UXSGKBAN00000021 for steps to permanently remove SG. If, after removing SG,
you still have an error

1./etc/services
remove the "ha" entries
2. /etc/inetd.conf remove hacl lines

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


'inetd -c' reread the inetd.conf file or reboot


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
SILO Storagetek
Frequent Advisor

Re: cmclconfd error in syslog

ok, the original system was on a different subnet, but I don't konw why the cluster try to start when AUTOSTART_CMCLD=0..
Armin Feller
Honored Contributor

Re: cmclconfd error in syslog

Try what Steve said.
SILO Storagetek
Frequent Advisor

Re: cmclconfd error in syslog

ok guys, thanks everybody!