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