120
# Specify the main system software image for the standby MPU (the slot number is 1) for the next device
boot as
test.app
(Make sure that the file
test.app
is already saved on the storage media of the standby
MPU. Otherwise, the system prompts error and the execution of the command fails). (In standalone
mode)
<Sysname> boot-loader file slot1#flash:/test.app slot 1 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 1!
# Specify the main system software image for the global active MPU in slot 0 on the device with member
ID of 1 as
test.app
. (Make sure that the file
test.app
is already saved on the storage media of card.
Otherwise, the system prompts error and the execution of the command fails.) (In IRF mode)
<Sysname> boot-loader file test.app chassis 1 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 chassis 1
slot 0!
# Specify the main system software image for the global standby MPU in slot 1 on the device with the
member ID of 1 as
test.app
. (Make sure that the file
test.app
is already saved on the storage media of
card. Otherwise, the system prompts error and the execution of the command fails.) (In IRF mode)
<Sysname> boot-loader file chassis1#slot1#flash:/test.app chassis 1 slot 1 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 chassis 1
slot 1!
bootrom
Syntax
In standalone mode:
bootrom
{
backup
|
read
|
restore
|
update
file
file-url
}
slot
slot-number-list
[
all
|
part
]
In IRF mode:
bootrom
{
backup
|
read
|
restore
|
update
file
file-url
}
chassis
chassis-number
slot
slot-number-list
[
all
|
part
]
View
User view
Default level
3: Manage level
Parameters
read
: Reads Boot ROM, or in other words, copies the Boot ROM codes from the normal partition of the
Boot ROM memory to the Flash as the backup, which will be used to restore Boot ROM when the Boot
ROM memory is broken.
restore
: Restores Boot ROM, or in other words, restores the Boot ROM codes from the backup partition
to the normal partition of the Boot ROM memory. When the current Boot ROM is broken, and you have
backed up the codes, you can restore Boot ROM by performing the restore operation.
backup
: Backs up Boot ROM, or in other words, backs up the Boot ROM codes in the normal partition
to the backup partition of the Boot ROM memory. When the current Boot ROM is broken, you can restore
Boot ROM from the backup partition. HP recommends that you back up Boot ROM before upgrading it.