Difference between revisions of "Network/Procedures/PDU"
From Makers Local 256
< Network
(Remove device name info from this article since it's in the PDU now. Add instructions for setting the name of stuff.) |
(Add information about monitoring current draw via snmp) |
||
Line 1: | Line 1: | ||
+ | == Intro == | ||
We have an Avocent Direct_PDU (DPDU103). The PDU is currently located at 10.56.1.152. | We have an Avocent Direct_PDU (DPDU103). The PDU is currently located at 10.56.1.152. | ||
+ | == How to use it == | ||
To change power state for something: | To change power state for something: | ||
Line 11: | Line 13: | ||
# Profit | # Profit | ||
+ | == How to configure it == | ||
To set the name for something, send an SNMPv1 "set" command to the OID .1.3.6.1.4.1.17420.1.2.9.1.14.x.0, where x is the number of the outlet you want to set (1-8). You can send a string and it will be the new name shown in the PDU interface. | To set the name for something, send an SNMPv1 "set" command to the OID .1.3.6.1.4.1.17420.1.2.9.1.14.x.0, where x is the number of the outlet you want to set (1-8). You can send a string and it will be the new name shown in the PDU interface. | ||
+ | |||
+ | == How to monitor it == | ||
+ | The SNMPv1 OID .1.3.6.1.4.1.17420.1.2.9.1.11.0 gives you the current total current draw, in deciamperes. |
Latest revision as of 23:58, 15 April 2018
Intro
We have an Avocent Direct_PDU (DPDU103). The PDU is currently located at 10.56.1.152.
How to use it
To change power state for something:
- Browse to the PDU.
- Click Control.
- Check the box for the thing you want to turn on and off.
- Enter the username root and the password from the keepass.
- Click ON or OFF to set that output to that state.
- ???
- Profit
How to configure it
To set the name for something, send an SNMPv1 "set" command to the OID .1.3.6.1.4.1.17420.1.2.9.1.14.x.0, where x is the number of the outlet you want to set (1-8). You can send a string and it will be the new name shown in the PDU interface.
How to monitor it
The SNMPv1 OID .1.3.6.1.4.1.17420.1.2.9.1.11.0 gives you the current total current draw, in deciamperes.