Solaris stuck during boot after reconfigure boot


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris stuck during boot after reconfigure boot
# 8  
Old 11-23-2016
I have read through the links and they refer to a different program. The one I have installed is a community created software. The links refer to APCs own powerchute app.

Anyone have any suggestions on how to figure out which service the boot up (or loading to milestone state default) is getting stuck on?

I have started thinking of trying to rollback the rpool to a previous state if possible following http://docs.oracle.com/cd/E19253-01/...zvk/index.html
If I do try a rollback, is there anything that I should consider beforehand, so I don't mess this up any more?

I am very thankful for any input in this matter. Smilie

Skickat från min D5803 via Tapatalk
# 9  
Old 11-24-2016
So has anything changed since your original post? Does it still get endlessly stuck on a normal boot?

This is Solaris 11.3 x86?
# 10  
Old 11-24-2016
I am at work now but no nothing has really changed. I have not been able to pin point what the cause is and hence have not been able to change it.
I am a bit busy with work too at the moment so progress is admittedly a little slow right now too.
Yes this is Solaris 11.3 x86.
# 11  
Old 11-24-2016
So when you boot 'verbose' does the output just stop completely and get stuck? What is the last thing it outputs?

Also, do note that there is another level above 'verbose' which is 'debug'

Code:
boot -m debug

or

Code:
reboot -- -m debug

which really gives it text diarrhea. Sometimes it's useful and often not. However, it would be interesting to know where that gets stuck. It might tell us something. You might need to use x-off (ctrl-s) and x-on (ctrl-q) to stop and start the screen as output is pretty fast. It reports everything it does!!!

Last edited by hicksd8; 11-25-2016 at 06:00 AM..
These 3 Users Gave Thanks to hicksd8 For This Post:
# 12  
Old 11-26-2016
After booting with verbose output it seemed to stop on the service network/physical:default.
So i booted with manifest=none and turned network/physical:default off with svcadm and then did a reboot -- -r and it booted all the way to graphical desktop!

So the boot problem is identified and kind of solved, but the source problem still remains.

Well in to a properly booted desktop I tried to enable network/physical:default but it just won't seem to start properly.

Output from svcs and log below.
Code:
root@server:~# svcs -x
svc:/network/physical:default (physical network interface configuration)
State: offline* transitioning to online since November 26, 2016 12:39:11 PM CET
Reason: Start method is running.
See: http://support.oracle.com/msg/SMF-8000-C4
See: dladm(1M)
See: ipadm(1M)
See: nwam(5)
See: /var/svc/log/network-physical:default.log
Impact: 13 dependent services are not running. (Use -v for list.)

root@server:~# cat /var/svc/log/network-physical\:default.log
[ Nov 16 20:38:49 Executing start method ("/lib/svc/method/net-physical start"). ]
[ Nov 16 20:38:49 Timeout override by svc.startd. Using infinite timeout. ]
[ Nov 16 20:39:03 Method "start" exited with status 0. ]

(output shorted a bit, writing by hand)

[ Nov 26 10:18:05 Executing start method ("/lib/svc/method/net-physical start"). ]
[ Nov 26 10:18:05 Timeout override by svc.startd. Using infinite timeout. ]
[ Nov 26 10:22:50 Executing start method ("/lib/svc/method/net-physical start"). ]
[ Nov 26 10:22:50 Timeout override by svc.startd. Using infinite timeout. ]
[ Nov 26 12:39:11 Enabled. ]
[ Nov 26 12:39:11 Executing start method ("/lib/svc/method/net-physical start"). ]
[ Nov 26 12:39:11 Timeout override by svc.startd. Using infinite timeout. ]

Various outputs below
Code:
root@server:~# dladm
LINK                  CLASS   MTU   STATE    OVER
net0                  phys    1500  unknown  --
vboxnet0              phys    1500  up       --
transferzone/net0     vnic    1500  up       vboxnet0

root@server:~# ipadm
NAME          CLASS/TYPE STATE        UNDER     ADDR
lo0           loopback   ok           --        --
   lo0/v4     static     ok           --        127.0.0.1/8
   lo0/v6     static     ok           --        ::1/128
net0          ip         disabled     --        --
   net0/v4    dhcp       disabled     --        ?
   net0/v6    addrconf   disabled     --        ::

root@server:~# ls /etc/ | grep host
hostid
hostname.vboxnet0
hosts

root@server:~# cat /etc/hosts
#
#Copyright 2009 Sun Microsystems, Inc. All rights reserved.
#Use is subject to license terms.
#
#Internet host table
#
::1 server localhost
127.0.0.1 server localhost loghost

root@server:~# cat /etc/hostid
# DO NOT EDIT
"_I__45heac"

root@server:~# cat /etc/hostname.vboxnet0
192.168.56.1

I am not really sure what to look for here. The only thing I noticed is that in /etc/ there is no "hostname.net0" the same as .vboxnet0 but I am not sure if there should be such a file or not.
/var/adm/messages does not really say anything either.
Running /lib/svc/method/net-physical start directly from prompt does not result in any output and it just sits there without going anywhere until i press ctrl+c.

