Get SEL Time
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Obtains the SEL time.
Privilege
ReadOnly
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | Storage 0Ah |
| CMD | 48h |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
| 2:5 | Present Timestamp clock reading. LS byte first.Time is an unsigned 32-bit value representing the local time as the number of seconds from 00:00:00, January 1,1970. 0xFFFFFFFF indicates an invalid or unspecified time value. 0x00000000 through 0x20000000 are used for timestamping events that occur after the initialization of the System Event Log device up to the time that the timestamp is set with the system time value. |
Command Example
Obtain the SEL time.
Request:
ipmicmd -k "0f 00 0A 48" smi 0Response:
0f 0b 00 48 00 e4 27 ef 61
