1 |
perry |
1 |
APCSMART |
|
|
2 |
!!!APCSMART |
|
|
3 |
NAME |
|
|
4 |
NOTE |
|
|
5 |
SUPPORTED HARDWARE |
|
|
6 |
CABLING |
|
|
7 |
EXTRA ARGUMENTS |
|
|
8 |
BUGS |
|
|
9 |
AUTHOR |
|
|
10 |
SEE ALSO |
|
|
11 |
---- |
|
|
12 |
!!NAME |
|
|
13 |
|
|
|
14 |
|
|
|
15 |
apcsmart - Driver for American Power Conversion Smart Protocol UPS equipment |
|
|
16 |
!!NOTE |
|
|
17 |
|
|
|
18 |
|
|
|
19 |
This man page only documents the hardware-specific features |
|
|
20 |
of the apcsmart driver. For information about the core |
|
|
21 |
driver, see nutupsdrv(8). |
|
|
22 |
!!SUPPORTED HARDWARE |
|
|
23 |
|
|
|
24 |
|
|
|
25 |
apcsmart should recognize all APC models that use a serial |
|
|
26 |
protocol at 2400 bps. This is primarily the Smart-UPS and |
|
|
27 |
Matrix-UPS lines, but some Back-UPS Pro models are also |
|
|
28 |
supported. |
|
|
29 |
|
|
|
30 |
|
|
|
31 |
Some older hardware may only report a handful of variables. |
|
|
32 |
This is usually not a bug - they just don't support anything |
|
|
33 |
else. |
|
|
34 |
!!CABLING |
|
|
35 |
|
|
|
36 |
|
|
|
37 |
This driver expects to see a 940-0024C cable or a clone by |
|
|
38 |
default. You can switch to the 940-0095B dual-mode cable |
|
|
39 |
support with the cable= definition described |
|
|
40 |
below. |
|
|
41 |
|
|
|
42 |
|
|
|
43 |
If your 940-0024C cable is broken or missing, use this |
|
|
44 |
diagram to build a clone: |
|
|
45 |
|
|
|
46 |
|
|
|
47 |
http://www.exploits.org/nut/library/940-0024C.jpg |
|
|
48 |
!!EXTRA ARGUMENTS |
|
|
49 |
|
|
|
50 |
|
|
|
51 |
This driver supports the following optional values for -x |
2 |
perry |
52 |
and in the ups.conf(5): |
1 |
perry |
53 |
|
|
|
54 |
|
|
|
55 |
cable=940-0095B |
|
|
56 |
|
|
|
57 |
|
|
|
58 |
Configure the serial port for the APC 940-0095B dual-mode |
|
|
59 |
cable. |
|
|
60 |
|
|
|
61 |
|
|
|
62 |
sdtype=''num'' |
|
|
63 |
|
|
|
64 |
|
|
|
65 |
Use shutdown type ''num'', according to this |
|
|
66 |
table: |
|
|
67 |
|
|
|
68 |
|
|
|
69 |
0: soft shutdown or powerdown, depending on battery |
|
|
70 |
status |
|
|
71 |
|
|
|
72 |
|
|
|
73 |
1: soft shutdown followed by powerdown |
|
|
74 |
|
|
|
75 |
|
|
|
76 |
2: instant power off |
|
|
77 |
|
|
|
78 |
|
|
|
79 |
3: power off with grace period |
|
|
80 |
|
|
|
81 |
|
|
|
82 |
Modes 0 and 1 will power up the load when power returns. |
|
|
83 |
Modes 2 and 3 will keep the load turned off when the power |
|
|
84 |
returns. |
|
|
85 |
!!BUGS |
|
|
86 |
|
|
|
87 |
|
|
|
88 |
Some older APC UPS models return bogus data in the status |
|
|
89 |
register during a front panel test. This is usually detected |
|
|
90 |
and discarded, but some other unexpected values have |
|
|
91 |
occasionally slipped through. |
|
|
92 |
!!AUTHOR |
|
|
93 |
|
|
|
94 |
|
|
|
95 |
Russell Kroll |
|
|
96 |
!!SEE ALSO |
|
|
97 |
|
|
|
98 |
|
|
|
99 |
__The core driver:__ |
|
|
100 |
|
|
|
101 |
|
|
|
102 |
nutupsdrv(8) |
|
|
103 |
|
|
|
104 |
|
|
|
105 |
__Internet resources:__ |
|
|
106 |
|
|
|
107 |
|
|
|
108 |
The NUT (Network UPS Tools) home page: |
|
|
109 |
http://www.exploits.org/nut/ |
|
|
110 |
|
|
|
111 |
|
|
|
112 |
NUT mailing list archives and information: |
|
|
113 |
http://lists.exploits.org/ |
|
|
114 |
---- |