Lists all configuration, policy, and if configured, core dump files in the system.
file_name | Lists all the files that match the wildcard. |
N/A.
When you use issue this command without any options, the output displays all of the configuration and policy files stored on the switch.
When you configure and enable the switch to send core dump (debug) information to the internal memory card, specify the internal-memory option to display the core dump files stored on the internal memory card. For more information about core dump files, see Core Dump Files.
When you specify the memorycard option on a switch, the output displays all of the files stored on the removable storage device, including core dump files if so configured. For more information about core dump files, see Core Dump Files.
When you specify the file-name option, the output displays all of the files that fit the wildcard criteria.
Core dump files have a .gz file extension. The filename format is: core.process-name.pid.gz where process-name indicates the name of the process that failed and pid is the numerical identifier of that process.
When the switch has not saved any debug files, no files are displayed. For information about configuring and sending core dump information to the internal memory card, compact flash card, or USB 2.0 storage device, see the configure debug core-dumps and save debug tracefiles memorycard commands.
For more detailed information about core dump files, see Troubleshooting section in the ExtremeXOS 22.6 User Guide.
The following command displays a list of all current configuration and policy files in the system:
ls
The following is sample output from this command:
total 424 -rw-r--r-- 1 root root 50 Jul 30 14:19 hugh.pol -rw-r--r-- 1 root root 94256 Jul 23 14:26 hughtest.cfg -rw-r--r-- 1 root root 100980 Sep 23 09:16 megtest.cfg -rw-r--r-- 1 root root 35 Jun 29 06:42 newpolicy.pol -rw-r--r-- 1 root root 100980 Sep 23 09:17 primary.cfg -rw-r--r-- 1 root root 94256 Jun 30 17:10 roytest.cfg
The following command displays a list of all current configuration and policy files on a removable storage device:
ls /usr/local/ext
The following is sample output from this command:
-rwxr-xr-x 1 root 0 15401865 Mar 30 00:03 bd10K-11.2.0.13.xos -rwxr-xr-x 1 root 0 10 Mar 31 09:41 test-1.pol -rwxr-xr-x 1 root 0 10 Apr 4 09:15 test.pol -rwxr-xr-x 1 root 0 10 Mar 31 09:41 test_1.pol -rwxr-xr-x 1 root 0 223599 Mar 31 10:02 v11_1_3.cfg
The following command displays a list of all configuration and policy files with a filename beginning with the letter “a:”
(debug) BD-12804.1 # ls a*
Following is sample output from this command:
-rw-r--r-- 1 root 0 2062 Jan 6 09:11 abc -rw-rw-rw- 1 root 0 1922 Jan 7 02:19 abc.xsf 1k-blocks Used Available Use% 16384 496 15888 3%
The following command displays a list of all .tgz files:
ls /usr/local/tmp/*.tgz
Following is sample output from this command:
-rwxr-xr-x 1 root 0 79076 Jan 6 09:47 old_traces.tgz 1k-blocks Used Available Use% 49038 110 48928 0%
This command was first available in ExtremeXOS 10.1.
The memorycard option was added in ExtremeXOS 11.0.
The internal-memory option was added in ExtremeXOS 11.4.
The file-name option was added in ExtremeXOS 12.2.
Support for USB 2.0 storage devices was added in ExtremeXOS 12.5.3.
Pathname support was added in ExtremeXOS 15.5.1.