Folks, Please look at the following description:
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 ? Since we don't want one process to effect the proper functioning of the other process. Because of this limitation we are unable to implement the SMF solution in our product _Thanks Much ddt This message posted from opensolaris.org