Quoth David Finberg on Thu, Sep 07, 2006 at 01:32:51PM -0400: > Consider the following > > svc:/network/rpc/bind:default disabled > svc:/network/rpc/meta:default enabled > svc:/system/mdmonitor:default enabled > svc:/system/metainit:default enabled > > ignoring the question of whether or not this is a brilliant idea (since > lots of things are going to have issues), reboot the system. > > I find > # svcs metainit meta bind multi-user > STATE STIME FMRI > disabled 6:52:54 svc:/network/rpc/bind:default > online 6:53:00 svc:/system/metainit:default > offline 6:52:58 svc:/milestone/multi-user:default > offline 6:53:11 svc:/network/rpc/meta:default
What about mdmonitor? I think it should be online, but it must be offline for svcs -x to include it in the path. David