Subhadeep Sinha wrote: > Hi All, > > I have a RGM question. Been some time and I can't exactly remember how best > to do this.. > > On a single node cluster, I have a resource. What I want to achieve > effectively is that if the application monitored by the resource is not able > to stay online (after the designated retry counts), then Sun Cluster offline > the resource, rather than leaving it online in a faulted state and quitting > to probe it. The problem that I am facing if the resource stays online is > that a dependent resource doesn't go offline when this failure happens. > > Am I missing an easy way to do that ?
Hmmm... i thought what you want above actually is the DEFAULT out-of-the-box behaviour for SC, no tweaking needed. Because that is the "most sensible thing" (tm) to do. :-) If a resource fails to start, it gets into START_FAILED state. Which is what you want, right? Unless you have tweak things up, that is what should happen. Am i missing something obvious? -ashu > > Sorry for the trouble and thanks in advance.. > - Shubho.