Huafeng Lu wrote: > Hi, > > Suppose SMF service A depends on SMF service B. Is there a mechanism by > which service A can be notified and/or restarted when service B is > restarted or refreshed? >
Yes, the "restart-on" property in the dependency block that describes A's dependency on B. Value can be "none", "error", "restart", "refresh". See item 6, here: http://www.sun.com/bigadmin/content/selfheal/sdev_intro.jsp, it's also in the man page. CT