Quoth David Scarani on Sun, Jun 10, 2007 at 08:55:50AM -0700: > 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?
You can do that, but whether you should depends on factors such as whether you place the manifest into /var/svc/manifest, and whether the name of your service is the same as one already delivered by Sun. David