Quoth Natalie Li on Thu, Feb 14, 2008 at 02:26:16PM -0800: > My service has only one instance. Thus, I refer it as service > instance. Actually, I'm trying to add new properties to a property > group. If you look at /var/svc/manifest/network/smb/server.xml, I'm > just trying to add new properties to the existing 'smbd' property group. > > Yes, I used both svccfg -s smb/server and svcprop -c smb/server after > bfu'ing the system with the updated manifest. I don't see those new > properties get added. Does the manifest only work with a freshly > installed system?
No, you're probably running into a customization problem. What happens if you run svcprop -s last-import -p smbd smb/server ? David