David Scarani wrote: > I am creating a manifest for our Covalent Apache service. > > We have multiple httpd server instances running on on our system, therefore I > was planning on creating a manifest that contains (1) service and multiple > instances (each representing a separate httpd server). > > After my initial manifest is built and I have imported the manifest via > svcadm import, when I want to add additional instances, can/should I modify > the manifest by adding the info regarding the new instance, then delete the > old manifest and reimport or is there another method that is recommended? > > Dave,
You can also create new instances and populate properties using svccfg or program with libscf interfaces. -tony