Operating System - HP-UX
1835955 Members
3199 Online
110088 Solutions
New Discussion

Re: Continue shutdown sequence.

 
H_16
Trusted Contributor

Continue shutdown sequence.


I am trying to shutdown and reboot my HP L-Class. it is hanging trying to stop Openview.

How can I bypass this and continue with the reboot..I thought it was ctrl pipe B ?!?!

But obviously not !!
5 REPLIES 5
Patrick Wallek
Honored Contributor

Re: Continue shutdown sequence.

When the server is coming up you can do:



I'm not sure if that will work when shutting down though.
DCE
Honored Contributor

Re: Continue shutdown sequence.


try control \

it works on NFS when booting!
Enrico P.
Honored Contributor

Re: Continue shutdown sequence.

Hi,

ctrl | (should work)

If you can telnet the system you can kill the rc script:

ps -ef|grep rc
kill PID

Also you can hard reset the system by console:

ctrl-b

rs

Enrico
Fabio Ettore
Honored Contributor

Re: Continue shutdown sequence.

Hi,

I suggest to insert on top of the Openview script just

set -x

and then try stopping it when the system is up and running yet:

/sbin/init.d/ stop

You should notice more info about where the script hangs and work on that to solve.

If you want post the results here.

HTH.

Best regards,
Fabio
WISH? IMPROVEMENT!
Fabio Ettore
Honored Contributor

Re: Continue shutdown sequence.

Hi H,

did you solve your problem?

Best regards,
Fabio
WISH? IMPROVEMENT!