R3303-HP HSR6800 Routers Fundamentals Command Reference

119
MPU role Identification format
Exam
p
le
Remarks
All MPUs but the
global active MPU
in IRF mode
chassischassis-number#slotslot-number
#StorageMediumName
chassis2#slot1#cfa
0
chassis-number:
Represents the IRF
member ID.
slot-number:
Represents the slot
number of the
MPU.
The file-name argument specifies the file name, which typically uses the .bin extension.
slot slot-number: Specifies an MPU by its slot number. The slot-number argument represents the slot
number of the MPU. (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, and the slot-number argument represents
the slot number of the MPU. (In IRF mode.)
main: Specifies the file as the main system software image. The main system software image has higher
priority than the backup system software image at startup.
backup: Specifies the file as the backup system software image. The backup system software image is
used at startup only if the main system software image is unavailable.
Usage guidelines
In FIPS mode, the file must pass authenticity verification before it can be set as a startup system software
image file.
In standalone mode:
To execute the command successfully, make sure you have saved the image file to the root directory
of a storage medium on the MPU.
Names of the startup system software image files on MPUs can be different, but their versions must
be the same for a correct startup.
In IRF mode:
To execute the command successfully, make sure you have saved the image file to the root directory
of a storage medium on the MPU.
The startup system software image files on MPUs can use different names, but their versions must be
the same for a correct startup.
Examples
In standalone mode:
# Specify test.bin as the main startup system software image file for the active MPU (in slot 0). This
example assumes that this file has been saved in the root directory of the storage medium on the active
MPU.
<Sysname> boot-loader file test.bin slot 0 main
This command will set the boot file of the specified board. Continue? [Y/N]:y
The specified file will be used as the main boot file at the next reboot on slot 0!
# Specify test.bin as the main startup system software image file for the standby MPU (in slot 1). This
example assumes that this file has been saved in the root directory of the storage medium on the standby
MPU.
<Sysname> boot-loader file slot1#cfa0:/test.bin slot 1 main