Any suggestions?
# 13  
Old 11-26-2016
I think you've hit the same problem that I started this thread about on 20-04-2016 so join the club!

Solaris x86 11.3 'live' DVD, network issue

I never got an answer to this and I haven't been able to solve it myself.

Do you think that it's the same problem?

I put the thread up in the hope that some big Solaris guns who are members on here (and who are Oracle employees) would push this inside Oracle but, so far, no luck.

So what I'm saying is that I don't think this problem is as a result of something you've done. I still say that it's a bug.

---------- Post updated at 07:29 PM ---------- Previous update was at 06:53 PM ----------

Additional comment:

The obvious conclusion to draw is that the required network interface driver is not available (ie, not on the media) but if that were the case, how come the network interface always works fine when running from the 'live' DVD but won't start the network after installation and booting from the HD. I still don't get it I'm afraid. Just doesn't make sense. Even then, the problem occurs randomly and is not consistent on every boot. Sometimes it works just fine and seems to be something to do with a DHCP server (or router) going away (rebooting) and then coming back. Subsequent boots fail to start the network for some reason and screw the OS.

If you install Solaris 11.1 x86 and then do an over-the-web upgrade to Solaris 11.3 this problem never occurs. Weird.

Last edited by hicksd8; 11-26-2016 at 03:36 PM..
This User Gave Thanks to hicksd8 For This Post:
# 14  
Old 11-26-2016
I'm not sure if it is the same issue, but considering the tips in your thread did not help me, I start to fear for it.
Does that mean that my only way out is to do a fresh install of Solaris 11.1 instead?
And I who was so happy with getting everything working together so nicely, zones and all. Smilie

Nothing I can try to get it working?
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

Replaying log stuck during boot

I had some problems with NFS see here: https://www.unix.com/302790997-post9.html and now I cannot boot the partition when I boot I get stuck here Saving Base Customize Data to boot disk Starting the sync daemon ... (7 Replies)
Discussion started by: filosophizer
7 Replies

2. Solaris

Solaris x86 installation using jumpstart does not local boot ( boot from hdd)

I am trying to install Solaris x86 using the Jumpstart server. I run the add_install_client command with appropriate options, and reboot my x86 Target box. The installation starts fine and unattended. After the installation completes and the target goes for a re-boot, it does not boot from the HDD... (9 Replies)
Discussion started by: hemalsid
9 Replies

3. Boot Loaders

Reboot and Select Proper Boot device or insert Boot media in select Boot device and press a key

Hello, I have kubuntu on my laptop and now I decided to switch to Windows 7. I made the bios settings properly (first choice is boot from cd\vd) but I see the error " reboot and select proper Boot device or insert Boot media in select Boot device and press a key " I have tried CD and... (0 Replies)
Discussion started by: rpf
0 Replies

4. SCO

stage 1 boot failure: error loading hd (40)/boot

hi SCO Unix 5.0.6 doesn't boot due to this problem: not a directory boot not found cannot open stage 1 boot failure: error loading hd (40)/boot Knows someone howto solve it? (16 Replies)
Discussion started by: ccc
16 Replies

5. AIX

boot process stuck on "Welcome to AIX" banner

Good afternoon, I'm currently working on an IBM 9110-510, with an AIX 6.1 on it. Currently, I've put an HyperTerminal on the machine vty0. Folowing the procedure given by a support guy(§details), I'm able to get to the AIX banner ... (6 Replies)
Discussion started by: nilleb
6 Replies

6. Solaris

cannot find boot device and won't boot off cdrom

I'm running solaris 2.5.1. My main development server is DEAD, i can't even boot off the cdrom, it powers up, acts like it is starting the boot process but then says cannot find boot device. I've done the search here on this site and saw the other posts, but at the ok prompt it won't even let me... (3 Replies)
Discussion started by: kymberm
3 Replies

7. Solaris

solaris boot problem boot error loading interpreter(misc/krtld)

When I installed the SOLARIS 10 OS first time, the desktop would not start up, this was because of network setup. Reinstalled worked. After a week due to some problem I had to reinstall OS, installation went fine and but when i reboot I get this error. cannot find mis/krtld boot error loading... (0 Replies)
Discussion started by: johncy_j
0 Replies

8. UNIX for Advanced & Expert Users

Cannot boot - Boot : Panic : File size out of range (EWS-UX/V unix)

Hey ! I am running EWS-UX/V (Rel 4.2) on NEC EWS/4800/330 station and I am having problems rebooting my station : I am getting the following message on display : BOOT : PANIC : File size out of range. According to user guide, this error is occuring when a file exceeding the limit and/or... (2 Replies)
Discussion started by: fredo
2 Replies

9. UNIX for Dummies Questions & Answers

freebsd auto login user at boot / i'm stuck

I run freebsd 4.8 and try to find the way or 'a' way to log in a certain user i created automaticaly at pc boot. I have searched the net, the manuals, but found nothing... could anyone please get me going by showing me an example or what file(s) i need to take a look at. i am not working... (6 Replies)
Discussion started by: termiEEE
6 Replies
Login or Register to Ask a Question