1826605 Members
3283 Online
109695 Solutions
New Discussion

Re: cmclconfd reference?

 
SOLVED
Go to solution
Prashant Zanwar_4
Respected Contributor

cmclconfd reference?

Any reference for cmclconfd to be configured under inetd.conf under SG11.16?
Thnx
Prashant
"Intellect distinguishes between the possible and the impossible; reason distinguishes between the sensible and the senseless. Even the possible can be senseless."
5 REPLIES 5
IT_2007
Honored Contributor

Re: cmclconfd reference?

I do see the following in /etc/inetd.conf file

hacl-probe stream tcp nowait root /opt/cmom/lbin/cmomd /opt/cmom/lbin/cmomd -f /var/opt/cmom/cmomd.log -r /var/opt/cmom
hacl-cfg dgram udp wait root /usr/lbin/cmclconfd cmclconfd -p
hacl-cfg stream tcp nowait root /usr/lbin/cmclconfd cmclconfd -c
Prashant Zanwar_4
Respected Contributor

Re: cmclconfd reference?

Any documentation on the stuff to know what options should be used. Just now i faced a problem which i was able to solve looking at other system. Just -c option was not sufficient , also I had to give -i option against it..

Thx
"Intellect distinguishes between the possible and the impossible; reason distinguishes between the sensible and the senseless. Even the possible can be senseless."
IT_2007
Honored Contributor

Re: cmclconfd reference?

ok. Here is lot of options you can use it. Check the link.

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=150275
melvyn burnard
Honored Contributor
Solution

Re: cmclconfd reference?

the -i option for the hacl-cfg lines in inetd.conf are to diasble the security authentication now internal to Serviceguard.
Take a read of:
http://docs.hp.com/en/B3935-90078/B3935-90078.pdf
http://docs.hp.com/en/6283/SGsecurityfiles.pdf
http://docs.hp.com/en/5874/securingserviceguard_nov2005.pdf
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
rariasn
Honored Contributor

Re: cmclconfd reference?

and my configuration:

#grep -i ha /etc/inetd.conf

hacl-probe stream tcp nowait root /opt/cmom/lbin/cmomd /opt/cmom/lbin/cmomd -f /var/opt/cmom/cmomd.log -r /var/opt/cmom
hacl-cfg dgram udp wait root /usr/lbin/cmclconfd cmclconfd -p
hacl-cfg stream tcp nowait root /usr/lbin/cmclconfd cmclconfd -c

#grep -i hacl /etc/services
hacl-hb 5300/tcp # High Availability (HA) Cluster heartbeat
hacl-gs 5301/tcp # HA Cluster General Services
hacl-cfg 5302/tcp # HA Cluster TCP configuration
hacl-cfg 5302/udp # HA Cluster UDP configuration
hacl-probe 5303/tcp # HA Cluster TCP probe
hacl-probe 5303/udp # HA Cluster UDP probe
hacl-local 5304/tcp # HA Cluster Commands
hacl-test 5305/tcp # HA Cluster Test
hacl-dlm 5408/tcp # HA Cluster distributed lock manager


rgs,

ran