Segue abaixo um script para atualização do Comware em um Switch HP 5120 utilizando o protocolo IPv6 como transporte. A atividade é bem simples (como em IPv4) e nos ajuda a desmistificar e nos encorajar a utilizar cada vez mais o “novo” serviço. O procedimento é o mesmo para a maioria dos Switches com o Sistema Operacional Comware (3com/H3C/HPN).
<Switch>system [Switch] ipv6 [Switch] interface vlan 1 [Switch-Vlan-Interface-1]ipv6 address 2001:db8::2/64 [Switch-Vlan-Interface-1]quit [Switch] quit <Switch> <Switch>tftp ipv6 2001:db8:1 put flash:/a5120ei-cmw520-r2208p01-s168.bin ! Fazendo backup da imagem antiga para o Servidor TFTP <Switch>delete /unreserved a5120ei-cmw520-r2208p01-s168.bin The contents cannot be restored!!! Delete flash:/a5120ei-cmw520-r2208p01-s168.bin?[Y/N]:y ! Devido a falta de espaçoo para manter a imagem nova e a velha nesse modelo de Switch, ! iremos deletar a imagem mais antiga. ! O comando /unreserved deleta a imagem sem jogar na lixeira da memória flash <Switch> tftp ipv6 2001:db8::1 get A5120EI-CMW520-R2220P02.bin ! Copiando a nova imagem para o Switch <Switch>boot-loader file flash:/a5120ei-cmw520-r2220p02.bin slot all main This command will set the boot file of the specified board. Continue? [Y/N]:y ! Configurando a nova imagem para "bootar" após o Switch reiniciar <Switch>disp boot-loader Slot 1 The current boot app is: flash:/a5120ei-cmw520-r2208p01-s168.bin The main boot app is: flash:/a5120ei-cmw520-r2220p02.bin The backup boot app is: flash:/ <Switch>reboot Start to check configuration with next startup configuration file, please wait.........DONE! This command will reboot the device. Current configuration will be lost, save current configuration? [Y/N]:y This command will reboot the device. Continue? [Y/N]:y Reboot device by command. ! Reiniciando o Switch <HP>display version HP Comware Platform Software Comware Software, Version 5.20.99, Release 2220P02 Copyright (c) 2010-2013 Hewlett-Packard Development Company, L.P. HP A5120-48G EI Switch uptime is 0 week, 0 day, 0 hour, 2 minutes ! Validando o Upgrade <HP>display boot-loader Slot 1 The current boot app is: flash:/a5120ei-cmw520-r2220p02.bin The main boot app is: flash:/a5120ei-cmw520-r2220p02.bin The backup boot app is:
Pronto, imagem atualizada! 😉
O Software utilizado para copia da imagem foi o TFTPd64 by Ph. Jounin para Windows