I'm setting up debugging of svc.startd (which works) but I can't get at the property using svcprop.
o Use svccfg to set the property # svccfg select svc:/system/svc/restarter:default svc:/system/svc/restarter:default> addpg options application svc:/system/svc/restarter:default> setprop options/logging = astring: debug svc:/system/svc/restarter:default> listprop options/logging options/logging astring debug svc:/system/svc/restarter:default> quit o using -p # svcprop -p options/logging svc:/system/svc/restarter:default svcprop: Couldn't find property group `options' for instance `svc:/system/svc/restarter:default' o When I export the SMF Manifest the options just set are visible in the xml file. What's the explanation for this behavior (not being able to successfully use the -p option after setting up a property group)? -paul -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/smf-discuss/attachments/20090507/c29dd5f0/attachment.html>