User guide
Managing Automatic Remote Configuration Download Download Component Files
OmniSwitch AOS Release 8 Switch Management Guide May 2014 page 12-15
Script File
The script file is downloaded and stored with the same name in the /flash/working directory. The script
file contains the commands to be implemented on the switch after running the configuration file.
If a configuration file is not available, the script file can be used to configure the switch dynamically
without a vcboot.cfg file.
Script File Example
vlan 100 enable name "VLAN 100"
vlan 100 members port 1/1/1 untagged
write memory
Script File Usage Guidelines
• After the script file is downloaded the switch does not automatically reboot.
• If a write memory command is used in the script file, then it overwrites the vcboot.cfg file. Hence, the
script file must not contain the write memory command if it is downloaded along with the
configuration file.
• If any script file command fails, it is logged in to a file *.err (* is the script file name) in the /flash
directory and the remaining commands are implemented.
• If the script file name mentioned in the instruction file is incorrect, then an error is logged in the switch
log or swlog.log file.