- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How does it differrent command "reboot" and "shutd...
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
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
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
тАО09-10-2009 08:27 PM
тАО09-10-2009 08:27 PM
How does it differrent command "reboot" and "shutdown -ry 0" on hp-ux?
it look like same. but i think that the servier stop progress is same or not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-10-2009 09:02 PM
тАО09-10-2009 09:02 PM
Re: How does it differrent command "reboot" and "shutdown -ry 0" on hp-ux?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-11-2009 12:51 AM
тАО09-11-2009 12:51 AM
Re: How does it differrent command "reboot" and "shutdown -ry 0" on hp-ux?
The difference between a "shutdown" and a "reboot" command issued on a system is as follows :
shutdown - this will gracefully terminate all the running processes in a sequential and consistent fashion and then reboot the system. This command should be used in multi-user mode.
reboot - this will forcibly terminate all running processes thus making the system shutdown rapidly and then reboot the server. This command should only really be used in either single user mode or maintenance mode.
Please see their respective man pages - man 1m shutdown and man 1m reboot.
Regards,
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-11-2009 01:20 AM
тАО09-11-2009 01:20 AM
Re: How does it differrent command "reboot" and "shutdown -ry 0" on hp-ux?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-11-2009 04:09 AM
тАО09-11-2009 04:09 AM
Re: How does it differrent command "reboot" and "shutdown -ry 0" on hp-ux?
reboot : kills the all process to restart.
shutdown -ry X : terminates the all process gracefully manner.
So , use shutdown -ry X, it is better if you do not really need reboot.