1755603 Members
3668 Online
108836 Solutions
New Discussion юеВ

Service Guard

 
itcen
New Member

Service Guard

Hello

how can i prevent the cluster to start all packages configured when i fire cmruncl?
i mean... when i fire cmruncl, the cluster starts and all the packages go up. I'd like to start the cluster without starting the packages. Is it possible?
thank you very much :-)
3 REPLIES 3
Luk Vandenbussche
Honored Contributor

Re: Service Guard

Set the parameter AUTO_RUN to NO in your package configuration file, for each package.

Reapply your packages witch cmcheckconf -P and cmapplyconf -P
Stephen Doud
Honored Contributor

Re: Service Guard

Luk is correct.
Edit each package configuration file and set the AUTO_RUN parameter to NO.
Then with the package(s) halted, perform
# cmapplyconf -f -P ...

This will prevent Serviceguard from automatically starting the package at cluster startup.
itcen
New Member

Re: Service Guard

yes it's ok thank you, it works.