Managing the ExtremeWare XOS Software
ExtremeWare XOS 11.3 Concepts Guide
102
For the memorycard option, this command removes/deletes an existing file on the external memory
card.
Example
The following example removes the policy file named newpolicy.pol from the system:
rm newpolicy.pol
On a modular switch with an external memory card installed, the following command removes the
policy file named test.pol from the external memory card:
rm memorycard test.pol
Managing the Configuration File
The configuration is the customized set of parameters that you have selected to run on the switch.
Table 16 describes some of the key areas of configuration file management in ExtremeWare XOS.
Table 16: Configuration file management
Task Behavior
Configuration file database ExtremeWare XOS supports saving a configuration file into any named file and
supports more than two saved configurations.
For example, you can download a configuration file from a network TFTP
server and save that file as primary, secondary, or with a user-defined name.
You also select where to save the configuration: primary or secondary
partition, or another space.
The file names primary and secondary exist for backward compatibility with
ExtremeWare.
Downloading configuration files ExtremeWare XOS uses the tftp command to download configuration files to
the switch from the network TFTP server.
For more information about downloading configuration files, see “Using TFTP
to Download the Configuration” on page 603.
Uploading configuration files ExtremeWare XOS uses the tftp command to upload configuration files from
the switch to the network TFTP server.
For more information about uploading configuration files, see “Using TFTP to
Upload the Configuration” on page 603.
Managing configuration files,
including listing, copying,
deleting, and renaming
The following commands allow you to manage configuration files:
• ls—Lists all of the configuration files in the system.
• cp—Makes a copy of an existing configuration file in the system.
• rm—Removes/deletes an existing configuration file from the system.
• mv—Renames an existing configuration file.
Configuration file type ExtremeWare XOS configuration files are saved in Extensible Markup
Language (XML) format. Use the show configuration command to view
on the CLI your currently running switch configuration.
XML configuration mode Indicated by (xml) at the front of the switch prompt. Do not use. Use the
command disable xml-mode to disable this mode.
Displaying configuration files You can also see a complete list of configuration files by entering the ls
command followed by the Tab key.