Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

Upgrading Software on an EX6200 or EX8200 Standalone Switch Using Nonstop Software Upgrade (CLI Procedure)

You can use nonstop software upgrade (NSSU) to upgrade the software on standalone EX6200 or EX8200 switches with redundant Routing Engines. NSSU upgrades the software running on the Routing Engines and line cards with minimal traffic disruption during the upgrade. NSSU is supported on EX8200 switches running Junos OS Release 10.4 or later and on EX6200 switches running Junos OS Release 12.2 or later.

This topic covers:

Preparing the Switch for Software Installation

Before you begin software installation using NSSU:

  • (Optional) Configure line-card upgrade groups as described in Configuring Line-Card Upgrade Groups for Nonstop Software Upgrade. By default, an NSSU upgrades line cards one at a time to allow aggregated Ethernet links that have members on different line cards to remain up through the upgrade process. Configuring line-card upgrade groups reduces the time an upgrade takes because the line cards in each upgrade group are upgraded at the same time rather than sequentially.

  • Verify that the Routing Engines are running the same version of the software. Enter the following command:

    If the Routing Engines are not running the same version of the software, use the request system software add command to upgrade the Routing Engine that is running the earlier software version.

  • Ensure that nonstop active routing (NSR) and graceful Routing Engine switchover (GRES) are enabled. To verify that they are enabled, you need to check only the state of nonstop active routing—if nonstop active routing is enabled, then graceful Routing Engine switchover is enabled.

    To verify that nonstop active routing is enabled, execute the following command:

    If nonstop active routing is not enabled (Stateful Replication is Disabled), see Configuring Nonstop Active Routing on Switches for information on how to enable it.

  • (Optional) Enable nonstop bridging (NSB). Enabling NSB ensures that all NSB-supported Layer 2 protocols operate seamlessly during the Routing Engine switchover that is part of the NSSU.

  • (Optional) Back up the system software on each Routing Engine to an external storage device with the request system snapshot command.

Upgrading Both Routing Engines Using NSSU

This procedure describes how to upgrade both Routing Engines using NSSU. When the upgrade completes, both Routing Engines are running the new version of the software, and the backup Routing Engine is the new primary Routing Engine.

To upgrade both Routing Engines using NSSU:

  1. Download the software package.

  2. Copy the software package to the switch. We recommend that you use FTP to copy the file to the /var/tmp directory.

  3. Log in to the primary Routing Engine using the console connection. You can perform an NSSU from the management interface, but a console connection allows you to monitor the progress of the primary Routing Engine reboot.

  4. Install the new software package:

    where package-name-m.nZx-distribution.tgz is, for example, jinstall-ex-8200-10.4R1.5-domestic-signed.tgz.

    The switch displays the following status messages as the upgrade executes:

    Note:

    If you omit the reboot option in this step when using an EX8200 switch, you must manually reboot the original primary Routing Engine with the request system reboot command for the upgrade to complete.

    The original primary Routing Engine reboots automatically after updating the new primary Routing Engine when an NSSU is used to upgrade an EX6200 switch with dual Routing Engines.

  5. Log in after the reboot completes. To verify that both Routing Engines have been upgraded, enter the following command:

  6. To verify that the line cards that were online before the upgrade are online after the upgrade, log in to the primary Routing Engine and enter the show chassis nonstop-upgrade command:

  7. If you want to make re0 the primary Routing Engine again, enter the following command:

    You can verify that re0 is the primary Routing Engine by executing the show chassis routing-engine command.

  8. To ensure that the resilient dual-root partitions feature operates correctly, execute the following command to copy the new Junos OS image into the alternate root partition on each Routing Engine:

    Resilient dual-root partitions allow the switch to boot transparently from the alternate root partition if the system fails to boot from the primary root partition.

Upgrading One Routing Engine Using NSSU (EX8200 Switch Only)

This procedure describes how to upgrade one of the Routing Engines using NSSU on an EX8200 switch. When the upgrade completes, the backup Routing Engine is running the new software version and is the new primary. The original primary Routing Engine, now the backup Routing Engine, continues to run the previous software version.

Note:

NSSU always upgrades the software on both Routing Engines on an EX6200 switch. Therefore, you cannot upgrade software on one Routing Engine using NSSU on an EX6200 switch.

To upgrade one Routing Engine using NSSU:

  1. Download the software package.

  2. Copy the software package to the switch. We recommend that you use FTP to copy the file to the /var/tmp directory.

  3. Log in to the primary Routing Engine.

  4. Request an NSSU. On an EX8200 switch, specify the no-old-master-upgrade option when requesting the NSSU:

    where package-name-m.nZx-distribution.tgz is, for example, jinstall-ex-8200-10.4R2.5-domestic-signed.tgz.

    The switch displays the following status messages as the upgrade executes:

    When the upgrade is complete, the original primary Routing Engine (re0) becomes the backup Routing Engine.

  5. To verify that the original backup Routing Engine (re1) has been upgraded, enter the following command:

  6. To verify that the line cards that were online before the upgrade are online after the upgrade, log in to the new primary Routing Engine and enter the show chassis nonstop-upgrade command:

  7. To ensure that the resilient dual-root partitions feature operates correctly, copy the new Junos OS image into the alternate root partition of the Routing Engine:

    Resilient dual-root partitions allow the switch to boot transparently from the alternate root partition if the system fails to boot from the primary root partition.

Upgrading the Original Primary Routing Engine (EX8200 Switch Only)

This procedure describes how to upgrade the original primary Routing Engine after you have upgraded the original backup Routing Engine as described in Upgrading One Routing Engine Using NSSU (EX8200 Switch Only) for an EX8200 switch.

  1. Log in to the current primary Routing Engine (re1).
  2. Enter configuration mode and disable nonstop active routing:
  3. Deactivate graceful Routing Engine switchover and commit the configuration:
  4. Log in to the current backup Routing Engine (re0) using a console connection.
  5. Request a software installation:
    Note:

    When you use NSSU to upgrade only one Routing Engine, the installation package is not automatically deleted from /var/tmp, leaving the package available to be used to upgrade the original primary Routing Engine.

  6. After the upgrade completes, log in to the current primary Routing Engine (re1) and enter CLI configuration mode.
  7. Re-enable nonstop active routing and graceful Routing Engine switchover:
  8. To ensure that the resilient dual-root partitions feature operates correctly, exit the CLI configuration mode and copy the new Junos OS image into the alternate root partition of the Routing Engine:

    Resilient dual-root partitions allow the switch to boot transparently from the alternate root partition if the system fails to boot from the primary root partition.

  9. (Optional) To return control to the original primary Routing Engine (re0), enter the following command:

    You can verify that re0 is the primary Routing Engine by executing the show chassis routing-engine command.