Dell PowerEdge C5230 User Manual

Page 133

Advertising
background image

Troubleshooting

133

Instructions for Windows 2008 64bit win.bat:

Change directory to .\socflash
Execute win.bat on Local System with Windows OS.
After flashing is complete, wait 90 seconds for BMC to reset.

Updates Through TFTP/HTTP/FTP

Updating 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

(Ex: http://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 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

Advertising