|
1 | 1 | # Power distribution units
|
2 | 2 |
|
3 |
| -A PDU, or Power Distribution Unit, is a large power strip with multiple power outlets to supply electricity to a number of attached devices. They may or may not have surge protection. Advanced PDUs provide surge protection, real-time monitoring and remote access. |
| 3 | +A PDU, or Power Distribution Unit, is a large power strip with multiple power outlets to supply electricity to a number |
| 4 | +of attached devices. They may or may not have surge protection. Advanced PDUs provide surge protection, real-time |
| 5 | +monitoring and remote access. |
4 | 6 |
|
5 |
| -### LINDY PDU |
| 7 | +## LINDY PDU |
6 | 8 |
|
7 |
| -The Lindy PDU has been implemented on IBEX GUI using an IOC that uses the SNMP interface to view, monitor and update outlets. There are 8 outlets on the strip and they can be individually turned on or off from IBEX. Lindy also comes with a web interface and there is also separate configuration software that can be downloaded if required from the web site, which would probably be needed to set a static IP address (however DHCP can be enabled via a button press - see below). To run on the IBEX the IP of the PDU is required to be configured on the IOC macros. |
| 9 | +The Lindy PDU has been implemented on IBEX GUI using an IOC that uses the SNMP interface to view, monitor and update |
| 10 | +outlets. There are 8 outlets on the strip and they can be individually turned on or off from IBEX. Lindy also comes |
| 11 | +with a web interface and there is also separate configuration software that can be downloaded if required from the |
| 12 | +web site, which would probably be needed to set a static IP address (however DHCP can be enabled via a button |
| 13 | +press - see below). To run on the IBEX the IP of the PDU is required to be configured on the IOC macros. |
8 | 14 | Further info [here](https://www.lindy.co.uk/power-c8/power-distribution-unit-pdu-c347) for user manual etc. The manual is also in `<controls share>\Manuals\Lindy_ipower`
|
9 | 15 |
|
10 |
| -### IP address |
| 16 | +## IP address |
11 | 17 |
|
12 |
| -As described in the manual, you can press the function button on the device to see the IP address or change its mode between dhcp/static |
13 |
| -``` |
14 |
| -Function Button: |
15 |
| -a. Press and release this button to turn off the warning audible alarm. The overload alarm can’t be stopped by pressing this button. |
16 |
| -b. Pressing the button and releasing it after 2 beeps will show up the unit’s IP address. |
17 |
| -c. Pressing the button and releasing it after 4 beeps changes the IP address mode from fixed to DHCP and vice versa. |
18 |
| -d. Pressing the button and releasing it after 6 beeps restarts the network interface. |
19 |
| -``` |
| 18 | +As described in the manual, you can press the function button on the device to see the IP address or change its mode |
| 19 | +between dhcp/static |
20 | 20 |
|
| 21 | +> Function Button: |
| 22 | +> a. Press and release this button to turn off the warning audible alarm. The overload alarm can’t be stopped by pressing this button. |
| 23 | +> b. Pressing the button and releasing it after 2 beeps will show up the unit’s IP address. |
| 24 | +> c. Pressing the button and releasing it after 4 beeps changes the IP address mode from fixed to DHCP and vice versa. |
| 25 | +> d. Pressing the button and releasing it after 6 beeps restarts the network interface. |
21 | 26 |
|
| 27 | +## Troubleshooting |
22 | 28 |
|
| 29 | +### Multiple sets in quick succession don't work |
| 30 | + |
| 31 | +The Lindy PDU interface has a race condition; if two sets are performed in quick succession from a script the first set |
| 32 | +may fail due to being overwritten by the subsequent set. |
| 33 | + |
| 34 | +This issue is tracked in [IBEX issue #8736](https://github.com/ISISComputingGroup/IBEX/issues/8736). |
0 commit comments