Dell PowerEdge C6105 Using the Baseboard Management Controller  - Page 9

Firmware Update, Updating the BMC Firmware Through TFTP/HTTP/FTP

Page 9 highlights

Firmware Update Use the Firmware Update feature to upgrade to the latest firmware version. The following data is included in the BMC firmware package: • Compiled BMC firmware code and data • Web-based user interface, JPEG, and other user interface data files • Default configuration files Updating the BMC Firmware Through TFTP/HTTP/FTP 1 Get Reservation ID. >ipmitool -H -I lanplus -U root -P root raw 0x30 0x01 > 01 2 Enable Remote Update. >ipmitool -H -I lanplus -U root -P root raw 0x30 0x02 0x01 0x10 0x01 0x00 0x00 0x00 0xff >10 01 00 01 01 3 Get Protocol. >ipmitool -H -I lanplus -U root -P root raw 0x30 0x02 0x01 0x10 0x02 0x00 0x00 0x00 0xff >10 02 00 01 07 4 Set URL. HTTP Server Update: (Ex: http://192.168.1.111/s2gv112.bin) >ipmitool -H -I lanplus -U root -P root raw 0x30 0x03 0x01 0x10 0x03 0x00 0x00 0x00 0x01 0xFF 0x68 0x74 0x74 0x70 0x3A 0x2F 0x2F 0x31 0x39 0x32 0x2E 0x31 0x36 0x38 0x2E 0x31 0x2E 0x31 0x31 0x31 0x2F 0x73 0x32 0x67 0x76 0x31 0x31 0x32 0x2E 0x62 0x69 0x6E ASCII code for URL "http://192.168.1.111/s2gv112.bin" Response: 21 written data length 9

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46

9
Firmware Update
Use the Firmware Update feature to upgrade to the latest firmware version.
The following data is included in the BMC firmware package:
Compiled BMC firmware code and data
Web-based user interface, JPEG, and other user interface data files
Default configuration files
Updating the BMC Firmware Through TFTP/HTTP/FTP
1
Get Reservation ID.
>ipmitool -H <BMC IP Address> -I lanplus -U root -P root raw 0x30
0x01
> 01
2
Enable Remote Update.
>ipmitool -H <BMC IP Address> -I lanplus -U root -P root raw 0x30
0x02 0x01 0x10 0x01 0x00 0x00 0x00 0xff
>10 01 00 01 01
3
Get Protocol.
>ipmitool -H <BMC IP Address> -I lanplus -U root -P root raw 0x30
0x02 0x01 0x10 0x02 0x00 0x00 0x00 0xff
>10 02 00 01 07
4
Set URL.
HTTP Server Update: (
)
>ipmitool -H <BMC IP Address> -I lanplus -U root -P root raw 0x30
0x03 0x01 0x10 0x03 0x00
0x00 0x00 0x01 0xFF 0x68 0x74 0x74 0x70 0x3A 0x2F 0x2F 0x31 0x39
0x32 0x2E 0x31 0x36
0x38 0x2E 0x31 0x2E 0x31 0x31 0x31 0x2F 0x73 0x32 0x67 0x76 0x31
0x31 0x32 0x2E 0x62 0x69 0x6E
ASCII code for URL -
Response: 21
written data length