- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- HPE 9000 and HPE e3000 Servers
- >
- Re: anyone know how to connect an APC UPS to a HP ...
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
тАО01-14-2003 04:47 PM
тАО01-14-2003 04:47 PM
anyone know how to connect an APC UPS to a HP server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-14-2003 04:52 PM
тАО01-14-2003 04:52 PM
Re: anyone know how to connect an APC UPS to a HP server?
Here is instructions for installing PowerChute:
http://sturgeon.apcc.com/techref.nsf/umanuals/F8B48669C418C526852569B90078AAB2?OpenDocument
You should have gotten instructions with the UPS on how to connect everything.
If not, APC has a pretty good support page from what I have seen so far.
http://www.apc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-14-2003 05:22 PM
тАО01-14-2003 05:22 PM
Re: anyone know how to connect an APC UPS to a HP server?
we've followed the instructions as best we can, but the powerchute software can not communicate on the port we are trying to use.
The documents describe setting up the default ups port as a terminal, and set the respwan to off, but what should the /etc/ups_conf file have for a port?
We are verifying cables, and will make further attempts tonight. I will check out the link you provided thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2003 01:52 AM
тАО01-15-2003 01:52 AM
Re: anyone know how to connect an APC UPS to a HP server?
A bit off-the-wall but...
Are you using PowerChute for HP-UX?
Over here in the UK the APC UPS's are of course supplied with PowerChute management software BUT NOT the version that works with HP-UX OS
This has to be ordered on-line as an additional item at an additional cost
Could this be the root of your problem?
Regards - Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2003 02:16 AM
тАО01-15-2003 02:16 AM
Re: anyone know how to connect an APC UPS to a HP server?
After reading your original post I realise it's nowt to do with the version of PowerChute
Good luck
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2003 08:49 AM
тАО01-15-2003 08:49 AM
Re: anyone know how to connect an APC UPS to a HP server?
The cable you need for HPs is stamped 940-0024C on one of the ends of the 9pin m/f cable. You 'should' be able to connect to either serial port (assuming you have two on the HP box) and the software will allow you to switch if you have the one other than the configured port plugged in. All of this assumes you have installed the proper PowerChute (ver 4.2.3 was the last HPUX version I think) and have the serial port on the back of the ups (SmartUPS).
My units (SmartUPS 1000s and 1400s) are typically communicating through the port using the device at /dev/tty0p0 (default) or /dev/tty1p0 if the cable is in the serial 2 port instead.
Hope this helps,
Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2003 09:02 AM
тАО01-15-2003 09:02 AM
Re: anyone know how to connect an APC UPS to a HP server?
ups0::off:rtprio 0 /usr/lbin/ups_mond -f /etc/ups_conf
a0:3:off:/usr/sbin/getty -h tty0p1 2400
APCd:0123456:wait:/etc/rc.APCupsd start #POWERCHUTE
What about /etc/ups_conf? Is the hp-ux ups deamond running?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2003 08:15 AM
тАО01-16-2003 08:15 AM
Re: anyone know how to connect an APC UPS to a HP server?
my etc/inittab:
ups1::off:rtprio 0 /usr/lbin/ups_mond -f /etc/ups_conf
APCd:0123456:wait:/etc/rc.APCupsd start #POWERCHUTE
The second line is the one created by Powerchute when installed.
I have never made any changes to any of the port settings (like your line a0....) to change the speeds but the closest config I have to yours is a D370 with a rackmount smartups1400 that also has the inittab lines above and nothing about setting tty0p1. If you can comment that line out and restart (with the right cable) the box you should see the UPS.
Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2003 08:53 AM
тАО01-16-2003 08:53 AM
Re: anyone know how to connect an APC UPS to a HP server?
The software then worked correctly, thanks again.