http://defect.opensolaris.org/bz/show_bug.cgi?id=9947
Anurag S. Maskey <Anurag.Maskey at Sun.COM> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CAUSEKNOWN |FIXINPROGRESS
--- Comment #8 from Anurag S. Maskey <Anurag.Maskey at Sun.COM> 2009-10-27
19:43:46 UTC ---
(In reply to comment #6)
> It appears the fix here might be to not pass the datalink-management FMRI to
> smf_service_import() so that just the dlmgmt.xml manifest is imported.
The datalink-management service is disabled so in the pre-dlmgmtd world,
svc.startd does not try to enable datalink-management after the manifest is
imported. It is only enabled after reboot. The bfu script still needs to
handle this case.
We need to detect that we are in the post-dlmgmtd world and not disable
datalink-management during bfu. This detection can be done by checking the
state of datalink-management using svcs(1). If the command returns 0, the
service exists and we do not pass the FMRI to smf_import_service(). Otherwise,
the service does not exist and the FMRI is passed to smf_import_service().
--
Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.