Sponsored Content
Full Discussion: APC PowerChute
Operating Systems Solaris APC PowerChute Post 47470 by RTM on Wednesday 11th of February 2004 09:23:07 AM
Old 02-11-2004
And if I remember correctly, if the server only has one port, it is shared as A and B and you need a special cable from Powerchute to make it work on either A or B (your serial ports).
 

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Openserver 5.07 & APC UPS via USB

I have the latest version of SCO Openserver 5.0.7. I'm trying to install a APC Uninerrupted Power Supply 750EX using the USB port. During the installation it was asking for a port to connect the APC into. The only choices are either tty1a, tty2a, or other. I chose other but it start asking me to... (1 Reply)
Discussion started by: josramon
1 Replies

2. UNIX for Advanced & Expert Users

PowerChute on SuSe8.1

hiho, i'm the newest newbie using powerchute, so pls help: I installed PowerChute Business Edition Basic on my suse 8.1 pc ---> ok, the deamon is also running.. but now my problem.... how can i configure the software? i tried to execute the .jar files:... (3 Replies)
Discussion started by: pressy
3 Replies

3. AIX

PowerChute

I have looked on APC webpage and searched here to find a way to configure powerchute to monitor and shutdown our servers safley when a poweroutage lasts longer then 15 minutes. the documentation i have so far is listed below but i know i am missing a step. I also called APC and they said they do... (0 Replies)
Discussion started by: pagink
0 Replies

4. UNIX for Dummies Questions & Answers

telnet via ssh to an APC UPS

Hello! First post, please be gentle! I have some APC UPS devices that I'm trying to log in to. They are currently configured to use telnet -- as a safety precaution, they can only be accessed from our 'bounce' machine. Because I want to do this from a script on my local machine, I'm doing it... (2 Replies)
Discussion started by: Korla Plankton
2 Replies
UPSC(8) 							    NUT Manual								   UPSC(8)

NAME
upsc - example lightweight UPS client SYNOPSIS
upsc -l | -L [host] upsc ups [variable] upsc -c ups DESCRIPTION
upsc is provided as a quick way to poll the status of a UPS server. It can be used inside shell scripts and other programs that need UPS data but don't want to include the full interface. OPTIONS
-l host List all UPS names configured at host, one name per line. The hostname defaults to "localhost". You may optionally add a colon and a port number. -L host As above, list all UPS names configured at host, including their description provided by the remote upsd(8) from ups.conf(5). The hostname defaults to "localhost". You may optionally add a colon and a port number to override the default port. -c ups Lists each client connected on ups, one name per line. ups Display the status of that UPS. The format for this option is upsname[@hostname[:port]]. The default hostname is "localhost". variable Display the value of this variable only. By default, upsc retrieves the list of variables from the server and then displays the value for each. This may be useful in shell scripts to save an additional pipe into grep. EXAMPLES
To list all variables on an UPS named "myups" on a host called "mybox", with upsd(8) running on port 1234: $ upsc myups@mybox:1234 battery.charge: 100.0 battery.voltage: 13.9 battery.voltage.nominal: 13.6 . . . To list the UPSes configured on this system, along with their descriptions: $ upsc -L apc: Back-UPS 500 ppro2: Patriot Pro II To retrieve the status for all UPSes connected to mybox, using Bourne-shell syntax: $ for UPS in `upsc -l mybox:1234`; do upsc $UPS ups.status done To list clients connected on "myups": $ upsc -c myups 127.0.0.1 ::1 192.168.1.2 DIAGNOSTICS
upsc will either print a list of UPS names, a list of all supported variables and their values on the UPS, or an error message. If you receive an error, make sure you have specified a valid UPS on the command line, that upsd(8) is really running on the other host and that no firewalls are blocking you. HISTORY
Earlier versions of this program used the upsfetch library and UDP sockets to talk to upsd. This version of upsc uses the new upsclient library, which only talks TCP. This is why upsct no longer exists. SEE ALSO
upsd(8) INTERNET RESOURCES
The NUT (Network UPS Tools) home page: http://www.networkupstools.org/ Network UPS Tools 05/21/2012 UPSC(8)
All times are GMT -4. The time now is 10:54 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy