173
Views
User view
Predefined user roles
network-admin
Parameters
patch
: Specifies a patch image file.
filename
: Specifies the file path of a .bin patch image file, a case-insensitive string. The file must be stored
in the root directory of a storage medium on an MPU. The maximum length is 63 characters for the
storage-medium
:/
base-filename
.bin
segments of the file path. For more information about specifying a
file path, see "Managing the file system."
all
: Specifies all MPUs.
slot
slot-number
: Specifies an MPU by its slot number. (In standalone mode.)
chassis
chassis-number
slot
slot-number
: Specifies an MPU on an IRF member device. The
chassis-number
argument represents the member ID of the IRF member device. The
slot-number
argument represents the
slot number of the MPU. (In IRF mode.)
Usage guidelines
An image runs in memory immediately after it is activated. For an activated image to run after a reboot,
you must commit the software change by using the
install commit
command.
If the specified files are not saved on the MPU to be upgraded, the command copies the images to the
MPU automatically. If the specified files are not saved on the security engine to be upgraded, the
command copies the images to the security engine automatically.
In standalone mode, follow these guidelines:
•
If you specify the active MPU, the command takes effect on the active MPU and all LPUs.
•
If you specify the standby MPU, the command takes effect only on the standby MPU.
In IRF mode, follow these guidelines:
•
If you specify the global active MPU, the command takes effect on the global active MPU and all
LPUs.
•
If you specify a standby MPU, the command takes effect on the standby MPU.
Examples
# (In standalone mode.) Activate the boot image
boot-patch.bin
and system patch image
system-patch.bin
on the active MPU (in slot 17).
<Sysname> install activate boot-patch.bin slot 17
This operation maybe take several minutes, please wait..........................Done.
<Sysname> install activate system-patch.bin slot 17
This operation maybe take several minutes, please wait..........................Done.
# (In IRF mode.) Activate the boot image
boot-patch.bin
and system patch image
system-patch.bin
on
the global active MPU (in slot 17 of member device 1).
<Sysname> install activate boot-patch.bin chassis 1 slot 17
This operation maybe take several minutes, please wait..........................Done.
<Sysname> install activate system-patch.bin chassis 1 slot 17
This operation maybe take several minutes, please wait..........................Done.