Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
02-21-2002 01:01 PM
02-21-2002 01:01 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2002 01:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2002 01:06 PM
02-21-2002 01:06 PM
Re: shutdown
-h = halt the system
Once shutdown is complete a message like "Shutdown complete - OK to power off" or something very similar is displayed. At this point power the machine off via the switch or the key, whichever is applicable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2002 01:10 PM
02-21-2002 01:10 PM
Re: shutdown
Which OS ? For HP-UX boxes,
# shutdown -h -y 0 ( will halt the system within 0 seconds. System will give you "ready to turn off power" message in the console, after the shutdown process is completed)
See this for more options on shutdown:
http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90681/B2355-90681_top.html&con=/hpux/onlinedocs/B2355-90681/00/03/340-con.html&toc=/hpux/onlinedocs/B2355-90681/00/03/340-toc.html&searchterms=shutdown&queryid=20020221-131708
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2002 01:14 PM
02-21-2002 01:14 PM
Re: shutdown
Try
shudown -h 0
or
shutdown -h now
Once the system down message is displayed on the console, turn the key to off to powerdown the system completely ot switch it off if there is a switch (depends on model)
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2002 01:32 PM
02-21-2002 01:32 PM
Re: shutdown
If you have users that are on when you need to shut it down, you can replace the 0 with any number and that will be the delay before the shutdown occurs. For example, you can use shutdown -h 120 and the server will shutdown in 2 minutes. It will also let you type in a message.
Mark