- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- UPS Shutdown Time
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
08-15-2002 11:25 AM
08-15-2002 11:25 AM
HP-UX 10.20
Can it be possible to configure shutdown time from HP-UX more than 15 min?
If possible, how?
Thanks in advance,
Sandip
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2002 11:41 AM
08-15-2002 11:41 AM
Re: UPS Shutdown Time
what about adding entry in /etc/ups_conf:
shutdown_delay_mins:Number_of_mins
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2002 12:25 PM
08-15-2002 12:25 PM
Re: UPS Shutdown Time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2002 12:30 PM
08-15-2002 12:30 PM
Re: UPS Shutdown Time
As far as I know, the time for shutdown is fixed to 15 min. If you increase the delay it will start the shutdown process after that stipulated time. I need to know that whether this 15 min can be increased or not?
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2002 12:34 PM
08-15-2002 12:34 PM
Re: UPS Shutdown Time
It is available from the UPS Data Sheet. And from that data sheet I can found that it can support 29 min with the specific amount of load.
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2002 12:34 PM
08-15-2002 12:34 PM
Re: UPS Shutdown Time
a)shutdown_delay_mins (default=1min)
b)shutdown_timeout_mins (default=5mins)
The "a)" is how much time to wait after the UPS kicks in before it tells ups_mond to run shutdown halt.
The "b)" is how much time to wait before actually power it down totally.
If you think your UPS can last for 15 mins, you can increase "a)" (by editing /etc/ups_conf) and just remember to restart ups_mond afterwards. There should be already an entry in /etc/inittab that respawns ups_mond. If that's the case just run ..
# init q
to restart ups_mond. Check the process to confirm.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2002 12:40 PM
08-15-2002 12:40 PM
Re: UPS Shutdown Time
The parameter value which I gave can be defined the ups_conf file. I don't think there is a documented max. limit for this parameter. If your UPS supports this much wait time, then you can change this parameter.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2002 01:00 PM
08-15-2002 01:00 PM
Re: UPS Shutdown Time
This document explains it all:
http://support1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000058669811
Doc ID - UUPSKBRC00008714
hth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2002 06:39 PM
08-15-2002 06:39 PM
Re: UPS Shutdown Time
It very easy if you do it using SAM
#sam >peripheral devices >UPS >action >modify global configuration.
But I have never tried to change it more than 15m.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 01:22 AM
08-16-2002 01:22 AM
SolutionI've always believed that the limit was 15 mins. Whilst looking for documentation to confirm this I read the patch text for the latest ups_mond patch for 10.20 (PHCO_24153.)
Have a read of the defect description section where it discusses the limits and refers to some UPS units where the limits are increased.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 10:33 AM
08-16-2002 10:33 AM
Re: UPS Shutdown Time
10 out of 10. I was exactly looking for this configuration detail.
Animesh,Sajid,SK,
I had read some where that those earlier PowerTrust UPS does not support more than 15 Min / 999 Sec battery backup, as described in the patch details. That's why I was so particular about that 15 Min.
Anyway my problem is solved now.
Sandip