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? Would adding a <dependent> entry in the manifest for dumpadm and sysevent and removing the dependency from fmd do the trick? Is that the correct approach? My alternative hack was to define two instances :default and :non-global but that leads to other questions. Advice appreciated. Thanks Gavin