C613-50631-01 Rev A Command Reference for IE340 Series 2895
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
AMF AND AMF PLUS COMMANDS
CONFIGURE
BOOT SYSTEM (AMF-PROVISION)
configure boot system (amf-provision)
Overview This command sets the release file that will load onto a specified provisioned node
during the next boot cycle. This command can also set the backup release file to be
loaded for an AMF provisioned node. To unset the boot system release file or the
backup boot release file use the no boot command.
Use the no variant of this command to return to the default.
This command can only be run on AMF master nodes.
Syntax
configure boot system [backup] <file-path|URL>
configure no boot system [backup]
Default No boot release file or backup release files are specified for the provisioned node.
Mode AMF Provisioning
Usage notes When using this command to set a backup release file, the specified AMF
provisioned node must exist. The specified file must exist in the flash directory
created for the provisioned node in the AMF remote backup media.
Examples To set the release file x930-5.4.9-0.1.rel on the AMF provisioned node ‘node1’, use
the command:
MasterNodeName# atmf provision node node1
MasterNodeName(atmf-provision)# configure boot system
x930-5.4.9-0.1.rel
To set the backup release file x930-5.4.8-2.5.rel as the backup to the main release
file on the AMF provisioned node ‘node1’, use the command:
MasterNodeName# atmf provision node node1
MasterNodeName(atmf-provision)# configure boot system backup
card:/atmf/amf_net/nodes/node1/flash/x930-5.4.8-2.5.rel
To unset the boot release, use the command:
MasterNodeName# atmf provision node node1
MasterNodeName(atmf-provision)# configure no boot system
To unset the backup boot release, use the command:
MasterNodeName# atmf provision node node1
MasterNodeName(atmf-provision)# configure no boot system backup
Related
commands
atmf provision (interface)
Parameter Description
<file-path|URL> The path or URL and name of the release file.