1BCMXCP(8) Network UPS Tools (NUT) BCMXCP(8)
2
3
4
6 bcmxcp - Driver for UPS'es supporting the BCM/XCP protocol
7
9 This man page only documents the hardware‐specific features of the
10 bcmxcp driver. For information about the core driver, see nutups‐
11 drv(8).
12
13
15 This driver should recognize all BCM/XCP-compatible UPS'es. It has
16 been developed and tested on Powerware PW5115 and PW9120 hardware.
17
18
20 This driver supports the following optional settings in the
21 ups.conf(5).
22
23
24 shutdown_delay=delay
25 The number of seconds that the UPS should wait between receiving
26 the shutdown command (OB LB) and actually shutting off.
27
28
29 baud_rate=rate
30 Communication speed for the UPS. If this is set to 9600, it try
31 to connect to the UPS on 9600bps. If it fails to communicate, it
32 go into baudhunting. It start at 1200 and up to 19200. If it
33 succeed it tell you the speed it connect with. If not included
34 in the config it default's to baudhunting.
35
36
38 shutdown_delay = 180
39
40 baud_rate = none
41
43 This driver supports the following Instant Commands:
44
45
46 shutdown.return
47 Turn off the load and return when power is back.
48
49
50 shutdown.stayoff
51 Turn off the load and remain off.
52
53
54 test.battery.start
55 Start a battery test.
56
57
59 Report UPS alarm status
60 BCM/XCP supports reporting a wide range of UPS alarm conditions.
61
62
63 Report UPS statistics informations
64 BCM/XCP supports reporting of UPS statistics data.
65
66
68 None known.
69
70
72 Tore Ørpetveit <tore@orpetveit.net>
73
74
76 The core driver:
77 nutupsdrv(8)
78
79
80 Internet resources:
81 The NUT (Network UPS Tools) home page: http://www.networkupstools.org/
82
83
84
85 Thu Sep 29 2005 BCMXCP(8)