I have modified the manifest for a service instance by introducing some new SMF properties to one of its property group of type application.
<propval name='STR1' type='astring' value='' override='true'/> <propval name='STR2' type='astring' value='' override='true'/> <propval name='NUM1' type='integer' value='0' override='true'/> <propval name='NUM2' type='integer' value='0' override='true'/> After I bfu'ed my system, I could see the manifest of my service instance in /var/svc/manifest/...<my service instance> has been updated accordingly. But when I ran svccfg -s <my service instance> listprop, I didn't see those new properties. Am I missing something? BTW, I manually imported the manifest and it wouldn't work either. thanks, Natalie This message posted from opensolaris.org