Owners Manual

142
Fehlerbehebung
Updates über TFTP/HTTP/FTP
Update über TFTP/HTTP/FTP
1
Rufen Sie die Reservierungs-ID ab.
>ipmitool -H <BMC-IP-Adresse> -I lanplus -U root -P root raw 0x30 0x01
> 01
2
Aktivieren Sie die Remoteaktualisierung.
>ipmitool -H <BMC-IP-Adresse> -I lanplus -U root -P root raw 0x30
0x02 0x01 0x10 0x01 0x00 0x00 0x00 0xff
>10 01 00 01 01
3
Rufen Sie das Protokoll ab.
>ipmitool -H <BMC-IP-Adresse> -I lanplus -U root -P root raw 0x30
0x02 0x01 0x10 0x02 0x00 0x00 0x00 0xff
>10 02 00 01 07
4
Legen Sie die URL fest.
HTTP-Server-Update
(Bsp: http://192.168.1.111/s2gv112.bin)
>ipmitool -H <BMC-IP-Adresse> -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 für URL - „http://192.168.1.111/s2gv112.bin
Antwort: 21 geschriebene Datenlänge
FTP-Server-Update
(Bsp: ftp://user:user@192.168.1.111/s2gv112.bin)
>ipmitool -H <BMC-IP-Adresse> -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 für URL - „ftp://user:user@192.168.1.111/s2gv112.bin
Antwort: 2a geschriebene Datenlänge