1834495 Members
2921 Online
110067 Solutions
New Discussion

cmomd

 
Dan Copeland
Regular Advisor

cmomd

Just wanted to get more details on this cmomd process. How this process gets kicked off? Can I start it through command line ?
3 REPLIES 3
Helen French
Honored Contributor

Re: cmomd

Just do a search on www.docs.hp.com and you will get the answers you need. This is from a SG document:

Cluster Object Manager Daemon: cmomd

This daemon is responsible for providing information about the cluster to clients--external products or tools such as ServiceGuard Manager that depend on knowledge of the state of cluster objects. Clients send queries to cmomd and receive responses from it. This daemon may not be running on your system; it is used only by clients of the object manager.

cmomd accepts connections from clients, and examines queries. The queries are decomposed into categories (of classes) which are serviced by various providers. The providers gather data from various sources, including, commonly, the cmclconfd daemons on all connected nodes, returning data to a central assimilation point where it is filtered to meet the needs of the exact client query. This daemon is started by xinetd. Relevant parameters are found in the /etc/xinetd.d/hacl-probe file.
Life is a promise, fulfill it!
Jairo Campana
Trusted Contributor

Re: cmomd

Stephen Doud
Honored Contributor

Re: cmomd

/etc/inetd.conf contains this line:

hacl-probe stream tcp nowait root /opt/cmom/lbin/cmomd /opt/cmom/lbin/cmomd -f /var/opt/cmom/cmomd.log

(system) Usage:
cmomd [-l (def[ault]|t[race]|deb[ug])]
[-f ]
[-P ]

This daemon is launched when ServiceGuard Manager is awakened on the server to interact with the GUI.

-Stephen