- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: killall and restarting devices & services
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
06-26-2004 05:22 PM
06-26-2004 05:22 PM
How would be the easiest way to do a killall (of course from / "root") and restart the devices and services as if it was a restart but without the loooong wait of the graphics card and boot device?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2004 05:26 PM
06-26-2004 05:26 PM
Re: killall and restarting devices & services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2004 05:44 PM
06-26-2004 05:44 PM
Re: killall and restarting devices & services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2004 08:18 PM
06-26-2004 08:18 PM
Re: killall and restarting devices & services
Simple 'shutdown' will bring the system to single user mode by *effectively* killing all the processes except processes needed to run in the single user mode. Once you are in single user mode type 'init 3' to go back to multi-user mode.
A workstation doesn't take long to boot though. I prefer rebooting the system if it is required to restart all the processes.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2004 08:27 PM
06-26-2004 08:27 PM
Re: killall and restarting devices & services
#shutdown -ry 0
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2004 08:36 PM
06-26-2004 08:36 PM
SolutionKilling processes, restarting device, and restarting services are all different things. Now if you want to restart all services then i would say the best way to do it:
1. Ask all yours to logout
2. Close all telnet sessions
3. From console
# init 1
4. This will take you to run level 1
5. # init 3
Restart your system in normal Run level 3.
For restarting Devices you need to shutdown the system and power cycle the server.
Hope this is what you are looking for.
Regards,