Skip to content

Commit 8c0feba

Browse files
Merge pull request #18 from ISISComputingGroup/add_lindy_troubleshooting_note
Add lindy troubleshooting note
2 parents 4bc658d + 28a88e0 commit 8c0feba

File tree

1 file changed

+24
-12
lines changed

1 file changed

+24
-12
lines changed
Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,34 @@
11
# Power distribution units
22

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.
46

5-
### LINDY PDU
7+
## LINDY PDU
68

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.
814
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`
915

10-
### IP address
16+
## IP address
1117

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
2020

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.
2126
27+
## Troubleshooting
2228

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

Comments
 (0)