1829103 Members
2227 Online
109986 Solutions
New Discussion

shutdown problem

 
kholikt
Super Advisor

shutdown problem

--------------------------------------------------------------------------------
Hi,

I am having problem with one of our L class server. When I issued a reboot command, the machine will reboot fine. But if I use a shutdown -h now command, after I saw the 0 buffer to flush message, the machine just halt there.

Last time, I will see other message tell me to reset or I can turn off the power.

What could be the possible solution? Anyhelp will be appreciated. I am running HPUX 11.00 with hardware and general patch applied
abc
3 REPLIES 3
Dan Hetzel
Honored Contributor

Re: shutdown problem

Hi,

'shutdown -h [grace]' will halt the system, that's what '-h' stands for.
If you want to reboot the server, you should use the 'shutdown -r [grace]'.

When using '-h' you are given a message telling you when it's safe to switch the power off. This is normal behavior.

Best regards,

Dan
Everybody knows at least one thing worth sharing -- mailto:dan.hetzel@wildcroft.com
kholikt
Super Advisor

Re: shutdown problem

yes, correct I should see the message, but I don't see this message. Nothing other than 0 buffer dirty, I am shutdown the server from a direct console.
abc
Hakan Dedorson
Occasional Advisor

Re: shutdown problem

Have you checked the rc-scripts for errors? For example a missing "stop_msg" tag willl cause the shutdown to hang.