Specifications
A-37
Cisco MGX 8850 (PXM45) and MGX 8950 Software Configuration Guide
Release 3, Part Number 78-14788-01 Rev. C0, January 2004
Appendix A Downloading and Installing Software Upgrades
Upgrade Procedures for RPM-PR Cards
Step 6 Configure the RPM-PR card to store its configuration on the PXM45 hard disk by entering the following
command:
Router> boot config e:auto_config_slot#
Step 7 Enter Enable mode for the router.
Router>enable
Password:
Router#
Step 8 Display the startup runtime software filename by entering the show bootvar command.
Router#show bootvar
BOOT variable = c:rpm-js-mz_122-4.T,12;
CONFIG_FILE variable = c:auto_config_slot09
BOOTLDR variable does not exist
Configuration register is 0x2
In the example above, the startup runtime software file is c:rpm-js-mz_122-4.T, and it has a version
number attached to it. Another way to view the boot list is to enter the show startup-config command
and look for the boot system commands.
Step 9 Enter the router global configuration mode.
Router#config terminal
Enter configuration commands, one per line. End with CNTL/Z.
Step 10 If you need to change the boot system filenames, remove the existing boot list using the boot system
command as follows:
Router(config)# no boot system
Step 11 Create a new boot list by entering one or more boot system commands as follows:
Router(config)# boot system e:filename
Replace the filename variable with the name of the new runtime file that was previously transferred to
the E:RPM directory on the switch. For example:
Router(config)# boot system e:rpm-js-mz
If you want to enter additional boot system commands, enter them in the order in which you want the
RPM-PR card to use them. The following example adds a statement to load from bootflash if the runtime
file is not found on the PXM45 hard disk:
Router(config)# boot system bootflash:rpm-js-mz_122-4.T
Note Before the RPM-PR card can load runtime software from bootflash, you must copy the runtime
software to the bootflash. The procedure for copying files from the PXM45 hard disk to
bootflash is described in the previous section.
Step 12 Exit global configuration mode and save the new configuration.
Router(config)#^Z
Router#copy run start
Destination filename [startup-config]?
Building configuration...
[OK]
Step 13 To verify the change, enter the show bootvar or show run commands.