http://defect.opensolaris.org/bz/show_bug.cgi?id=10249
amaguire <alan.maguire at sun.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alan.maguire at sun.com
Status|NEW |INCOMPLETE
--- Comment #3 from amaguire <alan.maguire at sun.com> 2009-07-24 00:35:40 ---
a quick scan of the onnv_120 sync suggests that some changes to libscf (the
library used by svcadm) were made. The error you're seeing is suggestive of a
repository that has perhaps been corrupted. If you're upgrading, there should
be no need to create the service_tbl (this is the database table that holds the
list of services).
Try the following to examine database integrity:
# /lib/svc/bin/sqlite /etc/svc/repository.db
sqlite> .tables
You should see a list of database tables (id_tbl, instance_tbl, pg_tbl,
service_tbl etc). It'd be good to rule out data corruption to start with.
--
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.
You are the assignee for the bug.