Operating System - Linux
1822355 Members
5754 Online
109642 Solutions
New Discussion юеВ

Re: Server hangs at "rebooting"

 
SOLVED
Go to solution
Brian Krause
Occasional Advisor

Server hangs at "rebooting"

I have a DL380-G4 (updated BIOS) running RHES4. When I issue the command shutdown -r now, the server goes thru the normal shutdown procedure but hangs at the very end when it displays "rebooting". Am I missing a bios switch or something? All of my other servers running the same OS work normally. Anyone have any ideas?
8 REPLIES 8
Steven E. Protter
Exalted Contributor

Re: Server hangs at "rebooting"

Shalom Brian,

Check the bios version of a working server aginst this broken one. Flash the non-working one if its behind.

Boot with a diagnostic cd and check that the hardware is all working.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Ivan Ferreira
Honored Contributor

Re: Server hangs at "rebooting"

From the SMP HOWTO:

If the machine reboots/freezes after a while, there can be two good BIOS + memory related reasons

* If the BIOS has settings like "memory hole at 16M" and/or "OS/2 memory > 64MB", try disabling them both. Linux does not always react well with theese options.

* If you have more than 64 MB of memory in the machine, and you specified the exact number manually in the LILO/GRUB configuration, you should specify one MB less than you actually have in the machine.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Brian Krause
Occasional Advisor

Re: Server hangs at "rebooting"

I have already finished the diagnostics previously. Seems that a high-availability deamon might be keeping the kernel from issuing the restart command to the hardware. Still checking on this. Thanks for the help.
Philip Waters
Advisor

Re: Server hangs at "rebooting"

I seem to remember when I had a similar problem, that the server that wouldn't shutdown also didn't have apaci installed on it. Something in the power management module might give the instructions how to power down. I'm making this up as I go, of course. but you can verify this by doing rpm -qa | grep apaci on a server that works, and one that does not.
There's No Place like root# cd ~/
Ivan Ferreira
Honored Contributor

Re: Server hangs at "rebooting"

What Phillip says sounds good, you can disable apm by using the noapm kernel boot option.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Kodjo Agbenu
Honored Contributor
Solution

Re: Server hangs at "rebooting"

Hi,

I had the same issue with my laptop and thanks to google I resolved it by appending :

reboot=b

to kernel boot parameters (/boot/grub/grub.conf).

Good lcuk.
Kodjo
Learn and explain...
Brian Krause
Occasional Advisor

Re: Server hangs at "rebooting"

Thanks everyone...
-----------------------------

reboot=b

to kernel boot parameters (/boot/grub/grub.conf).
--------------------------------
This worked.....
Brian Krause
Occasional Advisor

Re: Server hangs at "rebooting"

This worked...

-------------------------------
reboot=b

to kernel boot parameters (/boot/grub/grub.conf).