Richard Skelton writes: > Hi, > How do I remove this service as it seems to be left over from a problem I had > with the reboot after my nv b87 install. > rich: svcs -x > svc:/system/install:default (install) > State: maintenance since 3 May 2008 21:28:59 BST > Reason: Start method failed repeatedly, last exited with status 1. > See: http://sun.com/msg/SMF-8000-KS > See: /var/svc/log/system-install:default.log > Impact: 4 dependent services are not running. (Use -v for list.) > > Cheers > Richard. > > > This message posted from opensolaris.org > _______________________________________________ > smf-discuss mailing list > smf-discuss at opensolaris.org
You can use svccfg delete -f svc:/system/install Before you do that, however, you should probably investigate those 4 dependent services that are not running. To find out what they are, you can use svcs -D svc:/system/install tom