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:Linux OS에서 시스템 데이터를 수집하려면 다음 명령을 실행하세요.

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:현재 실행 중인 NGP 프로세스의 덤프를 포함하려면 다음 명령을 실행하세요.

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.

...

이것은 여러 노드를 지정하기 위해 여러 번 사용될 수 있습니다. 노드가 지정되지 않으면 모든 사용 가능한 노드에 대한 덤프와 로그가 수집됩니다.

서버 프로세스의 덤프를 수집하기 위해 제한된 수의 스레드(N)를 사용하려면 다음 명령  실행하세요 .

Code Block
languagebash
--jobs N

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

...

N = 0이면 사용 가능한 모든 스레드가 덤프를 수집하는 데 사용됩니다. 기본적으로 N = 1입니다.

기본적으로 시스템 데이터 보고서에는 Linux OS 로그의 정보가 포함됩니다. 보고서에서 이 정보를 제외하려면 다음 명령을 실행하세요.

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

...