Penguin
Annotated edit history of newapc(8) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 NEWAPC
2 !!!NEWAPC
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 newapc - 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 newapc driver. For information about the core driver,
21 see nutupsdrv(8).
22 !!SUPPORTED HARDWARE
23
24
25 newapc should recognize all recent APC models that use a
26 serial protocol at 2400 bps. This is primarily the
27 Smart-UPS, Matrix-UPS and Back-UPS Pro lines. Older APC
28 models may work better with the apcsmart
29 driver.
30
31
32 The driver attempts to support every bell and whistle of the
33 APC reporting interface, whether or not this is strictly
34 sensible.
35
36
37 Some older hardware may only report a handful of variables.
38 This is usually not a bug - they just don't support anything
39 else.
40 !!CABLING
41
42
43 This driver expects to see a 940-0024C cable or a clone by
44 default. You can switch to the 940-0095B dual-mode cable
45 support with the cable= definition described
46 below.
47
48
49 If your 940-0024C cable is broken or missing, use this
50 diagram to build a clone:
51
52
53 http://www.exploits.org/nut/library/940-0024C.jpg
54 !!EXTRA ARGUMENTS
55
56
57 This driver supports the following optional values for -x
2 perry 58 and in the ups.conf(5):
1 perry 59
60
61 cable=940-0095B
62
63
64 Configure the serial port for the APC 940-0095B dual-mode
65 cable.
66
67
68 sdtype=''num''
69
70
71 Use shutdown type ''num'', according to this
72 table:
73
74
75 0: soft shutdown or powerdown, depending on battery
76 status
77
78
79 1: soft shutdown followed by powerdown
80
81
82 2: instant power off
83
84
85 3: power off with grace period
86
87
88 Modes 0 and 1 will power up the load when power returns.
89 Modes 2 and 3 will keep the load turned off when the power
90 returns.
91 !!BUGS
92
93
94 Some older APC UPS models return bogus data in the status
95 register during a front panel test. This is usually detected
96 and discarded, but some other unexpected values have
97 occasionally slipped through.
98 !!AUTHOR
99
100
101 Nigel Metheringham
102 !!SEE ALSO
103
104
105 __The core driver:__
106
107
108 nutupsdrv(8)
109
110
111 __The apcsmart driver:__
112
113
114 apcsmart(8)
115
116
117 __Internet resources:__
118
119
120 The NUT (Network UPS Tools) home page:
121 http://www.exploits.org/nut/
122
123
124 NUT mailing list archives and information:
125 http://lists.exploits.org/
126 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.