Set Account Service Configuration
更新时间: 2026/08/06
在Gitcode上查看源码Set Account Service Configuration
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Set the user service configuration.
Privilege
UserMgmt: Set the session mode and session timeout interval to BasicSetting.
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 30h |
| CMD | 93h |
| 1:3 | Manufacturer ID, LS Byte first. The length is fixed to three bytes. For example, if the vendor ID is 2011 and the corresponding hexadecimal value is 0x0007DB, the first byte is DBh, the second byte is 07h, and the third byte is 00h. |
| 4 | Sub command, subcommand=77h |
| 5 | Function. For details about the function ID, see Table 1. |
| 6 | Function param. For details about the value range, see Table 1. |
| 7 | Reserved |
| 8 | Data length N Set the session mode. The value is fixed at 1 byte, Session timeout duration. The value is fixed at 4 bytes for Redfish and 2 bytes for other session types. |
| 9:8+N | Data. For details about the parameters, see Table 2. |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
| 2:4 | Manufacturer ID, LS Byte first. The length is fixed to three bytes. For example, if the vendor ID is 2011 and the corresponding hexadecimal value is 0x0007DB, the first byte is DBh, the second byte is 07h, and the third byte is 00h. |
Command Example
Set the web timeout period to 480 minutes.
Request:
bash
ipmitool raw 0x30 0x93 0xDB 0x07 0x00 0x77 0x04 0x00 0x00 0x02 0x01 0xE0Response:
text
db 07 00