Did you add those properties at the service or the instance level ?
To check you can run : svccfg -s <service fmri> listprop
or check the composed view : svcprop -c <instance fmri>

-- Renaud

Natalie Li wrote:
> 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
> _______________________________________________
> smf-discuss mailing list
> smf-discuss at opensolaris.org

Reply via email to