1847894 Members
2613 Online
104021 Solutions
New Discussion

Re: cmcld deamon

 
SOLVED
Go to solution
santosh jha
Frequent Advisor

cmcld deamon

can anybody tell me that when i restart my server after halting pakages will the cmcld deamon start automatically.

regards
santosh
2 REPLIES 2
Solution

Re: cmcld deamon

Because the parameter

AUTOSTART_CMCLD

is set to 1 in the file:

/etc/rc.config.d/cmcluster

CHange it to 0 and Serviceguard will not attempt to restart following boot.

HTH

Duncan

I am an HPE Employee
Accept or Kudo
G. Vrijhoeven
Honored Contributor

Re: cmcld deamon

Hi santoch,

The config file Duncan mentioned will make sure the cluster deamon starts. If you want to know if your packages will start check the AUTO_RUN config in your package controle file.

# Enter the value for AUTO_RUN. Possible values are YES and NO.
# The default for AUTO_RUN is YES. When the cluster is started the
# package will be automatically started. In the event of a failure the
# package will be started on an adoptive node. Adjust as necessary.
#
# AUTO_RUN replaces obsolete PKG_SWITCHING_ENABLED.

AUTO_RUN YES


Gideon