11.18. 지원 관련 기능

IBM Power Systems, Little Endian에서 sos 보고서를 실행할 때 시간 초과

IBM Power Systems, 수백 또는 수천 개의 CPU가 있는 Little Endian에서 sos report 명령을 실행하는 경우 프로세서 플러그인은 /sys/devices/system/cpu 디렉터리의 대규모 콘텐츠를 수집할 때 기본 시간 초과 300초에 도달합니다. 이 문제를 해결하려면 플러그인의 타임아웃을 적절하게 늘리십시오.

  • 일회성 설정을 위해 다음을 실행합니다.
# sos report -k processor.timeout=1800
  • 영구 변경 사항은 /etc/sos/sos.conf 파일의 [plugin_options] 섹션을 편집합니다.
[plugin_options]
# Specify any plugin options and their values here. These options take the form
# plugin_name.option_name = value
#rpm.rpmva = off
processor.timeout = 1800

예제 값은 1800으로 설정됩니다. 특정 시간 초과 값은 특정 시스템에 따라 크게 달라집니다. 플러그인의 시간 제한을 적절하게 설정하려면 먼저 다음 명령을 실행하여 시간 초과 없이 하나의 플러그인을 수집하는 데 필요한 시간을 추정할 수 있습니다.

# time sos report -o processor -k processor.timeout=0 --batch --build

Bugzilla:1869561