1833032 Members
2422 Online
110049 Solutions
New Discussion

Start cmomd daemon

 
SOLVED
Go to solution
Srinikalyan
Regular Advisor

Start cmomd daemon

Hi,
I am trying to administer the Serviceguard from Windows using Serviceguard manager. In HP-UX nodes, no cmomd daemons are running. So I am not able to connect to the cluster object manager. Any idea on how to start the cluster object manager?
Note: test11:/ > grep 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
3 REPLIES 3
Mustafa Gulercan
Respected Contributor
Solution

Re: Start cmomd daemon

This daemon is started by inetd. There are entries in the /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

This daemon may not be running on your system; it is used only by clients of the object manager

regards;
mustafa
Srinikalyan
Regular Advisor

Re: Start cmomd daemon

Thank you very much for your comment. Its working now.
Srinikalyan
Regular Advisor

Re: Start cmomd daemon

ITRC is very helpful to clarify the things on-the-fly.