R21xx-HP FlexFabric 11900 Fundamentals Command Reference

187
Examples
# Confirm the software changes.
<Sysname> install commit
Related commands
install activate
install deactivate
install rollback
install deactivate
Use install deactivate to deactivate feature images and patch images.
Syntax
In standalone mode:
install deactivate feature filename&<1-30> slot slot-number
install deactivate patch filename slot slot-number
In IRF mode:
install deactivate feature filename&<1-30> chassis chassis-number slot slot-number
install deactivate patch filename chassis chassis-number slot slot-number
Views
User view
Predefined user roles
network-admin
Parameters
filename: Specifies the name of a feature or patch image file. &<1-30> indicates that you can specify a
space-separated list of up to 30 feature or patch image files.
slot slot-number: Specifies a card by its slot number. If you do not specify this option, the command is
applied to all cards in the device. (In standalone mode.)
chassis chassis-number slot slot-number: Specifies a card on an IRF member. If you do not specify this
option, the command is applied to all cards in the IRF fabric. (In IRF mode.)
Usage guidelines
You can deactivate only feature and patch images that are active.
To keep deactivated images inactive after a reboot, you must confirm the software change by using the
install commit command.
Examples
# In standalone mode, deactivate the patch images in file route-patch.bin on the card in slot 4.
<Sysname> install deactivate patch flash:/route-patch.bin slot 4
# In IRF mode, deactivate the patch images in file route-patch.bin on the card in slot 4 of IRF member 1.
<Sysname> install deactivate feature flash:/route-feature.bin chassis 1 slot 4