If you want to restrict the impact of a restart/disable... SMF method to an "ancestor" process and not the children processes, and allow "critical events" to occur on your child process without seeing the entire service to be restarted, maybe the simplest solution would be to set your forked processes in separate contracts.
-> ctrun(1) is your friend in this case. HTH, W. On 10/14/09 17:23, tester wrote: > Hi, > > Is it possible to change the critical event set of a service? We have a > service started by SMF which in turns forks other processes. How can change > the critcal event set of the SMF service, so they restarts/kills of the SMF > service won't impact the forked children? > > Thanks