代码仓
中
Set Chassis Location Info
更新时间: 2026/08/06
在AtomGit上查看源码

Set Chassis Location Info ​

Change History ​

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

Basic Information ​

Function Description ​

Set the shelf location information.

Privilege ​

Command Information ​

Request Information ​

ByteData Field
NetFn30h
CMD90h
1Sub command=61h
2Type(1: ChassisId, 2: Chassis_Location, 3: Name)
3Height
4:NChassis_Id (fixed at 4 bytes)
Chassis_Location (maximum: 20 bytes)
Chassis_Name (20 bytes at most)

Response Information ​

ByteData Field
1Completion Code

Command Example ​

Obtain the chassis number. ​

Request:

bash
ipmicmd -k "0f 00 MM NN" smi 0

Response:

text
0f MM NN

Back to Index ​