Dell PowerEdge C5230 User Manual

Page 134

Advertising
background image

134

Troubleshooting

FTP Server Update

(Ex: ftp://user:[email protected]/s2gv112.bin)

>ipmitool -H <BMC IP Address> -I lanplus -U root -P root raw 0x30

0x03 0x01 0x10 0x03 0x00 0x00 0x00 0x01 0xFF 0x66 0x74 0x70 0x3A

0x2F 0x2F 0x75 0x73 0x65 0x72 0x3A 0x75 0x73 0x65 0x72 0x40 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 - " ftp://user:[email protected]/s2gv112.bin"
Response: 2a written data length

TFTP Server Update

(Ex: tftp://192.168.1.111/s2gv112.bin)

>ipmitool -H <BMC IP Address> -I lanplus -U root -P root raw 0x30

0x03 0x01 0x10 0x03 0x00 0x00 0x00 0x01 0xFF 0x74 0x66 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 - "tftp://192.168.1.111/s2gv112.bin"
Response: 21 written data length

Updating BMC Firmware Through Firmware Command

>ipmitool -H <BMC IP Address> -I lanplus -U root -P root raw 0x08

0x01 0x01 0x80 0x00

Response: 34 firmware update task ID
(force update, config)

>ipmitool -H <BMC IP Address> -I lanplus -U root -P root raw 0x08

0x01 0x01 0x80 0x01

Response: 34 firmware update task ID
(normal update, no config)

>ipmitool -H <BMC IP Address> -I lanplus -U root -P root raw 0x08

0x01 0x01 0x00 0x00

Response: 34 firmware update task ID
(normal update, config)

Advertising