- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to reboot a HP-UX server
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
тАО08-17-2004 01:36 AM
тАО08-17-2004 01:36 AM
How to reboot a HP-UX server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-19-2004 11:12 AM
тАО08-19-2004 11:12 AM
Re: How to reboot a HP-UX server
# cd /
# /usr/sbin/shutdown -r -y 0
-r = reboot
-y = dont ask for confirmation
0 = Shutdown now
shutdown command is the preferred way to shutdown a system though you could reboot and init commands too.
# reboot
reboot command will not execute any kill scripts and reboot the system in a crude way :-). not recommended unless you are sure the shutdown scripts are going to hang (like if you have messed up with your cluster and you are sure cluster halt will fail).
# init 0
can halt the system
# init 6
will shutdown and reboot the system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-19-2004 11:22 AM
тАО08-19-2004 11:22 AM
Re: How to reboot a HP-UX server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-19-2004 11:30 AM
тАО08-19-2004 11:30 AM
Re: How to reboot a HP-UX server
shutdown -ry now
to shutdown restart
shutdown -hy now
to halt
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
тАО08-20-2004 12:39 AM - last edited on тАО01-10-2021 04:16 PM by Ramya_Heera
тАО08-20-2004 12:39 AM - last edited on тАО01-10-2021 04:16 PM by Ramya_Heera
Re: How to reboot a HP-UX server
Others have giving you your answer.
New to HP-UX / Unix?
man is your friend:
man 1m shutdown
That will give you the "manual" page on shutdown.
Also,
s a great resource and these forums of course
Rgds...Geoff
PS: Don't forget to assign points to those that help you. Thanks.