Richard Skelton wrote:
>> 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
> Hi Tom,
> So these are the dependent services:-
> rich: svcs -D svc:/system/install:default
> STATE          STIME    FMRI
> online         May_03   svc:/system/console-login:default
> online         May_03   svc:/system/hal:default
> online         May_03   svc:/application/graphical-login/cde-login:default
> offline        May_03   svc:/network/inetd-upgrade:default
> offline        May_03   svc:/milestone/multi-user-server:default
> offline        May_03   svc:/system/zones:default
> 
> If I delete the service svc:/system/install:default the system will still not 
> get to the svc:/milestone/multi-user-server:default and it will still not run 
> the SunRay scripts in /etc/rc3.d
> 
> Here we can see why the service fails:-
> 
> rich: svcs -l svc:/system/install:default
> fmri         svc:/system/install:default
> name         install
> enabled      true
> state        maintenance
> next_state   none
> state_time    3 May 2008 21:28:59 BST
> logfile      /var/svc/log/system-install:default.log
> restarter    svc:/system/svc/restarter:default
> dependency   require_all/none svc:/milestone/sysconfig (online)
> dependency   require_all/none svc:/system/filesystem/local (online)
> rich: tail /var/svc/log/system-install:default.log
> [ May  3 21:07:43 Executing start method ("/lib/svc/method/install-launcher > 
> /dev/console < /dev/console 2>&1"). ]
> [ May  3 21:07:43 Method "start" exited with status 1. ]
> 
> rich: ls -l /lib/svc/method/install-launcher 
> /lib/svc/method/install-launcher: No such file or directory
> 
> So the install launcher has been removed or not created but the service 
> manifest still thinks it's required.
> 
> How can I check my install is complete as it seem fine and no errors in 
> /var/sadm/system/logs/

Does your system still have a /var/sadm/launcher directory?

The system/install service uses stuff in that directory to do
finishing tasks that need to happen after the initial reboot.
It then removes that directory entirely, and then deletes the
service.

You mentioned you had a problem with the reboot after your
install.  What was the problem?


-ethan


> 
> Cheers
> Richard.
>  
>  
> This message posted from opensolaris.org
> _______________________________________________
> smf-discuss mailing list
> smf-discuss at opensolaris.org

Reply via email to