代码仓
中
Physical Led Test
更新时间: 2026/08/06
在AtomGit上查看源码

Physical Led Test ​

Change History ​

openUBMC VersionRevision DateDescription
25.062025/06/26Initial draft: add command details

Basic Information ​

Function Description ​

Tests the physical LED.

Privilege ​

Command Information ​

Request Information ​

ByteData Field
NetFn30h
CMD90h
1Sub command, subcommand = 02h
2FRU Device ID.
3Status.
1=start test.
0=stop test
After starting the indicator test, the BMC traverses the indicators of the specified FRUs in sequence.
The first color of an indicator is on for 0.5s and then off for 0.5s. The second color of the indicator is on for 0.5s and then off for 0.5s. Traverse all colors supported by this indicator. Then test the second indicator to the last indicator until a command for stopping the test is received.

Response Information ​

ByteData Field
1Completion Code

Command Example ​

Test the physical LED. ​

Request:

bash
ipmicmd -k "0f 00 30 90 02 00 01" smi 0

Response:

text
0f 31 00 90 d6

Back to Index ​