Die HP Enterprise Switch-Serie 5700 bietet neben der herkömmlichen Upgrade Methode über serielle Verbindung oder FTP auch die Möglichkeit, das Firmware Image über den USB Port bereitzustellen.
USB Sticks im FAT32 Format werden erkannt und automatisch eingebunden (mount). Der Inhalt lässt sich in der CLI Session (seriell oder SSH) durchsuchen.
<HP> cd usba0:/ <HP> dir Directory of usba0: 0 drw- -Jan 13 2016 12:52:04 5700_7.10.R2418P06 <HP> cd 5700_7.10.R2418P06/ <HP> dir Directory of usba0:/5700_7.10.R2418P06 0 -rw- 77973504 Aug 31 2015 08:06:54 5700-CMW710-R2418P06.ipe 1 -rw- 12679168 Aug 31 2015 08:08:32 5700-cmw710-packet-capture-r2418p06.bin 2 drw- - Jan 13 2016 12:52:02 5700_R2418P06_Netconf 3 -rw- 3939272 Oct 22 2015 16:44:50 5700_R2418P06_Release-Notes-Portfolio.pdf 7835044 KB total (7713596 KB free)
Das Verzeichnis enthält ein .bin und ein .ipe File für das Upgrade. Für die Aktualisierung wird die ipe Datei in das Flash-Verzeichnis des Switches kopiert. Der Kopiervorgang wird aus dem Verzeichnis flash:/ gestarte (flashroot).
<HP> cd flash:/
Pfad und Filename können abweichen je nach Image. Hier 5700-CMW710-R2418P06.ipe im Ordner 5700_7.10.R2418P06.
Wichtig ist das Leerzeichen und der Punkt am Ende des Kommandos!
<HP> copy slot1#usba0:/5700_7.10.R2418P06/5700-CMW710-R2418P06.ipe . <HP> Copy usba0:/5700_7.10.R2418P06/5700-CMW710-R2418P06.ipe to flash:/5700-CMW710-R2418P06.ipe?[Y/N]:
Dialog mit Y bestätigen und den Kopiervorgang abwarten.
Update
Das Update erfolgt mit dem Kommando:
<HP> boot-loader file flash:/5700-CMW710-R2418P06.ipe slot 1 main Verifying image file............Done. Images in IPE: 5700-cmw710-boot-r2418p06.bin 5700-cmw710-system-r2418p06.bin This command will set the main startup software images. Continue? [Y/N]:
Die Abfrage mit Y bestätigen. Nach Abschluss des Updates kann der Bootloader kontrolliert werden.
Add images to target slot. Decompressing file 5700-cmw710-boot-r2418p06.bin to flash:/5700-cmw710-boot-r2418p06.bin........................Done. Decompressing file 5700-cmw710-system-r2418p06.bin to flash:/5700-cmw710-system-r2418p06.bin.......................................................................................................................................Done. The images that have passed all examinations will be used as the main startup software images at the next reboot on slot 1.
<HP> display boot-loader Software images on slot 1: Current software images: flash:/5700-cmw710-boot-r2311p05.bin flash:/5700-cmw710-system-r2311p05.bin Main startup software images: flash:/5700-cmw710-boot-r2418p06.bin flash:/5700-cmw710-system-r2418p06.bin Backup startup software images: None
Nach dem Neustart ist das neue Image aktiv.
<HP> reboot