Renaud Manus writes: > Have you done a "svcadm refresh finger" after the svccfg ? > > If the service is in maintenance, can you provide the output of > svcs -xv ? > > For supportability, you should not change the original .xml file > (either via vi or svccfg). If you want to dump the service description > into a file : "svccfg export finger > myfile.xml"
I just wanted to add to what Renaud said and clarify this point: > > scvprop has i think a problem with the widespace because it shows > > exec="/etc/myscript\ xxx". so at the end of myscript an backslash. svcprop escapes shell metacharacters on purpose. That's the backslash you're seeing in svcprop. Renaud's questions will help track down the actual problem. liane