> 
> 
> 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
> tarter    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?

No

> 
> 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?
>
On building my V20z via the serial console with Nevada 87 all goes well until 
it reboots.
Just after the login prompt appeared to my surprise I see Solaris saying 
"Starting desktop login on display :0"
I then waited but could not get the login prompt back so I reset the server via 
the service processor. When I rebooted I saw the following:-
Loading smf(5) service descriptions: 1/1
WARNING: svccfg import /var/svc/manifest/network/rpc/100235_1-rpc_ticotsord.xml 
failed

svccfg import warnings. See /var/svc/log/system-manifest-import:default.log .
/dev/rdsk/c2t0d0s7 is clean
Reading ZFS config: done.
/sbin/sh: /lib/svc/method/install-launcher: not found
May 3 21:28:59 svc.startd[7]: svc:/system/install:default: Method 
"/lib/svc/method/install-launcher > /dev/console < /dev/console 2>&1" failed 
with exit status 1.
/sbin/sh: /lib/svc/method/install-launcher: not found
May 3 21:28:59 svc.startd[7]: svc:/system/install:default: Method 
"/lib/svc/method/install-launcher > /dev/console < /dev/console 2>&1" failed 
with exit status 1.
/sbin/sh: /lib/svc/method/install-launcher: not found
May 3 21:28:59 svc.startd[7]: svc:/system/install:default: Method 
"/lib/svc/method/install-launcher > /dev/console < /dev/console 2>&1" failed 
with exit status 1.
May 3 21:28:59 svc.startd[7]: system/install:default failed: transitioned to 
maintenance (see 'svcs -xv' for details)

I have tried to remove svc:/system/install:default with:-

svccfg -s multi-user-server delpg install_multi-user-server



Cheers
Richard
 
 
This message posted from opensolaris.org

Reply via email to