- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: UPS configuration
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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-19-2003 04:40 AM
08-19-2003 04:40 AM
I guess many of the members in this forum have experienced the big blackout last week, hope no serious damages occured to any of your servers. We survived thanks to our UPS, but it seemed that the auto shutdown didn't kick off, we have to manually shutdown while the battery still last. I have some question regarding UPS configuration. We are using HP power trust II UPS, along with "HP UPS Manager II Version B.03.10" which comes with the ups.
there's a /etc/ups_mond (links to /usr/lbin/ups_mond) installed with HPUX, and there're lots of threads in the forum discuss its configuration, but my understanding is that while using UPS Manager, we shouldn't let the ups_mond started, it may confilct with the ups manager, right?
regarding the autoshutdown, we can set it through ups manager's admin interface (upsmgrascii), but how do these settings work with configurations in /etc/ups_conf ? or ups_conf doesn't count at all since ups_mond didn't started?
thanks,
Gary
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2003 04:44 AM
08-19-2003 04:44 AM
Re: UPS configuration
You're heading in the right direction - ups_conf has nothing to do with UPS Manager II. Ignore it and do any configuration through the admin interface.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2003 05:24 AM
08-19-2003 05:24 AM
Re: UPS configuration
1. connect the cable from UPS to W-cable's serial (UPS) port on server
2. Once HP-UX is running, use SAM (Peripheral Devices) to configure the PowerTrust UPS.
You can specify:
a. the port to be used (geneally /dev/tty1p1)
b. whether to activiate or deactivate the automatic shutdown feature entirely.
c. the shutdown_delay_mins parameter (default 1 minute)
d. the shutdown_timeout_mins parameter. This value must be longer than the longest time that shutdown may take on the system, not to exceed the battery capacity. I recommend use value of 10 minutes.
For detail, refer to ups_mond and ups_conf man pages for more information
3. Verify by checking for UPS message in /var/adm/syslog/syslog.log.
Messages appear whenever ups_mond starts, and whenever the PowerTrust detects some reportable condition.
4. change /etc/inittab
ups0::off:rtprio 0 /usr/lbin/ups_mond -f /etc/ups_conf
to
ups0::resprawn:rtprio 0 /usr/lbin/ups_mond -f /etc/ups_conf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2003 05:27 AM
08-19-2003 05:27 AM
Re: UPS configuration
thanks,
Gary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2003 05:29 AM
08-19-2003 05:29 AM
Re: UPS configuration
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2003 05:49 AM
08-19-2003 05:49 AM
Re: UPS configuration
thanks,
Gary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2003 05:56 AM