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.