Quoth Andy Rudoff on Tue, Feb 14, 2006 at 11:05:46AM -0700: > In other words, the zones restarter depends on the milestone > called "multi-user-server", which in turn depends on the milestone > "multi-user", which in turn depends on rpcbind. ... > - Is there a way for me to see the dependency chain directly? I put > together the dependency links between the zones restarter and rpcbind > by reading the XML manifest files. Is there a command that would have > shown me the dependency graph directly?
Yes: svcs -xv. If you specify a service and it is offline waiting for another service, svcs -xv will print a path (one of perhaps many) from the service to the root cause. So "svcs -xv zones" is what you want. David
