- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- I can't shutdown my K460
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-25-2003 08:49 AM
04-25-2003 08:49 AM
I can't shutdown my K460
I have an HP K460 runnign HPUX 11.0. I issue the 'shutdown now' command, and it looks like it's killing all the processes but then I get this message:
"Wait for transition to run-level S (allow 20 seconds).
Warning: Transition to init state s timed out -- exiting shutdown."
The server remains up, and never comes down. Can someone help me?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2003 08:55 AM
04-25-2003 08:55 AM
Re: I can't shutdown my K460
Reoot will kill anything which is not stopping.
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2003 08:55 AM
04-25-2003 08:55 AM
Re: I can't shutdown my K460
# shutdown -y -h 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2003 08:58 AM
04-25-2003 08:58 AM
Re: I can't shutdown my K460
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2003 08:58 AM
04-25-2003 08:58 AM
Re: I can't shutdown my K460
shutdown -hy now to shutdown the box
To reboot after shutdown use
shutdown -ry now
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2003 09:02 AM
04-25-2003 09:02 AM
Re: I can't shutdown my K460
From console
control b
login: return
passwd: return
GSP>rs
If you want to halt the system and power off wait until the 'interrupt boot up' message is displayed and enter any key. And at main menu power off.
've seen this with some older database products that aren't on a server that's been rebooted for several months, often I/O attributed. When was your last reboot?
who -r, uptime
For any shutdown you must be in /.
cd /
shutdown -r now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2003 09:35 AM
04-25-2003 09:35 AM
Re: I can't shutdown my K460
Unmount all non vg00 drives.
This is the time to turn the key. If you have an option,
shutdown -hy 0 will shutdown.
But remember to take all necessary databases, and applications down first.
Turn key off and on to cycle.
at the wait ten seconds hit a key. Interact with the boot process and type
hpux -is at the ipl prompt.
That will allow you to reset root passwd and do vg00 non / and swap reconfig.
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2003 10:55 AM
04-25-2003 10:55 AM
Re: I can't shutdown my K460
With a shutdown -hy 0 you will still have to operate the key to off, and back on....
I worked till 2 A.M. last night and am fuzzy mentally without a drink...
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2003 11:28 AM
04-25-2003 11:28 AM
Re: I can't shutdown my K460
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2003 09:33 AM
04-28-2003 09:33 AM
Re: I can't shutdown my K460
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2003 09:38 AM
04-28-2003 09:38 AM
Re: I can't shutdown my K460
disks.
Sachin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2003 09:39 AM
04-28-2003 09:39 AM
Re: I can't shutdown my K460
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2003 09:40 AM
04-28-2003 09:40 AM
Re: I can't shutdown my K460
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2003 10:27 AM
04-28-2003 10:27 AM
Re: I can't shutdown my K460
I suspect the fact that you did not have a -y in the original command was the culprit.
That parm forces a "yes" answer to any questions/confirmations shutdown may have/want.
If it shuts down cleanly now when you use -y , that's a good indication that was the problem.
Rgds,
Jeff