2011-01-26 09:35:08 +00:00
'\" t
. \" Title: oneac
2022-06-29 10:37:36 +00:00
. \" Author: [see the "AUTHORS" section]
. \" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
. \" Date: 04/26/2022
2011-01-26 09:35:08 +00:00
. \" Manual: NUT Manual
2022-06-29 10:37:36 +00:00
. \" Source: Network UPS Tools 2.8.0
2011-01-26 09:35:08 +00:00
. \" Language: English
. \"
2022-06-29 10:37:36 +00:00
.TH "ONEAC" "8" "04/26/2022" "Network UPS Tools 2\&.8\&.0" "NUT Manual"
2011-01-26 09:35:08 +00:00
. \" -----------------------------------------------------------------
. \" * Define some portability stuff
. \" -----------------------------------------------------------------
. \" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
. \" http://bugs.debian.org/507673
. \" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
. \" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n (.g .ds Aq \(aq
.el .ds Aq '
. \" -----------------------------------------------------------------
. \" * set default formatting
. \" -----------------------------------------------------------------
. \" disable hyphenation
.nh
. \" disable justification (adjust text to left margin only)
.ad l
. \" -----------------------------------------------------------------
. \" * MAIN CONTENT STARTS HERE *
. \" -----------------------------------------------------------------
.SH "NAME"
oneac \- Driver for Oneac UPS equipment
.SH "NOTE"
.sp
This man page only documents the hardware\- specific features of the oneac driver\& . For information about the core driver, see \fB nutupsdrv\fR (8)\& .
.SH "SUPPORTED HARDWARE"
.sp
2012-06-01 13:55:19 +00:00
This driver supports various Oneac UPS families:
.sp
.RS 4
.ie n \{ \
\h '-04'\(bu \h '+03'\c
. \}
.el \{ \
.sp -1
.IP \(bu 2 .3
. \}
EG (late 80s, early 90s, plug\- in serial interface card)
.RE
.sp
.RS 4
.ie n \{ \
\h '-04'\(bu \h '+03'\c
. \}
.el \{ \
.sp -1
.IP \(bu 2 .3
. \}
ON (early and mid\- 90s, plug\- in serial interface card)
.RE
.sp
.RS 4
.ie n \{ \
\h '-04'\(bu \h '+03'\c
. \}
.el \{ \
.sp -1
.IP \(bu 2 .3
. \}
OZ (mid\- 90s on, DB\- 25 std\& ., interface slot)
.RE
.sp
.RS 4
.ie n \{ \
\h '-04'\(bu \h '+03'\c
. \}
.el \{ \
.sp -1
.IP \(bu 2 .3
. \}
OB (early 2000\(cq s on, big cabinet, DB\- 25 std\& ., interface slot)
.RE
.sp
If your UPS is equipped with the Basic Interface card, use the \fB genericups\fR (8) driver\& .
2011-01-26 09:35:08 +00:00
.SH "EXTRA ARGUMENTS"
.sp
This driver supports the following optional settings in the \fB ups.conf\fR (5) file:
.PP
\fB testtime\fR =\fI num\fR
.RS 4
Change battery test time from the 2 minute default\& .
.RE
2012-06-01 13:55:19 +00:00
.PP
\fB offdelay\fR =\fI num\fR
.RS 4
Change shutdown delay time from 0 second default\& .
.RE
2011-01-26 09:35:08 +00:00
.SH "INSTANT COMMANDS"
.sp
2012-06-01 13:55:19 +00:00
This driver supports the following Instant Commands\& . (See \fB upscmd\fR (8))
.SS "All UPS units"
2011-01-26 09:35:08 +00:00
.PP
2012-06-01 13:55:19 +00:00
\fB shutdown\& .return\fR
2011-01-26 09:35:08 +00:00
.RS 4
2012-06-01 13:55:19 +00:00
Turn off the load possibly after a delay and return when power is back\& .
.RE
.PP
\fB shutdown\& .stop\fR
.RS 4
Stop a shutdown in progress\& .
2011-01-26 09:35:08 +00:00
.RE
.PP
2012-06-01 13:55:19 +00:00
\fB shutdown\& .reboot\fR
2011-01-26 09:35:08 +00:00
.RS 4
2012-06-01 13:55:19 +00:00
Shut down the load briefly while rebooting the UPS\& .
.RE
.PP
\fB test\& .failure\& .start\fR
.RS 4
Starts a 15 second long simulation of an input power failure\& .
.RE
.PP
\fB test\& .battery\& .start\& .quick\fR
.RS 4
Start a "quick" battery test\& . The default time is 2 minutes\& . This time can be set in the
2011-01-26 09:35:08 +00:00
\fB ups\& .conf\fR
file\& . See
\fB testime\fR
above\& .
.RE
.PP
\fB test\& .battery\& .stop\fR
.RS 4
Stops a battery test that is in progress\& .
.RE
2012-06-01 13:55:19 +00:00
.SS "All ON UPS units"
2011-01-26 09:35:08 +00:00
.PP
2012-06-01 13:55:19 +00:00
\fB reset\& .input\& .minmax\fR
2011-01-26 09:35:08 +00:00
.RS 4
2012-06-01 13:55:19 +00:00
Reset the minimum and maximum input line voltage values seen since the last reset or power on\& .
.RE
.SS "Newer ON UPS units"
.PP
\fB test\& .panel\& .start\fR
.RS 4
Start testing the UPS panel\& .
.RE
.PP
\fB test\& .battery\& .start\& .deep\fR
.RS 4
Start a "deep" battery test\& . This test runs the UPS until the low battery point and then returns to the AC line\& .
.RE
.PP
\fB reset\& .input\& .minmax\fR
.RS 4
Reset the minimum and maximum input line voltage values seen since the last reset or power on\& .
.RE
.PP
\fB beeper\& .enable\fR
.RS 4
Enable UPS beeper/buzzer\& .
.RE
.PP
\fB beeper\& .disable\fR
.RS 4
Disable UPS beeper/buzzer\& .
.RE
.PP
\fB beeper\& .mute\fR
.RS 4
Mutes the UPS beeper/buzzer for the current alarm condition(s)\& .
.RE
.SH "WRITABLE VARIABLES"
.sp
See \fB upsrw\fR (8) to see what variables are writable for the UPS\& .
.if n \{ \
.sp
. \}
.RS 4
.it 1 an-trap
.nr an-no-space-flag 1
.nr an-break-flag 1
.br
.ps +1
\fB Note\fR
.ps -1
.br
.sp
If your UPS supports writing battery\& .runtime\& .low, the new set value is to be entered in minutes (up to 99) but the reported value is reported in seconds (set value * 60)\& .
.sp .5v
.RE
.if n \{ \
.sp
. \}
.RS 4
.it 1 an-trap
.nr an-no-space-flag 1
.nr an-break-flag 1
.br
.ps +1
\fB Note\fR
.ps -1
.br
.sp
If your UPS supports input\& .transfer\& .low and input\& .transfer\& .high, those values are used to create an allowable output range\& . The UPS will do what it can to keep the output voltage value within the defined range (for example: tap change or switch to inverter)\& .
.sp .5v
2011-01-26 09:35:08 +00:00
.RE
2022-06-29 10:37:36 +00:00
.SH "AUTHORS"
2011-01-26 09:35:08 +00:00
.sp
2022-06-29 10:37:36 +00:00
.RS 4
.ie n \{ \
\h '-04'\(bu \h '+03'\c
. \}
.el \{ \
.sp -1
.IP \(bu 2 .3
. \}
Bill Elliot <bill@wreassoc\& .com>
.RE
.sp
.RS 4
.ie n \{ \
\h '-04'\(bu \h '+03'\c
. \}
.el \{ \
.sp -1
.IP \(bu 2 .3
. \}
Eric Lawson <elawson@inficad\& .com>
.RE
2011-01-26 09:35:08 +00:00
.SH "SEE ALSO"
.SS "The core driver:"
.sp
\fB nutupsdrv\fR (8)
.SS "Internet resources:"
.sp
The NUT (Network UPS Tools) home page: http://www\& .networkupstools\& .org/