Atualização do firmware Mini-PIM usando o CLI
Para atualizar o firmware no Mini-PIM, usando o CLI:
Quando você atualiza o firmware no Mini-PIM, o firmware de modem também é atualizado.
- Identificar a versão de firmware (jfirmware) instalada atualmente:
user@host > show system firmware
Nota:Certifique-se de atualizar o firmware no Mini-PIM para a versão mais recente.
O
Current version
campo na saída exibe a versão de firmware que está atualmente instalada no Mini-PIM. Se houver uma versão mais recente do firmware em https://www.juniper.net/support/downloads/?p=junos-srx#sw, então siga para a próxima etapa para baixar o firmware mais recente.Part Type Tag Current Available Status version version FPC 1 PIC 0 MLTE_FW 1 17.2.91 OK Routing Engine 0 RE BIOS 0 3.2 3.2 OK Routing Engine 0 RE BIOS Backup 1 3.2 3.2 OK
- Baixe a versão de firmware apropriada de https://www.juniper.net/support/downloads/?p=junos-srx#sw:
user@host > request system software add /var/tmp/jfirmware-<version>-signed.tgz
Nota:Certifique-se de que a versão do Junos OS instalada no dispositivo seja a mesma da versão de firmware ou posterior. Para conhecer a versão do Junos OS, emita o
show version
comando. - Certifique-se de que a versão de firmware mais recente seja baixada no Mini-PIM verificando o
Available version
campo. OAvailable version
campo deve listar a versão de firmware mais recente que foi baixada na Etapa 2.user@host > show system firmware
Part Type Tag Current Available Status version version FPC 1 PIC 0 MLTE_FW 1 17.2.91 17.5.517 OK Routing Engine 0 RE BIOS 0 3.2 3.2 OK Routing Engine 0 RE BIOS Backup 1 3.2 3.2 OK
- Atualize o firmware no dispositivo:
user@host > request system firmware upgrade pic fpc-slot <fpc-slot-number>
Part Type Tag Current Available Status version version FPC 1 PIC 0 MLTE_FW 1 17.2.91 17.5.517 OK Perform indicated firmware upgrade ? [yes,no] (no) yes Firmware upgrade initiated, use "show system firmware" to monitor status.
- Verifique se o firmware foi atualizado com sucesso. O status deve mostrar
OK
.user@host > show system firmware Part Type Tag Current Available Status version version FPC 1 PIC 0 MLTE_FW 1 17.2.91 17.5.517 UPGRADED SUCCESSFULLY Routing Engine 0 RE BIOS 0 3.0 3.6 OK Routing Engine 0 RE BIOS Backup 1 3.0 3.6 OK
user@host > show system firmware Part Type Tag Current Available Status version version FPC 1 PIC 0 MLTE_FW 1 17.5.517 17.5.517 OK Routing Engine 0 RE BIOS 0 3.0 3.6 OK Routing Engine 0 RE BIOS Backup 1 3.0 3.6 OK
- Reinicialize o dispositivo após o firmware ser atualizado. Observe que se você emitir o
show system firmware
comando após a reinicialização, oCurrent Version
campo mostra a versão de firmware mais recente e oAvailable Version
campo mostra zero(0).