On Fri, May 11, 2007 at 12:43:04PM -0700, Durga Deep Tirunagari wrote: > We have a Start Script (START-PROCESSES script) that starts multiple > processes : > > A Process > B Process > C Process > D Process > > We have implemented a manifest, and implemented the START / STOP / > REFRESH methods, but when any of these process ( A / B / C etc.. ) > fails, SMF stops and starts all processes. > > Even though in our implementation every process is independent of > other process.. A is independent of B, C is independent of B, C is > independent of A. etc... > > If A process crashes or cores, we don't want SMF to stop all processes > and restart all processes, but should only start A process. Is this > possible for us to acheive this ?
Yes, but if these four processes are independent and you want them to be restarted independently when they crash then you'll want to have four separate services, not one. Nico --