Question 39
UnclassifiedWhich command is used to view the BIOS version on a DGX system via IPMI?
Correct answer: A
Explanation
"ipmitool fru print 0" reads the first Field Replaceable Unit record through IPMI, which includes system identification data such as the BIOS version on a DGX system. The command targets FRU slot 0, the standard entry for the baseboard/system information exposed by IPMI.
Why each option is right or wrong
A. ipmitool fru print 0
The IPMI FRU inventory is accessed with the `fru print` subcommand, and FRU device ID `0` is the standard system/baseboard record on DGX platforms. That record exposes the platform identification fields, including the BIOS version, so `ipmitool fru print 0` is the command that retrieves it from the first FRU entry rather than sensor or chassis data.
B. ipmitool bios version
C. ipmitool mc info
D. dmidecode -t bios