~iheino+ub/+junk/nut-upsconf-docfix

« back to all changes in this revision

Viewing changes to docs/man/oneac.txt

  • Committer: Tuomas Heino
  • Author(s): Laurent Bigonville
  • Date: 2014-04-22 20:46:12 UTC
  • Revision ID: iheino+ub@cc.hut.fi-20140422204612-1x2gh3nkezfsdao4
Tags: upstream-2.7.2
ImportĀ upstreamĀ versionĀ 2.7.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ONEAC(8)
 
2
========
 
3
 
 
4
NAME
 
5
----
 
6
 
 
7
oneac - Driver for Oneac UPS equipment
 
8
 
 
9
NOTE
 
10
----
 
11
 
 
12
This man page only documents the hardware-specific features of the
 
13
oneac driver.  For information about the core driver, see
 
14
linkman:nutupsdrv[8].
 
15
 
 
16
SUPPORTED HARDWARE
 
17
------------------
 
18
 
 
19
This driver supports various Oneac UPS families:
 
20
 
 
21
 - EG (late 80s, early 90s, plug-in serial interface card)
 
22
 - ON (early and mid-90s, plug-in serial interface card)
 
23
 - OZ (mid-90s on, DB-25 std., interface slot)
 
24
 - OB (early 2000's on, big cabinet, DB-25 std., interface slot)
 
25
 
 
26
If your UPS is equipped with the Basic Interface card, use the
 
27
linkman:genericups[8] driver.
 
28
 
 
29
EXTRA ARGUMENTS
 
30
---------------
 
31
This driver supports the following optional settings in the
 
32
linkman:ups.conf[5] file:
 
33
 
 
34
*testtime*='num'::
 
35
Change battery test time from the 2 minute default.
 
36
 
 
37
*offdelay*='num'::
 
38
Change shutdown delay time from 0 second default.
 
39
 
 
40
INSTANT COMMANDS
 
41
----------------
 
42
This driver supports the following Instant Commands.
 
43
(See linkman:upscmd[8])
 
44
 
 
45
All UPS units
 
46
~~~~~~~~~~~~~
 
47
 
 
48
*shutdown.return*::
 
49
Turn off the load possibly after a delay and return when power is back.
 
50
 
 
51
*shutdown.stop*::
 
52
Stop a shutdown in progress.
 
53
 
 
54
*shutdown.reboot*::
 
55
Shut down the load briefly while rebooting the UPS.
 
56
 
 
57
*test.failure.start*::
 
58
Starts a 15 second long simulation of an input power
 
59
failure.
 
60
 
 
61
*test.battery.start.quick*::
 
62
Start a "quick" battery test.  The default time is 2 minutes.  This
 
63
time can be set in the *ups.conf* file.  See *testime* above.
 
64
 
 
65
*test.battery.stop*::
 
66
Stops a battery test that is in progress.
 
67
 
 
68
All ON UPS units
 
69
~~~~~~~~~~~~~~~~
 
70
 
 
71
*reset.input.minmax*::
 
72
Reset the minimum and maximum input line voltage values
 
73
seen since the last reset or power on.
 
74
 
 
75
Newer ON UPS units
 
76
~~~~~~~~~~~~~~~~~~
 
77
 
 
78
*test.panel.start*::
 
79
Start testing the UPS panel.
 
80
 
 
81
*test.battery.start.deep*::
 
82
Start a "deep" battery test.  This test runs the UPS until the low
 
83
battery point and then returns to the AC line.
 
84
 
 
85
*reset.input.minmax*::
 
86
Reset the minimum and maximum input line voltage values
 
87
seen since the last reset or power on.
 
88
 
 
89
*beeper.enable*::
 
90
Enable UPS beeper/buzzer.
 
91
 
 
92
*beeper.disable*::
 
93
Disable UPS beeper/buzzer.
 
94
 
 
95
*beeper.mute*::
 
96
Mutes the UPS beeper/buzzer for the current alarm condition(s).
 
97
 
 
98
Writable Variables
 
99
------------------
 
100
See linkman:upsrw[8] to see what variables are writable for the UPS.
 
101
 
 
102
NOTE: If your UPS supports writing battery.runtime.low, the new set value
 
103
is to be entered in minutes (up to 99) but the reported value is reported
 
104
in seconds (set value * 60).
 
105
 
 
106
NOTE: If your UPS supports input.transfer.low and input.transfer.high,
 
107
those values are used to create an allowable output range.  The UPS 
 
108
will do what it can to keep the output voltage value within the 
 
109
defined range (for example: tap change or switch to inverter).
 
110
 
 
111
AUTHOR
 
112
------
 
113
Bill Elliot <bill@wreassoc.com>,
 
114
Eric Lawson <elawson@inficad.com>
 
115
 
 
116
SEE ALSO
 
117
--------
 
118
 
 
119
The core driver:
 
120
~~~~~~~~~~~~~~~~
 
121
linkman:nutupsdrv[8]
 
122
 
 
123
Internet resources:
 
124
~~~~~~~~~~~~~~~~~~~
 
125
The NUT (Network UPS Tools) home page: http://www.networkupstools.org/