Peter Hawkins wrote: > I've modified the samba smf service on NVb91 to enable browsing and now have > a service with two instances: > > svc:/network/samba:smbd > svc:/network/samba:nmbd > > If I now try svcadm enable/disable I get a warning about multiple instances, > as expected. Is there a way to start stop both of these with a single > command, e.g. wildcards? > > Thanks > I believe not. svcadm(1M) states that a FMRI or pattern matching more than one instance results in an error.
Is it correct to have multiple instance here since the original service is declared as "single instance"? -tony