PowerEdge: How to edit Product Name and Board Product description through IPMITool
Summary: The instructions listed below explain how to change the Product Name and Board Product Description on PowerEdge Servers using IPMITool.
Instructions
IPMITool allows for server IPMI management both locally and remotely.
Linux operating system media or an operating system repository can be used to install the IPMITool application.
RHEL: # yum install ipmitool Ubuntu: $ sudo apt install ipmitool
Alternatively download the RACADM tool for Linux operating system environment from Dell iDRAC Tools for Linux.
https://www.dell.com/support/home/en-in/drivers/driversdetails?driverid=dfhk6&oscode=rhel8&productcode=poweredge-r750
These tools include:
- RACADM Command-Line Interface (CLI): Enables scripting of iDRAC management operations
- IPMITool Provides local and remote IPMI management of a server.
You may perform the below ipmitool commands to edit the Board Product and Product Name:
Command to change Board Product: $ sudo ipmitool fru edit 0 field b 1 "Product-Name" Command to change Product Name: $ sudo ipmitool fru edit 0 field p 1 "Product-Name"
So, if a customer would like to get the output name as "PowerEdge XR11," so the commands would be as below:
$ sudo ipmitool fru edit 0 field b 1 "PowerEdge XR11" $ sudo ipmitool fru edit 0 field p 1 "PowerEdge XR11"
Then validate the information with the following command:
$ sudo ipmitool fru print 0
See the example results below to serve as a guide:

Additional Information
Use the additional documents provided below:
https://www.intel.in/content/www/in/en/support/articles/000092817/server-products/single-node-servers.html
https://dl.dell.com/manuals/all-products/esuprt_solutions_int/esuprt_solutions_int_solutions_resources/general-solution-resources_white-papers10_en-us.pdf