How to save Diagnostic Data through CLI and Shell

How to save Diagnostic Data through CLI and Shell

Note: This feature is available on Nodegrid OS v4.x and newer.

Diagnostic Data can be generated via CLI in Nodegrid
1. Login as admin and type this commands
     cd /system/toolkit
     diagnostic_data
     finish

The data will be stored in /home/admin/logs/ and could be accessed through the File Manager.
SCP command can be used to transfer this data to another device.
Note: File Manager can be used via WebUI under System::Toolkit menu.

Follow these steps to get the Diagnostic Data via Shell
1. Login as root or type shell sudo su - from admin to go to shell
2. Type these commands,
     cd /usr/sbin/
     diagnostic_data
The data will be stored in /tmp folder.


    • Related Articles

    • How to save diagnostic data for support

      Note: This feature is available on Nodegrid OS v4.x and newer. Log into WebUI as admin Go to System :: Toolkit then click on Diagnostic Data Click finish button Go to System :: Toolkit then click on File Manager button located just to the right of ...
    • How to setup Data Logging for one or more Devices to save data locally

      Data logs capture all information send to a device and coming from a device. You can choose to store the logs locally or remotely. Configuration via WebUI: 1. Login as admin and navigate to Managed Devices 2. Select the target device and go to ...
    • Modem Diagnostics Tool - Enhanced - 6.0 Release

      We now have a an an enhanced modem diagnostics tool that will help in trouble shooting LTE/5G connectivity, which is available after version 6.0.X Steps 1- Go to Tracking > Devices > Wireless Modem > Modem Diagnostics You will see a list of options ...
    • Change the column size in console port session for cli and shell in Nodegrid

      The current default settings for columns is 80, so CLI commands with long parameters and values, or shell commands outputs get wrapped around, and sometimes, it makes hard to see them properly. A workaround is to set the columns to be larger than the ...
    • Network Configuration via CLI

      Example of configuring the ETH0 interface via CLI (please, replace the network values with your own information). Log in as admin to the Nodegrid console port or HDMI Type the following commands (in bold): [admin@nodegrid /]# cd ...