Configuring High System Availability

Step 4 Enter global configuration mode and configure the system to boot first from a

Cisco IOS Release 12.0(22.3)S1 system image and then from a Cisco IOS Release 12.0(23)S system image.

Router# configure terminal

Router(config)# boot system flash slot0:rsp-pv-mz.120-22.3.S1

Router(config)# boot system flash slot0:rsp-pv-mz.120-23.S

With this configuration, when the slot 6 RSP is active, it looks first in its PC Card slot 0 for the system image file rsp-pv-mz.120-22.3.S1to boot. Finding this file, the router boots from that system image. When the slot 7 RSP is active, it also looks first in its slot 0 for the system image file rsp-pv-mz.120-22.3.S1to boot. Because that image does not exist in that location, the slot 7 RSP looks for the system image file rsp-pv-mz.120-23.Sin slot 0 to boot. Finding this file in its PC Card slot 0, the router boots from that system image. In this way, each RSP can reboot the system using its own system image when it becomes the active RSP.

Step 5 Configure the system further with a fault-tolerant booting strategy:

Router(config)# boot system tftp rsp-pv-mz.120-23.S 10.1.1.25

Step 6 Set the configuration register to enable loading of the system image from a network server or from Flash memory and save the changes to the active and the standby startup configuration file:

Router(config)# config-register 0x010F

Router(config)# end

Router# copy running-config startup-config

Step 7 Reload the system so that the active RSP uses the new Cisco IOS Release 12.0(22.3)S1 system image:

Router# reload

This completes the sample procedure for upgrading to a new software version.

Backing Up with an Older Software Version Example

The following example describes a backup scenario under the following conditions:

The active RSP is in processor slot 6, and the standby RSP is in processor slot 7 of a Cisco 7513 or Cisco 7513-MX.

Both the active and the standby RSPs currently use the same image, rsp-pv-mz.120-22.3.S1, in PC Card slot 0.

We want to use Cisco IOS Release 12.0(23)S as a backup to guard against software failures, and we will configure HSA operation for software error protection.

Route Switch Processor (RSP8) Installation and Configuration Guide

 

OL-4920-02

35

 

 

 

Page 35
Image 35
Cisco Systems RSP8 Backing Up with an Older Software Version Example, Routerconfig# boot system tftp rsp-pv-mz.120-23.S