Active TSB License
更新时间: 2026/08/06
在Gitcode上查看源码

Active TSB License

Change History

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

Basic Information

Function Description

Activate the TSB license.

Privilege

UserMgmt

Command Information

Request Information

ByteData Field
NetFn30h
CMD90h
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, sub command=68h
5Action Type
0: Generate a request for applying for the TSB license.
1: Obtain the request for applying for the TSB license.
2. Import the TSB license.
3: Obtain the TSB license activation result.
6:71. Flag: [15] When Action Type is 2, this bit indicates:
0- indicates the last frame of data.
1- Data transmission is not complete. Other values: Ignore this field.
2. offset: [14:0] When Action Type is 1, this byte indicates the read offset position. When Action Type is 2, this byte indicates the write offset position. In other cases, this byte is ignored.
8Message Len: M
9:8+MMessage Info

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.
5Flag: [7:1]: resvered. [0]: When Action Type is 1, 0 indicates the last frame of data, and 1 indicates that the data transmission is not complete.
6Message Len: N
When Action Type is set to 0, the value of N is 0.
When Action Type is set to 1, N indicates the length of the TSB license application request.
When Action Type is set to 2, the value of N is 0.
When Action Type is set to 3, N indicates the length of the TSB license activation result.
7:6+NMessage Info

Command Example

Query whether the RMCP+ cipher suite is enabled.

Request:

bash
ipmicmd -k "0f 00 30 90 db 07 00 68 0x00 0x00 0x00 0x00" smi 0

Response:

text
db 07 00 00 00

Back to Index