On Mon, 28 Apr 2008, Mika Borner wrote: > It does happen: > > # svcprop -p config/local_only rpc/bind > false > # svccfg -s rpc/bind setprop config/local_only=true > # svcadm refresh rpc/bind > # svcprop -p config/local_only rpc/bind > true > # svcadm restart rpc/bind > # svcprop -p config/local_only rpc/bind > false > > This is on S10U5 but I've seen it on U4 also. The system was hardened with > JASS.
This is a SST bug. I can try and find the number later. SST has set the property on the instance, not the service. Try svccfg -s rpc/bind:default setprop config/local_only=true -- Dave