Quoth Durga Deep Tirunagari on Fri, May 18, 2007 at 06:19:22PM -0700: > 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.
Contrary how? Do you mean that whereas in the past the administrator had to issue only a single command, now he has to issue four? I think the best solution to that is for you to deliver an administrative command, which does the for svcadm enables on behalf of the user. David