Quoth Srinivas Krishnan on Tue, Jan 09, 2007 at 11:18:59AM +0530: > Now the above manifest file is loaded into the repository using svccfg > import <manifest_file>. If one more instance is created later, do we use > the same manifest file above and add one more entity and do the svccfg > import command or is it recommended to use a seperate manifest file and > add it to the repository. If this is the case how it can be done.
I presume you are not placing this manifest in /var/svc/manifest. If so then you should add the new instance to your existing manifest and reimport it. > Also after the import of manifest file into the repository does these > manifest file which are under /var/svc/manifest used later. If not, can > we remove these manifest file in the location after importing into > database. If a service is created by the system from a manifest in /var/svc/manifest, then the system will notice updates to that file and automatically upgrade the service when the file is changed. David