Folks, We have implemented an architecture, where there is a Master-Process that monitors few Slave-processes. This Master-process keeps an eye on the Slave Process, and keep restarting them, when ever one of these Slave Processes die (or) get killed.
The way we designed, this Master process; is that it can restart any particular slave-process only ( N number of times ), after which it dies. Question : If I want to implement a Manifest, such that SMF only monitors the Master-Process and not the Slave-processes. And when the Master process dies, the SMF should start the Master-process and the Slave-Processes. How do I implement a manifest such that, only the Master-Process is monitored by the SMF, and not the Slave-Processes, even though the Master and the Slave processes are started by the same executable ? _D This message posted from opensolaris.org