Update the FRU details like Board, chassis, and Product details of the Intel® Server System remotely.
Use the IPMI commands below to change the Board, chassis, and Product details:
Board Manufacturer to xxxx
>> ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> -C 17 fru edit 0 field b 0 "xxxx".
Board Product name to xxxx
>> ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> -C 17 fru edit 0 field b 1 "xxxx".
Board serial number to xxxx
>> ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> -C 17 fru edit 0 field b 2 "xxxx".
Board part number to xxxx
>> ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> -C 17 fru edit 0 field b 3 "xxxx".
Product Manufacturer to xxxx
>> ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> -C 17 fru edit 0 field p 0 "xxxx".
Product Product name to xxxx
>> ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> -C 17 fru edit 0 field p 1 "xxxx".
Product part number to xxxx
>> ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> -C 17 fru edit 0 field p 2 "xxxx".
Product version number to xxxx
>> ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> -C 17 fru edit 0 field p 3 "xxxx".
Product serial number to xxxx
>> ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> -C 17 fru edit 0 field p 4 "xxxx".
Asset tag to xxxx
>>ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> -C 17 fru edit 0 field p 5 “xxxxx”.
Chassis Part Number to xxxx
>> ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> -C 17 fru edit 0 field c 0 "xxxx".
Chassis Serial Number to xxxx
>> ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> -C 17 fru edit 0 field c 1 "xxxx".
Chassis Extra 1 to xxxx
>> ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> -C 17 fru edit 0 field c 2 "xxxx".
Chassis Extra 2 to xxxx
>> ipmitool -I lanplus -H <BMC IP> -U <username> -P <password> -C 17 fru edit 0 field c 3 "xxxx".