Friday, April 9, 2021

How to modify Tyan Motherboard/Barebones FRU information

Requirement:

Linux environment

ipmitool

Tyan FRU file editor Utility v0.20


Command

./fruedit --dump xxx.txt => dump FRU file to readable text.


Change Product Manufacturer and Serial Serial Number
./fruedit --pdmfc TYAN --pdsn TCI3832E0025
Check update result
./fruedit --dump b7102new.txt




No comments:

Post a Comment

How to modify BMC function

 #Reset BMC password to default # ipmitool raw 0x32 0x66 #Enable BMC LAN # ipmitool raw 0x32 0xaa 0x00 #Disable BMC LAN # ipmitool raw 0x32 ...