PDA

View Full Version : Linux può accorgersi quando l'UPS si sta scaricando?


beppe1975
26-05-2005, 12:25
Linux può accorgersi quando l'UPS si sta scaricando?

ciao a tutti

vorrei prendere un UPS economico, il trust 800
dato che vorrei attaccargli un serverino, mi chiedevo se in assenza di corrente prolungata, linux può accorgersi e spegnere il sistema prima che si esaurisca la batteria dell'UPS.

l'UPS trust 800 in teoria dovrebbe tenere un'oretta.
sul server ho installato una knoppix 3.8
il sistama è formato da:
athlon 900, ecs via kt133, 256mb pc133, hd 80gb, tnt2, dvd+rw pio 105

SilverXXX
26-05-2005, 12:40
Ci sono dei software appositi, ma non tutti gli ups vanno con quei software

canislupus
26-05-2005, 19:11
La cosa interesserebbe anche a me visto che ho un ups da 500 VA della APC e sarei curioso di sapere se effettivamente c'è un modo per fare l'auto-shoutdown quando il pc viene alimentato da ups.

SilverXXX
26-05-2005, 20:23
Gli APC mi pare vadano tutti.

wubby
26-05-2005, 21:27
La cosa interesserebbe anche a me visto che ho un ups da 500 VA della APC e sarei curioso di sapere se effettivamente c'è un modo per fare l'auto-shoutdown quando il pc viene alimentato da ups.
http://www.apcupsd.com/

canislupus
26-05-2005, 23:49
Dovrei avere già all'interno di Suse 9.3 Pro il pacchetto per l'apc, ma permette oltre di riconoscere il mio ups anche di programmare lo spegnimento se entra in funzione dopo un tot minuti (come già faccio sotto winzozz ?)

SilverXXX
27-05-2005, 00:03
Certo

Marsangola
27-05-2005, 07:45
Per gli APC confermo il funzionamento. All'epoca io trovai il programma per pilotare il gruppo nel cd di installazione. Mi ricordo che lo feci funzionare alla stragrande senza nessuna difficolta': roba da 15 minuti, inclusa la lettura della documentazione :sofico:

canislupus
27-05-2005, 10:28
Allora ragazzi ho installato il demone di APC. L'ho lanciato dall'editor dei runlevel di Suse. Adesso vi chiedo come faccio a configurare un eventuale shutdown programmato in caso di blackout ?
Devo scaricare anche Powerchute (il programma che appunto sotto winzozz permette di fare queste operazioni) ?
Sul sito dell'APC ho trovato solo la versione Business adatta per la mia distro. La Personal è disponibile solo per winzozz e mac os, mentre la Plus è disponibile per Caldera, Sco linux e Novell Netware.
Voi che mi consigliate di fare ?

SilverXXX
27-05-2005, 10:33
Dovrebbe esserci in /etc un file del tipo apc.conf, o apcupsd.conf, o una cartelle simile con i file di configurazioni. Lì dfentro da qualche parte si associano le azioni agli eventi dell'ups.

