On 07/30/09 08:55, Gavin Maltby wrote: > Hi, > > I want to convert /var/svc/manifest/system/fmd.xml to configure > an fmd service in non-global native zones. After moving the > manifest out of SUNWckr to SUNWfmd (I don't really understand > the comment in fmd.xml explaining that it is delivered by > SUNWckr because SUNWfmd is a usr package??) I still have > some challenges: > > The service has a require_all dependency on services that > are not part of a non-global zone: svc:/system/dumpadm > and svc:/system/sysevent. How do I express this dependency > in a "we're dependent on it if the service exists" manner?
I think you're looking for optional_all: optional_all Satisfied if the cited services are running (online or degraded) or will not run without administrative action (disabled, mainte- nance, not present, or offline waiting for dependencies which will not start without administrative action). -- Menno Lageman - Sun Microsystems - http://blogs.sun.com/menno