- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Can't graceful shutdown the 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
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
тАО05-06-2006 10:39 PM
тАО05-06-2006 10:39 PM
Can't graceful shutdown the server
We have a brand new server on remote site. The server was running MS windows server for 2 month and everything is fine. We decided to deploy SLES9 AMD64 SP3 + latest errata(via YOU) on this server to replace the original MS windows server.
The server's ACPI is enabled in it's BIOS(systemROM) and ACPI suspend mode was set to S3(STR).
The problem is we can't shutdown it gracefully. when invoke the command " shutdown -h now" , the screen shows normal shutdown process and finally stopped on "System is shutdown immediately..." so our administrator have to press the power button manually.
I've logined into the system and checked it by the following procedures:
1. cat /var/log/boot.msg|grep ACPI (No error, the ACPI is enabled during boot process)
2. cat /var/log/messages|grep ACPI ( No error, all the ACPI log message looks fine)
3. lsmod |grep power (powersave module is loaded)
4. chkconfig --list|grep powersave ( powersaved daemon is enabled and start when system boot, on level 3 5)
5. yast -> power management ( the power setting is all Ok)
6. powersave -S (invoke this command returned "ACPI" , means the powersaved detect the system and tell us now we are ACPI supported)
7. upgrade the server systemROM (BIOS) to latest stable version from the vendor.(ofcoz i also checked the changelog of BIOS history ensure there is no bug relate to this issue).
8. re-install microsoft windows server 2003 on this server, the system can be shutdown gracefully.(this means that the hardware and BIOS setting should be OK).
I just wonder if additonal steps or procedures can help to troubleshoot this problem?
We'll test RHEL on this server at the end although personally i don't like to do this because we are benefit from SLES9's strong administration features.
Regards,
JOe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-07-2006 05:07 AM
тАО05-07-2006 05:07 AM
Re: Can't graceful shutdown the server
Can you pls try with the poweroff command, does it work or the result is same.
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-07-2006 06:04 AM
тАО05-07-2006 06:04 AM
Re: Can't graceful shutdown the server
I've tried poweroff, halt, init. All are same effect.
Regards,
JOe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-07-2006 12:05 PM
тАО05-07-2006 12:05 PM
Re: Can't graceful shutdown the server
- disable local apic (pass nolapic on the boot line)
- disable acpi (pass acpi=off on the boot line)
- try apmd instead of acpi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-07-2006 07:26 PM
тАО05-07-2006 07:26 PM
Re: Can't graceful shutdown the server
At the console or via console login.
tail -f /var/log/messages (or equivalent logfile)
From a normal prompt:
shutdown -h now
Watch the logs.
This statement is wrong:
8. re-install microsoft windows server 2003 on this server, the system can be shutdown gracefully.(this means that the hardware and BIOS setting should be OK).
That means bios settings are okay for Windows. That does not mean they are right for Linux. Nor does it means that this bios will work with Linux.
You may well have a hardware/bios problem.
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
тАО05-07-2006 07:33 PM
тАО05-07-2006 07:33 PM
Re: Can't graceful shutdown the server
Finally i've installed RHEL4U3 on it and the shutdown procedure executs well.
Things turn to clear as my original opinion, the issue may exist in SLES9's power control modules.
I've post a ticket to novell support service but still want to understand why this happen on a brand new server.(and this server has been used for 2 month without problem under MS environment).
Thanks guys,
JOe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-08-2006 07:48 AM
тАО05-08-2006 07:48 AM