Specifications

3-145
Cisco Wide Area Application Services Command Reference
OL-16451-01
Chapter 3 CLI Commands
script
script
To execute a script provided by Cisco or check the script for errors, use the script EXEC command.
script {check | execute} file_name
Syntax Description
Defaults No default behavior or values.
Command Modes EXEC
Device Modes application-accelerator
central-manager
Usage Guidelines The script EXEC command opens the script utility, which allows you to execute Cisco-supplied scripts
or check errors in those scripts. The script utility can read standard terminal input from the user if the
script you run requires input from the user.
Note The script utility is designed to run only Cisco-supplied scripts. You cannot execute script files
that lack Cisco signatures or that have been corrupted or modified.
Examples The following example shows how to check for errors in the script file test_script.pl:
WAE# script check test_script.pl
check Checks the validity of the script.
execute Executes the script. The script file must be a SYSFS file in the current
directory.
file_name Name of the script file.