Operating System - HP-UX
1834798 Members
2762 Online
110070 Solutions
New Discussion

Re: MC service guard max running packages

 
Ravindra_
Advisor

MC service guard max running packages

Is there any way to specify max running packages in service guard cluster?

I have two packages configured in cluster but want only one of them running at any given time.
3 REPLIES 3
melvyn burnard
Honored Contributor

Re: MC service guard max running packages

no there is not, you can only specify the maximum number of packages configured in a cluster.
To do what you want you would need to code in to your user_defined_run_cmds section a test that would halt the package if it finds the other package already running when it tries to start.
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Ravindra_
Advisor

Re: MC service guard max running packages

thanks for your reply, i would code the logic
Ravindra_
Advisor

Re: MC service guard max running packages

thx, closing thread