Step 1 |
show
hw-module
fpd
location {all |
node-id}
Example:
RP/0/RP0/CPU0:router# show hw-module fpd location all
or
RP/0/RP0/CPU0:router# show hw-module fpd location 0/4/cpu0
|
Displays the current FPD image versions for the
specified card or all cards installed in the router. Use this command to
determine if you must upgrade the FPD image on your card.
|
Step 3 |
show
fpd
package
Example:
RP/0/RP0/CPU0:router(admin)# show fpd package
| (Optional)
Displays which cards are supported with your current
Cisco IOS XR software release, which FPD image you need for each card, and what the minimum
hardware requirements are for the various modules. (A minimum hardware
requirement version of 0.0 indicates that all hardware can support this FPD
image version.)
If there are
multiple FPD images for your card, use this command to determine which FPD
image to use if you want to upgrade only a specific FPD type.
|
Step 4 |
upgrade
hw-module
fpd
{all |
fpga-type} [ force]
location [all |
node-id]
Example:
RP/0/RP0/CPU0:router(admin)# upgrade hw-module fpd
all location 0/3/1
.
.
.
Successfully upgraded 1 FPD for SPA-2XOC48POS/RPR
on location 0/3/1
RP/0/RP0/CPU0:V3_DC_MT(admin)# upgrade hw-module fpd all location all
RP/0/RP0/CPU0:May 14 22:06:38.715 : upgrade_fpd_cli[65878]: %PLATFORM-UPGRADE_FPD-6-STATUS_UPG_LOC_ALL_OPT : pm fpga11 instance 14 on location 0/RP0/CPU0 was intentionally skipped during upgrade using location all option
|
Upgrades all the current FPD images that must be
upgraded on the specified card with new images.
Before
continuing to the next step, wait for confirmation that the FPD upgrade has
successfully completed. Status messages, similar to these, are displayed to the
screen until the FPD upgrade is completed:
FPD upgrade started.
FPD upgrade in progress..
FPD upgrade in progress..
FPD upgrade sent to location xxxx
FPD upgrade sent to location yyyy
FPD upgrade in progress..
FPD upgrade finished for location xxx
FPD upgrade in progress..
FPD upgrade finished for location yyyy
FPD upgrade completed.
The “FPD
upgrade in progress.” message is printed every minute. These logs are
information logs, and as such, are displayed if the
logging console
informational command is configured.
If Ctrl-C is
pressed while the FPD upgrade is in progress, the following warning message is
displayed:
FPD upgrade in progress on some hardware,
aborting now is not recommended as it might
cause HW programming failure and result in
RMA of the hardware.
Do you want to continue? [Confirm(y/n)]
If you
confirm that you want to abort the FPD upgrade procedure, this message is
displayed:
FPD upgrade process has been aborted, please
check the status of the hardware and reissue
the upgrade command if required.
Note
|
If your card
supports multiple FPD images, you can use the
show
fpd
package admin command to determine what specific
image to upgrade in the
upgrade
hw-module
fpd command.
|
Note
|
A message is displayed when router modules cannot get upgraded during upgrade with location all option indicating that the FPGA is intentionally skipped during upgrade. To upgrade such FPGAs, you can use the CLI command with a particular location explicitly specified. For example, upgrade hw-module fpd all location 0/3/1.
|
|
Step 6 |
hw-module {location
node-id |
subslot
subslot-id}
reload
Example:
RP/0/RP0/CPU0:router# hw-module subslot 0/3/1 reload
or
RP/0/RP0/CPU0:router# hw-module location 0/3/cpu0 reload
| (Optional)
Use the
hw-module
subslot
reload command to reload a SPA and the
hw-module
location
reload command to reload a SIP or line card.
|