C613-50631-01 Rev A Command Reference for IE340 Series 2897
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
AMF AND AMF PLUS COMMANDS
COPY
(AMF-PROVISION)
copy (amf-provision)
Overview Use this command to copy configuration and release files for the node you are
provisioning.
For more information about using the copy command see copy (filename) in the
File and Configuration Management chapter.
Syntax
copy [force] <source-name> <destination-name>
Mode AMF Provisioning
Example To copy a configuration file named current.cfg from Node_4’s Flash into the
future_node directory, and set that configuration file to load onto future_node,
use the following commands:
node_4# atmf provision node future_node
node_4(atmf-provision)# create
node_4(atmf-provision)# locate
node_4(atmf-provision)# copy flash:current.cfg
./future_node.cfg
node_4(atmf-provision)# configure boot config future_node.cfg
Related
commands
atmf provision (interface)
atmf provision node
clone (amf-provision)
create (amf-provision)
delete (amf-provision)
locate (amf-provision)
show atmf provision nodes
Command
changes
Version 5.4.9-2.1: command added
Parameter Description
force This parameter forces the copy command to overwrite the
destination file, if it already exists, without prompting the
user for confirmation.
<source-name> The filename and path of the source file. See the
Introduction of the File and Configuration Management
chapter for valid syntax.
<destination-name> The filename and path for the destination file. See
Introduction of the File and Configuration Management
chapter for valid syntax.