- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- dealing with boot hangs
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-27-2001 01:25 PM
тАО04-27-2001 01:25 PM
dealing with boot hangs
Also, is there a keystroke sequence (like CTRL-ALT-BACKSPACE on XFree86) that will kill the X server?
Thanks in advance,
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-27-2001 01:34 PM
тАО04-27-2001 01:34 PM
Re: dealing with boot hangs
Try the "control" key plus "pipe" (|) key sequence.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-28-2001 05:33 AM
тАО04-28-2001 05:33 AM
Re: dealing with boot hangs
The fastest way to break booting process that hung is to press the Break key.
But this stop this process and as I remember well other processes do not start either. But you have a possibility to correct mistakes that make starting processes hanging.
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2001 04:41 AM
тАО04-30-2001 04:41 AM
Re: dealing with boot hangs
To interrupt the run control scripts (eg if the boot process hangs at NFS startup) use ctrl-\ (control-backslash)....only one is not enough so pretend you are playing space invaders (rat-a-tat-tat-tat-tat...). This will bypass all other start up scripts and give you a log in prompt so when you fix up the problem causing the hang you will need to do a reboot to ensure that the OS is in a consistent state.
By the way the most common cause of a hang at the NFS startup point is a mismatch between the hostname configured in /etc/rc.config.d/netconf and /etc/hosts (or DNS/NIS if used) or some other typo in netconf.
To break out of an X session is shift-control-break, but this may not work with CDE, you might have to do a ps -ef and grep for dtlogin and kill its PID.
Cheers, Trevor.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2001 05:10 AM
тАО04-30-2001 05:10 AM
Re: dealing with boot hangs
I go with Trevor. As the booting process has not gotten to CDE level/startup break the startup process with ctrl-\ (control-backslash), other startup processes after this point will not run
Regards!
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2001 06:05 AM
тАО04-30-2001 06:05 AM
Re: dealing with boot hangs
I confirm what I said before. Pressing Break key stops in general starting process that hung booting. And all remaining processes do not start either.
According to HP Break key is designated to break hanging booting.
Although it often happens that pressing the combination of keys Ctrl + \ do the same. But this depends on the hanging process. Simply Ctrl + \ sends from keyboard signal number 3, that means Quit with coredump. How process react to this signal depends on the process itself, i.e. how particular signals are processed.
Hope this helps.
Rgds.