Durga Deep Tirunagari wrote: > Thanks for the replies, say for example I implement four manifests and import > all these four manifests, > > Then starting these processes will be like enabling these services will be > some thing like :( > > svcadm enable svc:/network/ProcessA > svcadm enable svc:/network/ProcessB > svcadm enable svc:/network/ProcessC > svcadm enable svc:/network/ProcessD > > Which is in contrary to the START-PROCESSES script, which used to bring up > all these processes. > > Are there any other alternatives to this ?. or may be an RFE against SMF
Yes. svcadm enable -r svc:/network/ProcessSet Where Process-Set is a service that is just a milestone, ie it doesn't start any processes but collects other services together in a group. -- Darren J Moffat