I would like to read Product name with IPMI raw command. I could use "fru" like this:
c:\Testing\ipmiutil>ipmiutil.exe fru -b -N <address> -U root -P root
ipmiutil ver 3.01
ifru: version 3.01
Connecting to node <address>
-- BMC version 1.48, IPMI version 2.0
.... some data
[Baseboard,20,00] Product Name : <Product Name>
.... some data
However, in my case this command takes like minute to issue, so it's far too long. I figured I would read it directly with Raw command. However, I don't understand how should I do it.