2 description, 3 options, 4 command syntax examples – Kontron AM4521 User Manual

Page 20

Advertising
background image

9

AM4521

www.kontron.com

2.7.1.2

Description

ipmitool lets you manage Intelligent Platform Management Interface (IPMI) functions of either a local or
remote system using IPMI V1.5 and IPMI v2.0. Capabilities include printing FRU information, LAN
configuration, sensor readings, and remote chassis power control.

2.7.1.3

Options

Table 2-6: ipmitool options relevant to firmware upgrades

2.7.1.4

Command Syntax Examples

Example 1. The following example shows the command sequence for firmware upgrade of an AMC installed on
a carrier:

$ ipmitool -I lan -H 192.168.0.2 -T 0x82 -B 0 -t 0x74 -b 7 hpm upgrade hpm1fw.img

$ ipmitool -I lan -H 192.168.0.2 -T 0x82 -B 0 -t 0x74 -b 7 hpm activate

Line 1 puts the new firmware in the flash device, where hpm1fw.img is the image.

Line 2 is used to dynamically load and activate the new firmware.

Example 2. The following example shows the command performing firmware upgrade on the carrier itself:

$ ipmitool -I lan -H 192.168.0.2 -t 0x82 -b 0 hpm upgrade hpm1fw.img

$ ipmitool -I lan -H 192.168.0.2 -t 0x82 -b 0 hpm activate

Line 1 puts the new firmware in the flash device, where hpm1fw.img is the image.

Line 2 is used to dynamically load and activate the new firmware.

Option

Description

-I <interface>

Selects IPMI interface to use. Supported interfaces that are compiled in are visible in the usage

help output. Use lan to designate Ethernet.

-H <address>

Remote server address, can be IP address or hostname. This option is required for lan interfaces.

-T <address>

If updating an AMC, use to specify the address and Bus ID of the carrier that holds the AMC. These

entries are not needed when updating the carrier alone.

-B <bus id>
-t <address>

IPMB-L address of the target MMC or Carrier

-b <bus id>

Bus ID of the target MMC or Carrier (use 0 for a carrier, 7 for an AMC/RTM)

Advertising