- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- UPS trigger the HP-UX shutdown problem
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
03-20-2006 08:11 PM
03-20-2006 08:11 PM
UPS trigger the HP-UX shutdown problem
I have a MGE UPS and install the Solution Pac UMClient module in the HP-UX server but when try to simulate a power failure the server receive the power failure trap, then the server start to countdown and excute the shutdown command when the time reach. But the server doesn't shutdown, but when checking the shutdown process I can see that the shutdown process already run. So what can be the likely problem? Thanks
=============================================
[hpsgle39]:[root]:/usr/upsman/umclient
>ps -ef |grep -i shutdown
root 4388 4384 0 18:05:34 pts/tb 0:00 /sbin/shutdown -y -h now
[hpsgle39]:[root]:/usr/upsman/umclient
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2006 08:38 PM
03-20-2006 08:38 PM
Re: UPS trigger the HP-UX shutdown problem
So this is going to take time, depending upon what efficient your K* script are.
During power problems, you should rather have shutdown -ry. Quick reboot. There is a difference between shutdown and reboot. Shutdown goes through all K scripts, while reboot does not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2006 08:39 PM
03-20-2006 08:39 PM
Re: UPS trigger the HP-UX shutdown problem
The likely problem is one of your shutdown scripts in /sbin/rc.# directories is hanging.
You need to diagnose which script is hanging and make it do its work in a reasonable amount of time.
If oracle is involved change the dbshut command where it says shutdown to shutdown immediate.
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
03-20-2006 08:39 PM
03-20-2006 08:39 PM
Re: UPS trigger the HP-UX shutdown problem
The likely problem is one of your shutdown scripts in /sbin/rc.# directories is hanging.
You need to diagnose which script is hanging and make it do its work in a reasonable amount of time.
If oracle is involved change the dbshut command where it says shutdown to shutdown immediate.
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
03-20-2006 09:17 PM
03-20-2006 09:17 PM