~ubuntu-branches/ubuntu/saucy/nut/saucy

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
.TH NUTUPSDRV 8 "Mon Oct 25 2004" "" "Network UPS Tools (NUT)" 
.SH NAME  
nutupsdrv \- generic manual for unified NUT drivers
.SH SYNOPSIS
.B nutupsdrv \-h
.br
.B nutupsdrv [OPTIONS]

.SH DESCRIPTION
.B nutupsdrv
is not actually a driver.  This is a combined man page for the shared code
that is the core of many drivers within the Network UPS Tools package.

For information on the specific drivers, see their individual man pages.

UPS drivers provide a communication channel between the physical UPS
hardware and the \fBupsd\fR(8) server.  The driver is responsible for
translating the native protocol of the UPS to the common format used by
the rest of this package.

The core has two modes of operation which are determined by the
command line switches.  In the normal mode, the driver will periodically
poll the UPS for its state and parameters.  The results of this command
is presented to upsd.  The driver will also handle setting variables and
instant commands if available.

The driver can also instruct the UPS to shut down the load, possibly
after some delay.  This mode of operation is intended for cases when it is
known that the UPS is running out of battery power and the systems
attached must be turned off to ensure a proper reboot when power returns.

.SH NOTE
You probably don't want to use any of these options directly.  You
should use \fBupsdrvctl\fR(8) to control your drivers, and
\fBups.conf\fR(5) to configure them.  The rest of this manual describes
options and parameters that generally are not needed by normal users.

.SH OPTIONS
.IP \-h
display an help message without doing anything else.  This will also list
possible values for \fB\-x\fR in that driver, and other help text that the
driver's author may have provided.

.IP "\-a \fIid"
autoconfigure this driver using the \fIid\fR section of \fBups.conf\fR(5).

.IP \-D
Raise the debugging level.  Use this multiple times to see more
details.

.IP "\-i \fIinterval\fR"
Set the poll interval for the device

.IP \-V
print only version information, then exit

.IP \-L
print parseable list of driver variables. Mostly useful for configuration
wizard and alike.

.IP \-k
("kill" power) Force shutdown mode.  The UPS will power off the
attached load if possible.

You should use \fBupsdrvctl shutdown\fR whenever possible instead of
calling this directly.

.IP "\-r \fIdirectory\fR"
The driver will \fBchroot\fR(2) to \fIdirectory\fR during initialization.
This can be useful when securing systems.

In addition to the state path, many systems will require /dev/null to
exist within \fIdirectory\fR for this to work.  The serial ports are
opened before the chroot call, so you do not need to create them inside
the jail.  In fact, it is somewhat safer if you do not.

.IP "\-u \fIusername\fR"
If started as root, the driver will \fBsetuid\fR(2) to the user id
associated with \fIusername\fR.  

If you do not specify this value and start it as root, the driver will
switch to the default value that was compiled into the code.  This is
typically 'nobody', and is far from ideal.

.IP "\-x \fIvar\fR=\fIval\fR"
define a variable called \fIvar\fR with the value of \fIvar\fR in the
driver.  This varies from driver to driver \(hy see the specific man pages
for more information.  

This is like setting \fIvar\fR=\fIval\fR in the \fBups.conf\fR(5), but
\-x overrides any settings from that file.
.IP device
The /dev entry corresponding to the TTY the UPS is connected to.  This
is optional if you are using the \fB\-a\fR autoconfiguration option,
since the "port" entry in the \fBups.conf\fR(5) will be used when available.

.SH DIAGNOSTICS
Information about the startup process is printed to stdout.  Additional
messages after that point are available in the syslog.  The ups clients
such as \fBupsc\fR(8) can be used to query the status of a UPS.

.SH PROGRAM CONTROL
You should always use \fBupsdrvctl\fR(8) to control the drivers.  While
drivers can be started by hand for testing purposes, it is not
recommended for production use.

.SH FILES
.IP \fBups.conf\fR(5)
Required configuration file.  This contains all details on which drivers
to start and where the hardware is attached.

.SH BUGS
Some of the drivers may have bugs.  See their manuals for more
information.

.SH SEE ALSO

.SS Server:
\fBupsd\fR(8)

.SS Clients:
\fBupsc\fR(8), \fBupscmd\fR(8),
\fBupsrw\fR(8), \fBupslog\fR(8), \fBupsmon\fR(8)

.SS CGI programs:
\fBupsset.cgi\fR(8), \fBupsstats.cgi\fR(8), \fBupsimage.cgi\fR(8)

.SS Driver control:
\fBupsdrvctl\fR(8)

.SS Drivers:
\fBapcsmart\fR(8), \fBbelkin\fR(8), \fBbelkinunv\fR(8),
\fBbestuferrups\fR(8), \fBbestups\fR(8), \fBcpsups\fR(8),
\fBcyberpower\fR(8), \fBenergizerups\fR(8), \fBetapro\fR(8),
\fBeverups\fR(8), \fBfentonups\fR(8), \fBgenericups\fR(8),
\fBippon\fR(8), \fBisbmex\fR(8), \fBliebert\fR(8), \fBmasterguard\fR(8),
\fBmge\(hyshut\fR(8), \fBmge\(hyutalk\fR(8), \fBoneac\fR(8),
\fBpowercom\fR(8), \fBsafenet\fR(8), \fBsms\fR(8), \fBsnmp\(hyups\fR(8),
\fBtripplite\fR(8), \fBtripplitesu\fR(8), \fBvictronups\fR(8), 

.SS Internet resources:
The NUT (Network UPS Tools) home page: http://www.networkupstools.org/