Wired Intelligent Edge

 View Only
last person joined: yesterday 

Bring performance and reliability to your network with the HPE Aruba Networking Core, Aggregation, and Access layer switches. Discuss the latest features and functionality of your switching devices, and find ways to improve security across your network to bring together a mobile-first solution
Expand all | Collapse all

How do we check local files in 6300M?

This thread has been viewed 8 times
  • 1.  How do we check local files in 6300M?

    Posted Mar 16, 2023 09:21 AM

    Not sure if I should post my question here.

    Just wonder where the output/redirected files go/save to and how do we show local storage of 6300M?
    show running-config | redirect "abc.txt"

    Thanks.



  • 2.  RE: How do we check local files in 6300M?

    EMPLOYEE
    Posted Mar 20, 2023 04:54 AM

    Hi,

    The following command will show some files on the system, but not all of them:

    switch# diag

    switch# diag storage filesystem all list

    You can use the Linux shell on the switch to list all the files there.

    The output of your command is redirected to a file in the "/tmp" directory. Here an example how to check it via the shell: 

    switch#  start-shell

    switch:~$ ls /tmp

    switch:~$ cat /tmp/abc.txt