Input LED Output/Fault
LED
Condition (PWR-0307-01) Condition (PWR-0307-02 and
later)
green solid amber blinking Warning: FAN, OTP, OC, VOUT
OV/UV
Warning: FAN, OTP, OC, VOUT
OV/UV
green
blinking
amber solid Not valid Fault: Input OV
green
blinking
amber blinking Not valid Warning: Input OV, Input UV
green
blinking
off Fault/Warning: Input OV Not valid
green solid green blinking PS_ON_L is high PS_ON_L is high
green solid off Fault: VSB SC, PS_KILL PSU not
inserted
PS_KILL PSU not inserted
OV - Over Voltage; OTP - Over Temperature Protection; UV - Under Voltage; OC - Over Current; VSB -
Standby V
oltage
Define custom alerts
Two files on the system define alerts that could cause the LED behavior to change:
• The /etc/alertd/alert.conf file defines standard system alerts. Do not edit this file.
• The /config/user_alert.conf file defines custom settings. You should edit only this file.
1. Open a command prompt on the system.
2. Change to the /config directory.
cd /config
3. Using a text editor, such as vi or Pico, open the /config/user_alert.conf file.
4. Edit the file, as needed.
For example, add these lines to the end of the file to create a custom alert in which the front panel
LEDs indicate when a node is down:
alert BIGIP_MCPD_MCPDERR_POOL_MEMBER_MON_DOWN "Pool member (.*?):(.*?) monitor status
down."
{
snmptrap OID=".1.3.6.1.4.1.3375.2.4.0.10";
lcdwarn description="Node down" priority="1"
}
alert BIGIP_MCPD_MCPDERR_NODE_ADDRESS_MON_DOWN "Node (.*?) monitor status down." {
snmptrap OID=".1.3.6.1.4.1.3375.2.4.0.12";
lcdwarn description="Node address down" priority="1"
}
alert BIGIP_MCPD_MCPDERR_POOL_MEMBER_MON_UP "Pool member (.*?):(.*?) monitor status up."
{
snmptrap OID=".1.3.6.1.4.1.3375.2.4.0.11"
}
alert BIGIP_MCPD_MCPDERR_NODE_ADDRESS_MON_UP "Node (.*?) monitor status up."
{
snmptrap OID=".1.3.6.1.4.1.3375.2.4.0.13"
}
5. Save the file and exit the text editor
.
Platform Overview
16