Setup guide
B-11
Cisco 6400 Software Setup Guide
OL-1183-04
AppendixB Upgrading Software on the Cisco 6400
Upgrading Software on Redundant NRP-1s
Step 3 Use the delete EXEC command to mark the old images for deletion.
NRPslot5# delete flash:c6400r-g4p5-mz.120-7.DC
NRPslot5# delete bootflash:c6400r-boot-mz.120-7.DC
Step 4 Use the squeeze EXEC command to permanently delete the images marked for deletion.
NRPslot5# squeeze flash:
NRPslot5# squeeze bootflash:
Step 5 Use the copy EXEC command to load the new images from the secondary NRP-1.
NRPslot5# copy sec-flash:c6400r-g4p5-mz.122-13.T flash:c6400r-g4p5-mz.122-13.T
NRPslot5# copy sec-bootflash:c6400r-boot-mz.122-13.T bootflash:c6400r-boot-mz.122-13.T
Identify the New System Image as the Startup Image for the Primary NRP-1
To ensure that the new image is used at system reload, choose the same method that you used in the
“Identify the New System Image as the Startup Image for the Secondary NRP-1” section on pageB-9,
specifically:
• Ensuring That the New System Image Is the First File in Flash Memory, page B-11
or
• Updating the Boot System Variable, page B-12
Ensuring That the New System Image Is the First File in Flash Memory
Complete the following steps to make sure that the new image is the first file in the primary NRP-1’s
Flash memory. NRPslot5 is still the primary device, and NRPslot6 is still the secondary device.
Step 1 Use the dir EXEC command to list all files in the primary NRP-1’s Flash memory.
NRPslot5# dir flash:
Step 2 If the new system image is the first file listed, the image is already the startup image. Continue with the
“Switch the Primary and Secondary NRP-1s” section on pageB-12.
If the new system image is not at the top of the list, and you want to save the files that are listed above
the new image, continue with Step 3 .
If you want to delete the files listed above the new image, continue with Step 4 .
Step 3 Use the copy EXEC command to back up the primary NRP-1 Flash files to a TFTP server.
NRPslot5# copy flash:filename tftp://10.1.1.1/filename1
NRPslot5# copy flash:filename tftp://10.1.1.1/filename2
NRPslot5# copy flash:filename tftp://10.1.1.1/filename3
...
Step 4 Use the delete EXEC command to mark the unwanted primary NRP-1 files for deletion.
NRPslot5# delete flash:filename1
NRPslot5# delete flash:filename2
NRPslot5# delete flash:filename3
...