canislupus
27-05-2005, 10:59
Guarda ho installato anche Powerchute Business Edition, ma non parte il programma (entrando all'interno della sua cartella e lanciando il comando da root, non mi da errori, ma se guardo lo status risulta sempre Stopped).
Ora provo a vedere quello che mi hai detto tu.

canislupus
27-05-2005, 11:28
Sto diventando matto. Ho già disinstallato il Powerchute perchè di fatto non mi permette di fare nulla che non potrei fare semplicemente con il demone (io speravo che installando il programma, mi sarei trovato un'interfaccia grafica, ma invece non c'è nulla).
Ora sto cercando di capire come cavolo configurare il file apcupsd.conf
Io ho un APC Back-UPS Cs-500 USB, mi spiegate come dovrei configurare questo file ?

## apcupsd.conf v1.1 ##
#
# for apcupsd release 3.10.16 (04 November 2004) - suse
#
# "apcupsd" POSIX config file
#
# ========= General configuration parameters ============
#
# UPSNAME xxx
# Use this to give your UPS a name in log files and such. This
# is particulary useful if you have multiple UPSes. This does not
# set the EEPROM.
#UPSNAME
#
# UPSCABLE [ simple | smart | ether | usb |
# 940-0119A | 940-0127A | 940-0128A | 940-0020B |
# 940-0020C | 940-0023A | 940-0024B | 940-0024C |
# 940-1524C | 940-0024G | 940-0095A | 940-0095B |
# 940-0095C | M-04-02-2000 ]
#
# defines the type of cable that you have.
UPSCABLE smart
#
# Old types, still valid, are mapped to the new drivers
#
# keyword driver used
# UPSTYPE [ backups dumb
# | sharebasic dumb
# | netups dumb
# | backupspro apcsmart
# | smartvsups apcsmart
# | newbackupspro apcsmart
# | backupspropnp apcsmart
# | smartups apcsmart
# | matrixups apcsmart
# | sharesmart apcsmart
#
# *** New driver names. They can be used directly
# rather than using one of the above aliases.
#
# UPSTYPE [ dumb | apcsmart | net | usb | snmp | test]
#
# defines the type of UPS you have.
UPSTYPE smartups
#
#
#DEVICE <string> /dev/<serial port>
# name of your UPS device
#
# Here a table of the possible devices related with the UPS drivers.
#
# NOTE!!! for USB devices, please use a form indicated below
# including the [0-15] as written!
#
# Driver Device Description
# dumb /dev/tty** Serial character device
# apcsmart /dev/tty** Serial character device
# usb /dev/usb/hiddev[0-15] On most systems
# net hostname:port Network link to a master apcupsd
# through NIS
# snmp hostname:port:vendor:community
# SNMP Network link to an SNMP-enabled
# UPS device. Vendor is the MIB used by
# the UPS device: can be "APC" or "RFC"
# where APC is the powernet MIB and RFC
# is the IETF's rfc1628 UPS-MIB.
# Port is usually 161.
DEVICE /dev/ttyS0
#
#LOCKFILE <path to lockfile>
# path for serial port lock file
LOCKFILE /var/lock
#
#
#
# ======== configuration parameters used during power failures ==========
#
# The ONBATTERYDELAY is the time in seconds from when a power failure
# is detected until we react to it with an onbattery event.
#
# This means that, apccontrol will be called with the powerout argument
# immediately when a power failure is detected. However, the
# onbattery argument is passed to apccontrol only after the
# ONBATTERYDELAY time. If you don't want to be annoyed by short
# powerfailures, make sure that apccontrol powerout does nothing
# i.e. comment out the wall.
ONBATTERYDELAY 6
#
# Note: BATTERYLEVEL, MINUTES, and TIMEOUT work in conjunction, so
# the first that occurs will cause the initation of a shutdown.
#
# If during a power failure, the remaining battery percentage
# (as reported by the UPS) is below or equal to BATTERYLEVEL,
# apcupsd will initiate a system shutdown.
BATTERYLEVEL 5
#
#
# If during a power failure, the remaining runtime in minutes
# (as calculated internally by the UPS) is below or equal to MINUTES,
# apcupsd, will initiate a system shutdown.
MINUTES 3
#
#
# If during a power failure, the UPS has run on batteries for TIMEOUT
# many seconds or longer, apcupsd will initiate a system shutdown.
# A value of 0 disables this timer.
#
# Note, if you have a Smart UPS, you will most likely want to disable
# this timer by setting it to zero. That way, you UPS will continue
# on batteries until either the % charge remaing drops to or below BATTERYLEVEL,
# or the remaining battery runtime drops to or below MINUTES. Of course,
# if you are testing, setting this to 60 causes a quick system shutdown
# if you pull the power plug.
# If you have an older dumb UPS, you will want to set this to less than
# the time you know you can run on batteries.
TIMEOUT 0
#
#
# Time in seconds between annoying users to signoff prior to
# system shutdown. 0 disables.
ANNOY 300
#
# Initial delay after power failure before warning users to get
# off the system.
ANNOYDELAY 60
#
# The condition which determines when users are prevented from
# logging in during a power failure.
# NOLOGON <string> [ disable | timeout | percent | minutes | always ]
NOLOGON disable
#
#
# If killdelay is set, apcupsd will continue running after a
# shutdown has been requested, and after the specified time in
# seconds attempt to kill the power. This is for use on systems
# where apcupsd cannot regain control after a shutdown.
# KILLDELAY <seconds> 0 disables
KILLDELAY 0
#
#
# ==== Configuration statements the network information server =========
#
# NETSERVER [ on | off ] on enables, off disables the network
# information server. If netstatus is on, a network information
# server process will be started for serving the STATUS and
# EVENT data over the network (used by CGI programs).
NETSERVER on
#
# NISIP <dotted notation ip address>
# IP address on which NIS server will listen for incoming connections.
# Default value is 0.0.0.0 that means any incoming request will be
# serviced but if you want it to listen to a single subnet you can
# set it up to that subnet address, for example 192.168.10.0
# Additionally you can listen for a single IP like 192.168.10.1
NISIP 0.0.0.0
#
# NISPORT <port> default is 3551 as registered with the IANA
# port to use for sending STATUS and EVENTS data over the network.
# It is not used unless NETSERVER is on. If you change this port,
# you will need to change the corresponding value in the cgi directory
# and rebuild the cgi programs.
NISPORT 3551
#
# If you want the last few EVENTS to be available over the network
# by the network information server, you must define an EVENTSFILE.
EVENTSFILE /var/log/apcupsd.events
#
# EVENTSFILEMAX <kilobytes>
# By default, the size of the EVENTSFILE will be not be allowed to exceed
# 10 kilobytes. When the file grows beyond this limit, older EVENTS will
# be removed from the beginning of the file (first in first out). The
# parameter EVENTSFILEMAX can be set to a different kilobyte value, or set
# to zero to allow the EVENTSFILE to grow without limit.
EVENTSFILEMAX 10
#
# ========== Configuration statements used if sharing =============
# a UPS and controlling it via the network
#
# The configuration statements below are used if you
# want to share one UPS to power multiple machines and have them
# communicate by the network. Obviously, the master is connected
# to the UPS via the serial cable, and it communicates to the
# "slaves" via the network -- i.e. the slaves get their info
# concerning the UPS via the ethernet.
#
# UPSCLASS [ standalone | shareslave | sharemaster | netslave | netmaster ]
# normally standalone unless you share a UPS with multiple machines.
UPSCLASS standalone
#
# Unless you want to share the UPS (power multiple machines).
# this should be disable
# UPSMODE [ disable | share | net | sharenet ]
UPSMODE disable
#
# NETTIME <int>
#NETTIME 100
#
# NETPORT <int>
#NETPORT 6666
#
# MASTER <machine-name>
#MASTER
#
# SLAVE <machine-name>
#SLAVE slave1
#SLAVE slave2
#
# USERMAGIC <string>
#USERMAGIC
#
#
#
#
# ===== Configuration statements to control apcupsd system logging ========
#
# Time interval in seconds between writing the STATUS file; 0 disables
STATTIME 0
#
# Location of STATUS file (written to only if STATTIME is non-zero)
STATFILE /var/log/apcupsd.status
#
#
# LOGSTATS [ on | off ] on enables, off disables
# Note! This generates a lot of output, so if
# you turn this on, be sure that the
# file defined in syslog.conf for LOG_NOTICE is a named pipe.
# You probably do not want this on.
LOGSTATS off
#
#
# Time interval in seconds between writing the DATA records to
# the log file. 0 disables.
DATATIME 0
#
# FACILITY defines the logging facility (class) for logging to syslog.
# If not specified, it defaults to "daemon". This is useful
# if you want to separate the data logged by apcupsd from other
# programs.
#FACILITY DAEMON
#
#
#
#
# ========== Configuration statements used in updating the UPS EPROM =========
#
# UPS name, max 8 characters -- used only during -n or --rename-ups
#UPSNAME UPS_IDEN
#
# Battery date - 8 characters -- used only during -u or --update-battery-date
#BATTDATE mm/dd/yy
#
# The following items are set during -c or --configure
#
# Sensitivity to line voltage quality (H cause faster transfer to batteries)
# SENSITIVITY H M L (default = H)
#SENSITIVITY H
#
# UPS delay after power return (seconds)
# WAKEUP 000 060 180 300 (default = 0)
#WAKEUP 60
#
# UPS Grace period after request to power off (seconds)
# SLEEP 020 180 300 600 (default = 20)
#SLEEP 180
#
#
# Low line voltage causing transfer to batteries
# The permitted values depend on your model as defined by last letter
# of FIRMWARE or APCMODEL. Some representative values are:
# D 106 103 100 097
# M 177 172 168 182
# A 092 090 088 086
# I 208 204 200 196 (default = 0 => not valid)
#LOTRANSFER 208
#
# High line voltage causing transfer to batteries
# The permitted values depend on your model as defined by last letter
# of FIRMWARE or APCMODEL. Some representative values are:
# D 127 130 133 136
# M 229 234 239 224
# A 108 110 112 114
# I 253 257 261 265 (default = 0 => not valid)
#HITRANSFER 253
#
# Battery change needed to restore power
# RETURNCHARGE 00 15 50 90 (default = 15)
#RETURNCHARGE 15
#
# Alarm delay
# 0 = zero delay after pwr fail, T = power fail + 30 sec, L = low battery, N = never
# BEEPSTATE 0 T L N (default = 0)
#BEEPSTATE T
#
# Low battery warning delay in minutes
# LOWBATT 02 05 07 10 (default = 02)
#LOWBATT 2
#
# UPS Output voltage when running on batteries
# The permitted values depend on your model as defined by last letter
# of FIRMWARE or APCMODEL. Some representative values are:
# D 115
# M 208
# A 100
# I 230 240 220 225 (default = 0 => not valid)
#OUTPUTVOLTS 230
#
# Self test interval in hours 336=2 weeks, 168=1 week, ON=at power on
# SELFTEST 336 168 ON OFF (default = 336)
#SELFTEST 336
#
#

SilverXXX
27-05-2005, 11:39
UPSCABLE usb (ovvio)
UPSTYPE usb (credo)
DEVICE /dev/usb/hiddev[0-15] (per saperlo, stacca l'ups a pc accesso e riattaccalo, opi dai il comando dmesg, nelle ultime righe dovresti vedere a che device è collegato)


il resto non penso ti serva

canislupus
27-05-2005, 12:54
Ok dopo provo.
Intanto grazie per l'aiuto.

P.S. Mi dice che è collegato su hiddev96 !!!

SilverXXX
27-05-2005, 13:04
strano, cmq tu metti quello

canislupus
27-05-2005, 15:18
Ho fatto tutto. Senti, ma come faccio a sapere se funziona correttamente (oltre a staccare la corrente e vedere se effettivamente effettua lo shoutdown).
Possibile che non ci sia un modo per controllare a livello grafico se tutte le impostazioni sono corrette ?

SilverXXX
27-05-2005, 15:21
Stacca la corrente (o la presa)

canislupus
27-05-2005, 15:24
Cavolo però non riesco a capire. Perchè non hanno fatto anche un'interfaccia grafica come esiste già in winzozz ? Anche scaricando il sw Powerchute non si risolve molto perchè anche quello richiedere una configurazione da riga di comando e non permette per esempio di vedere lo stato di carica dell'UPS... :cry:
La cosa che più mi dispiace è che UPC sembra essere un produttore che non è contro linux.

P.S. Io ho staccato la corrente e l'ups sta alimentando il pc. Speriamo che mi avvisi prima di spegnersi.

canislupus
28-05-2005, 00:35
Alla fine ho fermato il test perchè onestamente non mi fidavo a lasciare il pc senza alimentazione. Cmq ho mandato intanto una mail ad apc per chiedere info se vi sia una possibilità di vedere lo stato di carica e l'eventuale livello rimanente di carica quando entra in funzione l'ups. Dai non posso credere che nessuno abbia mai pensato ad una interfaccia grafica di un sw per monitorare gli ups. La linea di comando spesso è molto veloce per configurare tutto, ma a volte ci sono tante funzioni che rimangono oscure o cmq difficili da configurare (un ups mi sembra una cosa abbastanza importante visto che si compra proprio per evitare chiusure errate del SO).

e-Tip
28-05-2005, 03:05
tiziano@Osiris:~$ apt-cache show apcupsd-cgi
Package: apcupsd-cgi
Priority: extra
Section: web
Installed-Size: 176
Maintainer: Samuele Giovanni Tonon <samu@debian.org>
Architecture: i386
Source: apcupsd
Version: 3.10.17-2
Depends: libc6 (>= 2.3.2.ds1-4), libgd2-noxpm (>= 2.0.33) | libgd2-xpm (>= 2.0.33), libsnmp4.2, libssl0.9.7, libwrap0, apcupsd
Suggests: httpd
Filename: pool/main/a/apcupsd/apcupsd-cgi_3.10.17-2_i386.deb
Size: 47444
MD5sum: 654e6a25bf366e5ac6fd0c468e92ebd3
Description: Cgi for APC UPS Power Management
Controls / monitors the status of an APC UPS under Linux.
Allows your computer or server to run for a specified length of
time on UPS power, and then executes a controlled shutdown in
the case of an extended power failure.
This package contains all the cgi to monitor you ups.

SilverXXX
28-05-2005, 07:38
richiede ance un webserver, però.......

canislupus
28-05-2005, 09:42
Cioè dovrei mettere su un webserver solo per monitorare il mio UPS !!! :eek: :eek: :eek:
Speriamo che l'APC mi dia una soluzione via mail oppure magari un giorno qualche utente deciderà di fare un'interfaccia grafica per gli UPS (penso che in questo caso sia veramente utile perchè non credo che la linea di comando possa essere tanto precisa anche nel dirti in tempo reale il onsumo o l'eventuale carica rimanente... :confused: ).

P.S. Il bello è che neanche si trova una grande documentazione nè sul sito nè all'interno del file di configurazione che è tutto in gilese e onestamente non è proprio facilissimo da interpretare. Ah sapreste dirmi come capire se effettivamente il demone è attivo ? A volte nell'editor dei runlevel mi dice che non è partito il servizio e anche dopo che lo faccio partire non compare nell'elenco dei processi attivi)

SilverXXX
28-05-2005, 10:08
Dai un ps -A da root e dovresti vederlo

canislupus
28-05-2005, 10:28
Ok più tardi provo. Cmq ho trovato un ottimo sito per coloro che hanno l'APC.
Lo posto di seguito:

http://www.apcupsd.org/

Ha molte informazioni utili e sempre le ultime versioni del demone di controllo degli UPS Apc. Peccato che come al solito sia tutto in inglese... :)

beppe1975
28-05-2005, 11:41
grazie a tutti per l'aiuto che state dando.

non sapete se c'è qualcosa del genere alnche per il trust?