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 ...
    • 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 ...
    • How to Save and Restore backup configuration from/to Nodegrid

      To Save the current configuration of your Nodegrid, follow the steps below: WebUI 1. Go to System, Toolkit, and click on Save Settings icon. 2. Select the option where you want to save the configuration:        a. Local System: enter the file name ...