Is there any mechanism or policy related to setting (resetting) an SMF service property from a bundled Solaris package postinstall script from within the mini-root environment?
That is, a web application installing as a bundled Solaris package wants to reset the "general/enabled" property of the service system/webconsole:console to "true". This would be done from the package postinstall script, but while its running from the mini-root environment (for example, during CD based installations). Are any of the SMF commands available and executable at this time? In particular, the svccfg setprop command. Thanks...