8-9
Cisco 7600 Series Router Cisco IOS Software Configuration Guide, Release 12.2SX
OL-4266-08
Chapter 8 Configuring RPR and RPR+ Supervisor Engine Redundancy
Copying Files to an MSFC
This example shows how to perform an FSU:
Router#
config terminal
Router(config)#
config-register 0x2102
Router(config)#
boot system flash disk0:
image_name
Router#
copy running-config start-config
Router#
hw-module reset
Router#
redundancy force-switchover
Router#
Copying Files to an MSFC
Use the following command to copy a file to the
bootflash:
device on an active MSFC:
Router#
copy
source_device
:
source_filename
bootflash:
target_filename
Use the following command to copy a file to the
bootflash:
device on a redundant MSFC:
Router#
copy
source_device
:
source_filename
slavebootflash:
target_filename
Step 4
Router#
hw-module
{
module num
}
reset
Reloads the redundant supervisor engine and brings it
back online (running the new version of the Cisco IOS
software).
Note
Before reloading the redundant supervisor
engine, make sure you wait long enough to ensure
that all configuration synchronization changes
have completed.
Step 5
Router#
redundancy force-switchover
Conducts a manual switchover to the redundant
supervisor engine. The redundant supervisor engine
becomes the new active supervisor engine running the
new Cisco IOS image. The modules are reloaded and the
module software is downloaded from the new active
supervisor engine.
The old active supervisor engine reboots with the new
image and becomes the redundant supervisor engine.
Note
To perform an EHSA to RPR FSU, use the
reload
command in Step 5.
Command
Purpose
Step 1
Router#
copy
source_device
:
source_filename
{
disk0
|
disk1
}
:
target_filename
Copies the new Cisco IOS image to the
disk0:
device or
the
disk1:
device on the active supervisor engine.
Or:
Router#
copy
source_device
:
source_filename
sup-bootflash:
target_filename
Copies the new Cisco IOS image to the
bootflash:
device
on the active supervisor engine.
Or:
Router#
copy
source_device
:
source_filename
{
slavedisk0
|
slavedisk1
}
:
target_filename
Copies the new Cisco IOS image to the
disk0:
device or
the
disk1:
device on the redundant supervisor engine.
Or:
Router#
copy
source_device
:
source_filename
slavesup-bootflash:
target_filename
Copies the new Cisco IOS image to the
bootflash:
device on the redundant supervisor engine.