- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- shutdown -ry hanging system
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
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
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-26-2004 04:37 AM
04-26-2004 04:37 AM
shutdown -ry hanging system
I've come across a problem that I am scratching my head on...when I reboot my system (L2000, UX 11.00) using shutdown -ry 0, all logins to remote terminals are ended, but the system will sit in a multiuser mode (runstate 3). When I go to the console and reboot, the command then works normally (I haven't tried rebooting directly from the console recently, so I can't say if the shutdown command works normally there). I don't have any limitations in place (at least not the common ones I'm aware of), but would like to remedy this to make sure the server is stable (I DON'T! like problems during startup/reboot/shutdown!)
Thanks in advance,
Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 04:40 AM
04-26-2004 04:40 AM
Re: shutdown -ry hanging system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 04:40 AM
04-26-2004 04:40 AM
Re: shutdown -ry hanging system
Does the "reboot -q" cmd also hang?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 04:40 AM
04-26-2004 04:40 AM
Re: shutdown -ry hanging system
The last thing that happened before the hang is going to be listed.
Normally, when this happens to us, its because a shutdown script /sbin/init.d/ script is not working right.
A common cause for us is Oracle not coming down clean. We had to write a special program to replace dbshut to get clean Oracle shutdowns.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 04:59 AM
04-26-2004 04:59 AM
Re: shutdown -ry hanging system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 05:10 AM
04-26-2004 05:10 AM
Re: shutdown -ry hanging system
If the value is 3, that can give an error during the execution of the shutdown script.
just a guess ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 05:14 AM
04-26-2004 05:14 AM
Re: shutdown -ry hanging system
0 is my default; thanks for the suggestion...
Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 05:28 AM
04-26-2004 05:28 AM
Re: shutdown -ry hanging system
I have had to login the console and kill shutdown and execute a reboot to get it down.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 05:35 AM
04-26-2004 05:35 AM
Re: shutdown -ry hanging system
If you are trying to reboot the server, have you tried,
shutdown -y -g0 -i6
Or to simply shutdown,
shutdown -y -g0 -i0
Hope this helps.
Regds