HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- cant reboot or shutdown my dl380 g7 with ssh
Operating System - Linux
1825793
Members
2694
Online
109687
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
12-31-2010 09:22 AM
12-31-2010 09:22 AM
cant reboot or shutdown my dl380 g7 with ssh
hello i have HP Dl380 g7 and I installed Debian 5.07 amd-64 on it i can reboot my server from linux command console But when i ssh to my Server from other Client it take a long time to reboot an my server doesn't reboot and still working Although show in My Server Monitor your system will be reboot .....
What is the Problem
Thanks
What is the Problem
Thanks
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2010 10:16 PM
12-31-2010 10:16 PM
Re: cant reboot or shutdown my dl380 g7 with ssh
hi everybody i can reboot from ssh with this command : reboot -f
but i dont know why reboot dont work from command and what is my problem
any way my problem is solved .
Thanks
but i dont know why reboot dont work from command and what is my problem
any way my problem is solved .
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2011 01:23 AM
01-01-2011 01:23 AM
Re: cant reboot or shutdown my dl380 g7 with ssh
"reboot -f" will not shutdown the system cleanly: it is the equivalent of using "kill -9" to stop everything.
It's not a recommended procedure: it's more like an emergency procedure for situations like a) when you *know* all the important processes have already been shut down and you need the system down ASAP, or b) when you've booted using a special boot option like "init=/bin/bash" to fix system start-up problems and you know the normal shutdown procedure won't work in that state.
When you run "shutdown -r now" or "reboot", the system will run all the /etc/rc6.d/K* scripts in alphanumerical order. Typically each script will output a message (to the system console), telling you what it is shutting down. Look at the messages to identify which script is taking a lot of time, or getting stuck in an infinite loop.
MK
It's not a recommended procedure: it's more like an emergency procedure for situations like a) when you *know* all the important processes have already been shut down and you need the system down ASAP, or b) when you've booted using a special boot option like "init=/bin/bash" to fix system start-up problems and you know the normal shutdown procedure won't work in that state.
When you run "shutdown -r now" or "reboot", the system will run all the /etc/rc6.d/K* scripts in alphanumerical order. Typically each script will output a message (to the system console), telling you what it is shutting down. Look at the messages to identify which script is taking a lot of time, or getting stuck in an infinite loop.
MK
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2011 05:48 AM
01-03-2011 05:48 AM
Re: cant reboot or shutdown my dl380 g7 with ssh
root@client# ssh server /sbin/shutdown -ry now
Assuming client is trusted (ssh keys) by server.
Hakuna Matata.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP