Set Account Service Configuration
更新时间: 2026/08/06
在Gitcode上查看源码

Set Account Service Configuration

Change History

openUBMC VersionRevision DateDescription
25.062025/06/26Initial 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

ByteData Field
NetFn30h
CMD93h
1:3Manufacturer 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.
4Sub command, subcommand=77h
5Function. For details about the function ID, see Table 1.
6Function param. For details about the value range, see Table 1.
7Reserved
8Data 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+NData. For details about the parameters, see Table 2.

Response Information

ByteData Field
1Completion Code
2:4Manufacturer 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 0xE0

Response:

text
db 07 00

Back to Index