Description

This article lists the complete steps to upgrade an EX virtual chassis.

Solution

In order to upgrade a virtual chassis, the following steps are to be followed -

 

 

 

  • Back up the current software configuration to a secondary storage option. Alternately, run the command and copy the outputs onto a Word document or notepad file -> show configuration | display set | no-more

 

  • Copy the software package to the master member's /var/tmp directory using a software like Filezilla or WinSCP.

 

  • Push the Junos image onto all the members using the following command. This will copy the file from the master to each of the stack members -> request system software add /var/tmp/<file-name> no-validate

 

  • In order to push the image onto a particular member, the command to be used -> request system software add /var/tmp/<file-name> member <member-id> no-validate

 

  • Once the file is pushed onto all the members, reboot the entire stack at once using the command -> request system reboot all-members

 

  • After the reboot has completed, log in and verify that the new version of the software is properly installed -> show version

 

  • Confirm the status of the stack -> show virtual-chassis status

 

  • The post-checks of the stack can be done by running the commands and comparing the outputs with the pre-check outputs.

 

Note: Please make sure to reboot the entire stack at the same time after the Junos file is pushed onto all the members. If the members are rebooted individually, there will be a Junos version difference between the members which will cause the VC to break.

 

Modification History

2024-10-23 : Article Created