Documentation, Support, and Training
Understanding ILOM on the Switch
Administering ILOM (Web Interface)
Understanding Switch-Specific Commands
activate Command (switch-specific)
deactivate Command (switch-specific)
Displays FRU LED state. Issued on the CMC.
getfruledstate [-v] [IPMB_address [FRU_ID [LED_ID | ALL]]]
where:
IPMB_address is the IPMB bus address of the component.
FRU_ID is the FRU identifier of the component or portion of the component.
LED_ID is the numeric identifier of the LED.
This CLIA command shows the current FRU LED state on all levels of control that are enabled for the LEDs.
The -v option enables verbose output, where information about the colors supported by the LEDs is also shown.
The following example shows how to display status LED states for line card 8 at IPMB address 92 with the getfruledstate command.
# clia getfruledstate -v 92 0
Pigeon Point Shelf Manager Command Line Interpreter
92: FRU # 0, Led # 0 ("BLUE LED"):
Local Control LED State: LED OFF
LED’s color capabilities:
Colors supported(0x02): BLUE
Default LED Color in Local Control State(0x01): BLUE
Default LED Color in Override State(0x01): BLUE
92: FRU # 0, Led # 1 ("LED 1"):
Local Control LED State: LED OFF
LED’s color capabilities:
Colors supported(0x10): AMBER
Default LED Color in Local Control State(0x04): AMBER
Default LED Color in Override State(0x04): AMBER
92: FRU # 0, Led # 2 ("LED 2"):
Local Control LED State: LED ON, color: GREEN
LED’s color capabilities:
Colors supported(0x08): GREEN
Default LED Color in Local Control State(0x03): GREEN
Default LED Color in Override State(0x03): GREEN
92: FRU # 0, Led # 3 ("LED 3"):
Override LED State (current state): LED OFF
Local Control LED State: LED OFF
LED’s color capabilities:
Colors supported(0x40): WHITE
Default LED Color in Local Control State(0x06): WHITE
Default LED Color in Override State(0x06): WHITE
#