1POWERMAN-PDU(8) NUT Manual POWERMAN-PDU(8)
2
3
4
6 powerman-pdu - Driver for Powerman PDU
7
9 powerman-pdu -h
10
11 powerman-pdu -a PDU_NAME [OPTIONS]
12
13 Note
14 This man page only documents the hardware-specific features of the
15 powerman-pdu driver. For information about the core driver, see
16 nutupsdrv(8).
17
19 This driver supports a wide range of PDUs through the Powerman project.
20
21 This includes various models from APC, Baytech, Cyclades, but also
22 support IPMI and various blade management modules from HP, IBM and Sun.
23
25 This driver doesn’t support any optional settings.
26
28 This driver is not built by default. You can build it by using
29 "configure --with-powerman=yes".
30
32 The following instant commands (see upscmd(8)) are available for each
33 outlet of the PDU, with X standing for the outlet number:
34
35 outlet.X.load.on
36 Power on the outlet.
37
38 outlet.X.load.off
39 Power off the outlet.
40
41 outlet.X.load.cycle
42 Cycle the outlet (power off then power on, possibly with a delay).
43
45 The hostname of the Powerman server is specified using the "port" value
46 in ups.conf, i.e.:
47
48 [pdu]
49 driver = powerman-pdu
50 port = host.example.com:port
51
52 The port used to reach powermand is optional if the default port is
53 used.
54
56 In the current NUT version (2.4.1), ups.status is still exposed, with
57 the value "WAIT". Some other values from the ups collection are also
58 exposed.
59
61 Arnaud Quette <arnaud.quette@gmail.com>
62
64 The core driver:
65 nutupsdrv(8)
66
67 Internet resources:
68 The NUT (Network UPS Tools) home page: http://www.networkupstools.org/
69
70 The PowerMan home page: http://powerman.sourceforge.net/
71
72
73
74Network UPS Tools 09/15/2011 POWERMAN-PDU(8)