On Tue, Jul 14, 2009 at 01:28:24PM -0600, Tom Whitten wrote: > > Say I got a service "A" running in "xyz" zone and service "B" running in > > "abc" zone. Is it possible to add "A" as dependency to "B" by any means > > so that "B"'s status gets affected based on "A"'s status? > > I'm afraid not. Zones are independent of each other by design.
This would be akin to having dependencies on services on remote hosts. If SMF was networked, then one supposes that this could be done. But it's not necessarily the case that it'd be a good idea. Most networked applications should discover resources, and recover from their failure, automatically. Nico --