Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To collect the system data in Linux OS, run the following command:

Code Block
sudo /opt/AxxonSoft/AxxonOne/bin/support /home/user

where

  • /opt/AxxonSoft/AxxonOne/bin/supportthe utility location directory;
  • /home/userthe user’s home directory.

If you do not want to delete the temporary repository, run the following command:

Code Block
languagebash
--debug

If you want to include dumps from currently running NGP processes, run the following command:

Code Block
languagebash
--dump-processes

If you want to collect process dumps and logs for a specific node, run the following command:

Code Block
languagebash
--node <node-name>

This can be used multiple times to specify multiple nodes. If a node is not specified, dumps and logs will be collected for all available nodes.

If you want to use a limited number of threads (N) to collect dumps of Server processes, run the following command:

Code Block
languagebash
--jobs N

If N = 0, then all available threads will be used to collect dumps. By default, N = 1.

By default, the system data report includes information from Linux OS log. To exclude this information from the report, run the following command:

Code Block
languagebash
--skip-journalctl

If you want the report not to include the information on the self-diagnostics service (see 자가 진단 서비스), run the following command:

Code Block
languagebash
--skip-prometheus

If errors occur, you can run the following command to try to resolve them:

Code Block
languagebash
--fix