Operating System - HP-UX
1834883 Members
2673 Online
110071 Solutions
New Discussion

cmclconfd error in syslog

 
TheJuiceman
Super Advisor

cmclconfd error in syslog

I am getting a repeating message in my syslog as follows:

cmclconfd[14284]: cmclconfd running with weak security (identd disabled)

How should I address this issue? Thanks.
4 REPLIES 4
Warren_9
Honored Contributor

Re: cmclconfd error in syslog

is your identd disable in your inetd.conf?

The new MCSG patch contains some security feature, make sure you did follow the "Special
Installation Instructions"....
Devesh Pant_1
Esteemed Contributor

Re: cmclconfd error in syslog

Hey,
check if identd has been disabled in the inetd.conf it should look like this:
# grep ident /etc/inetd.conf
ident stream tcp wait bin /usr/lbin/identd identd

after editing the /etc/inetd.conf you can restart the inetd with a inetd -c

this should take care of all the errors

If you want to read more on patch levels for Serviceguard, identd and ARPA you can check knowledge base article UXSGKBAN00001174

thanks
DP
melvyn burnard
Honored Contributor

Re: cmclconfd error in syslog

You are running Serviceguard with the identd security features turned off.
Recent versions of Serviceguard have had a security patch so you may also want to read the special instructions of any SG patch installed.

read here for some details:


http://docs.hp.com/en/5874/securingserviceguard.pdf

http://docs.hp.com/en/6283/SGsecurityfiles.pdf

My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
TheJuiceman
Super Advisor

Re: cmclconfd error in syslog

When I uncomment out the identd entry in /etc/inetd.conf and restart it, I get the message in my syslog.log file:

ident/tcp: unknown service

Then the messages start again. Any thoughts?

Thanks.