Displaying 1 result from an estimated 1 matches for "pdu2".
Did you mean:
pd2
2011 Jul 26
0
[RFC] PowerChain: add LIST POWERCHAIN and GET POWERCHAIN to the client (network) protocol
...(LIST) POWERCHAIN
~~~~~~~~~~~~~~~~~~
Form:
LIST POWERCHAIN
Response:
BEGIN LIST POWERCHAIN
POWERCHAIN <device name> ; ... ; <device name>
...
END LIST POWERCHAIN
BEGIN LIST POWERCHAIN
POWERCHAIN psu1 ; outlet.1:pdu1 ; ups1
POWERCHAIN psu2 ; outlet.1:pdu2 ; ups2
END LIST POWERCHAIN
'<device name>' are names from ups.conf.
This can be used to determine whether PowerChain is supported
or not on this host. This is also the way to obtain the list of all
powerchains for the given host.
Clients which perform a PowerChain discovery pr...