IPMI Firmware Upgrade Procedure

IPMI Firmware Upgrade Procedure

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.

6806800H60A AMC-S402 Installation and Use

25

Page 35
Image 35
Emerson AMC-S402 manual IPMI Firmware Upgrade Procedure COMMAND SYNTAX EXAMPLES