0000649741_01_en

Download Logs

There are two types of logs available, the event log (also called NMC log) and the data log. They can also be downloaded through the web interface.

NOTE: By default the size of the event log and data log is set to 400 entries (maximum 1500 entries).

How to Retrieve Log Files with SCP from the CLI

With SCP it is possible to retrieve a copy of the data or event log.

  1. Make sure that SCP is enabled.

  2. From a computer on the same network as the NMC open a command prompt window.

    NOTE: The commands bellow are only examples.

  3. To retrieve the event log file type scp <username@hostname>:event.txt /temp/event.txt or scp <ip_address>:event.txt /temp/event.txt

  4. To retrieve the data log file type scp <username@hostname>:data.txt /temp/data.txt or scp <ip_address>:data.txt /temp/data.txt

How to Retrieve Log Files with FTP from the CLI

With FTP it is possible to retrieve a copy of the data or event log.

  1. Make sure that FTP is enabled.

  2. From a computer on the same network as the NMC open a command prompt window.

  3. Type ftp <ip_address> or ftp>open <ip_address> <port_number> if the port number has been changed from the default. Press Enter.

    NOTE: The command is for a windows FTP client, other FTP clients might work differently.

  4. Log in with an administrator or device user.

  5. To enable binary transfer mode type ftp>bin

  6. To enable a progress bar for the file transfer type ftp>hash

  7. To retrieve the event log file type ftp>get event.txt

  8. To retrieve the data log file type ftp>get data.txt

    NOTE: It is possible to delete the log files on the NMC. The delete command do not have any confirmation prompt. A deletion of the data log is stored as an event in the event log. A deletion of the event logs is stored as an event in a new event log.

  9. To delete the event log file type ftp>del event.txt

  10. To delete the data log file type ftp>del data.txt

  11. Type ftp>quit to exit.

QR Code is a registered trademark of DENSO WAVE INCORPORATED in Japan and other countries.

Was this helpful?