User Manual

Running the script
IP-RN 8000 Installation & Commissioning Guide 155
Running the script
This procedure explains how to run a configuration script.
1. Use the enable command to enter the privileged EXEC mode, as follows:
AIRVANA-03>enable
The CLI prompt changes to the Privilege EXEC prompt, as follows:
AIRVANA-03#
2. Run the commissioning script by using the CLI copy command to copy it to
system:running-config, as follows:
AIRVANA-03#copy disk0:/config/<scriptFileName> system:running-config
where:
copy is the CLI copy command
disk0:/config/ specifies the required path to the script
<scriptFileName> is the name of the script file
system:running-config is the required destination file name
Always specify system:running-config as the destination file when using the CLI copy
command to run the commissioning script.
For example: copy disk0:/config/nodea.txt system:running-config
The node runs the commissioning script you specified. When the script finishes executing, the CLI
displays the script done message, as follows:
AIRVANA-03#script done
If the script fails to execute successfully or encounters errors, the CLI displays an appropriate error
messages and the script stops running at the point where the faulty CLI command tried to execute.
3. Return to the base command prompt by typing exit followed by the <ENTER> key twice times, as
follows:
AIRVANA-03#exit
AIRVANA-03>
This procedure is complete.
WARNING
Running a configuration script changes the node’s current
configuration and can be service disrupting.