Collecting Logs
Logs record the running status of the system and the processing of functional processes. Logs help maintenance personnel check the system status and locate faults. You can use the log collection function to export OmniData logs to the local host.
Collecting Latest Logs
Use the file transfer function of the service flow to export the server log files to the local host. The omnidata-server.log file in the selected OmniData log directory is collected to a local directory. The log directory is /home/omm/omnidata-install/omnidata/log/omnidata-server.log.
Collecting All Logs
- Package log files.
If you need to download all log files, pack the log directory and then collect logs. Replace the example log path of the OmniData service, /home/omm/omnidata-install/omnidata/log, with the actual one.
cd /home/omm/omnidata-install/omnidata/log tar -zcvf log.tar.gz *
- Download the log package. The log path is /home/omm/omnidata-install/omnidata/log/log.tar.gz.
Save the log package to the local PC.