HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Power down no longer works
Operating System - Linux
1826331
Members
3436
Online
109692
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
10-23-2000 01:24 PM
10-23-2000 01:24 PM
Power down no longer works
Issuing an init 0 was powering down the system. I moved the /usr directory to
a separate partition. Now when I issue an
init 0 the system comes all the way down
but never powers off the box.
The halt command is in /sbin, which is still
resident on the root disk so I don't know
where the problem is.
Any ideas?
a separate partition. Now when I issue an
init 0 the system comes all the way down
but never powers off the box.
The halt command is in /sbin, which is still
resident on the root disk so I don't know
where the problem is.
Any ideas?
REMEMBER: Once you eliminate your #1 problem, #2 gets a promotion.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2000 05:43 PM
10-23-2000 05:43 PM
Re: Power down no longer works
Yes, have you recently moved the modules???
Anyway, when you compile the Kernel, you need to load in Advance Power Management Support (APM). Also at the end of the list, you need to add 'Use real mode APM Bios call to power off'.
I generally do not use modules, I fell more comfortable with compiled modules.
Hope that helps.
Anyway, when you compile the Kernel, you need to load in Advance Power Management Support (APM). Also at the end of the list, you need to add 'Use real mode APM Bios call to power off'.
I generally do not use modules, I fell more comfortable with compiled modules.
Hope that helps.
Sr. Systems Consultant @ ABS Computer Technology, Inc. http://www.abs-comptech.com/aewhale.html & http://www.ancegroup.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2000 06:08 PM
10-23-2000 06:08 PM
Re: Power down no longer works
My best guess is that the shutdown sequence is attempting to process a command in /usr after the /usr file system has been unmounted and erroring out. The default init $PATH is /usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin so it's possible that a command is failing when attempting to traverse this path set or that the halt command is attempting to use the path itself. There is also a possibility that /etc/inittab has been modified on your system. I did a quick look at /etc/rc.d/init.d/halt but could not see anything in the script that's obvious. Another place to look is the /etc/rc.d/rc.local script.
The standard way to shutdown the machine is with the shutdown command instaed of directly invoking init. I would also try 'shutdown -h now' to see if things happen any differently. Not a clear cut answer, but some places to look.
The standard way to shutdown the machine is with the shutdown command instaed of directly invoking init. I would also try 'shutdown -h now' to see if things happen any differently. Not a clear cut answer, but some places to look.
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