Allied Telesis AT-S97 User Manual
Page 157
AT-S85 and AT-S97 Management Software Command Line Interface User’s Guide
157
Description
This command deletes files from the file systems of the management and
media converter modules. You can use the command to remove
unnecessary or obsolete configuration files from the modules. For
background information on configuration files, refer to Chapter 8,
“Configuration File Commands” on page 129.
Review the following before using this command:
Allied Telesis does not recommend deleting the management module’s
active master configuration file. If you do delete the file, you should
afterwards specify a new active master configuration file with the
CONFIG SET command. For further information, refer to “CONFIG
SET” on page 145.
Deleting a media converter’s configuration file (e.g. BM_00_01.cfg)
from the file system of the management module does not affect the
operation of the media converter module or the management module.
Deleting a configuration file (e.g. BM.cfg) from a media converter’s file
system is not recommended, Deleting the file does not affect the
operation of the module, except if you remove the module and install it
into a different slot. In the latter scenario, the module uses its default
values or the values provided by the management module.
The filename is case sensitive. To verify the spelling and case of a
filename, use the FILE SHOW command. For instructions, refer to
“FILE SHOW” on page 169.
You do not have to perform the CONFIG SAVE command after
deleting a file.
Examples
This command deletes the master configuration file “unit2a.cfg” from a
management module in a chassis with the ID number 0:
file delete filesystem=system://0/m/unit2a.cfg
This command deletes the master configuration file “unit14ab.cfg” from a
management module in a chassis with the ID number 31:
file delete filesystem=system://31/m/unit14ab.cfg
This command deletes all the configuration files starting with “BM” from
management module in a chassis with the ID number 0:
file delete filesystem=system://0/m/BM*.cfg
This command deletes the configuration file “BM.cfg” from the media
converter module in slot 2 in a chassis with the ID number 0:
file delete filesystem=system://0/2/BM.cfg”