Upgrading the ISR RSS

This section describes the ISR RSS upgrade process.

Note:

The following examples use <release#> as a placeholder for the appropriate file name you are upgrading to.
  1. Log into the RSS host using the recommended "isradm" user.
  2. Copy the RSS upgrade file "isr-rss-<release#>-upgrade.tgz into the /opt/isr/releases directory.
  3. Switch to the root directory by executing the cd / command.
  4. Delete prior ISR RPM packages to avoid confusion with the current version by executing the following command:
    $ sudo rm /opt/isr/releases/isr-*.rpm
  5. Unpack the upgrade file from the root directory by executing the following command:
    sudo tar xzf /opt/isr/releases/isr-rss-<release #>-upgrade.tgz -C /
  6. Run the upgrade script by executing the following command:
    sudo /opt/isr/releases/upgradeIsr.sh
  7. Follow the script's prompts and instructions closely.
  8. Verify the updated build upon completion by executing the following command.
    yum info isr-rss
    If the upgrade is successful, the following information displays.
    Repo        : installed
    Summary     : 6.0 20161234-567890        RSS for ISR
    
  9. Run the configuration script by executing the following command:
    sudo /opt/isr/configIsr.sh
  10. Follow any configuration script's prompts and instructions closely to ensure all component configurations are verified and select the q option to finish.