Using ipmitool command

The ipmitool is a command line tool. It is available for Linux™, Windows™, and MAC-OS™ operating systems.

This device must be able to reach the device being managed through the BMC Management Interface.

The following is an example of how to use this command from the terminal prompt of your Linux™ system.

test@test ~ $ ipmitool -I lanplus -H 10.38.135.188 -U qct.admin -P qctadmin123 mc info
Device ID                 : 32
Device Revision           : 1
Firmware Revision         : 3.24
IPMI Version              : 2.0
Manufacturer ID           : 7244
Manufacturer Name         : Quanta
Product ID                : 2567 (0x0a07)
Product Name              : Unknown (0xA07)
Device Available          : yes
Provides Device SDRs      : yes
Additional Device Support :
    Sensor Device
    SDR Repository Device
    SEL Device
    FRU Inventory Device
    IPMB Event Receiver
    IPMB Event Generator
    Chassis Device
Aux Firmware Rev Info     :
    0x00
    0x00
    0x00
    0x00

test@test ~ $