Cisco Cisco IOS XR Software Release 3.2

Seite von 50
45
Release Notes for Cisco IOS XR Software Release 3.2.2
OL-8819-01
Step 5
Repeat Steps 2 through Step 4 for each LC and SP listed in the show platform
 
command output you 
obtained in Step 1.
Step 6
Verify system stability by issuing the commands described in 
Removing Inactive Packages from the Disk
Once a software upgrade or downgrade is complete, you can clear space on a disk by removing any 
inactive packages that are not needed any more. Use the following procedure to remove unnecessary 
inactive packages:
Step 1
Enter the admin command to enter admin EXEC mode.
RP/0/RP0/CPU0:router# admin
Step 2
In admin EXEC mode, type the show install inactive brief command to obtain a list of inactive packages 
on the router, and note the names of packages that are not needed, as shown in the following example:
RP/0/RP0/CPU0:router(admin)# show install inactive brief
Step 3
In admin EXEC mode, type the install remove disk0:package sync
 
command to remove any 
unnecessary packages, as shown in the following example:
RP/0/RP0/CPU0:router(admin)# install remove disk0:package sync
Note
The sync keyword prevents the user from issuing any other commands while the installation is 
in process.
Note
Multiple packages can be removed at the same time by specifying the disk0:package keyword 
argument once for each package, as shown in the following example:
RP/0/RP0/CPU0:router(admin)# install remove disk0:package1 disk0:package2 
disk0:package3
 sync