Display System Environmental Sensors

2010.05.11 11:32

조인상 조회 수:18672

원문 : http://www.ischo.net -- 조인상 // 시스템 엔지니어

Writer : http://www.ischo.net -- ischo // System Engineer in Replubic Of Korea

+++++++++++++++++++++++++++++++++++++++++++++++++++++++

 

본문 : http://www.ischo.net -- 조인상 //시스템 엔지니어

+++++++++++++++++++++++++++++++++++++++++++++++++++++++


출처 : http://blog.naver.com/win2107?Redirect=Log&logNo=100000822943


Display System Environmental Sensors (CHRP)

This Service Aid displays the environmental sensors implemented on a CHRP system. The information displayed is the sensor name, physical location code, literal value of the sensor status, and the literal value of the sensor reading.

Note:

Runs on CHRP systems units only.



The sensor status can be any one of the following:

Normal
The sensor reading is within the normal operating range.

Critical High
The sensor reading indicates a serious problem with the device. Run diagnostics on sysplanar0 to determine what repair action is needed.

Critical Low
The sensor reading indicates a serious problem with the device. Run diagnostics on sysplanar0 to determine what repair action is needed.

Warning High
The sensor reading indicates a problem with the device. This could become a critical problem if action is not taken. Run diagnostics on sysplanar0 to determine what repair action is needed.

Warning Low
The sensor reading indicates a problem with the device. This could become a critical problem if action is not taken. Run diagnostics on sysplanar0 to determine what repair action is needed.

Hardware Error
The sensor could not be read because of a hardware error. Run diagnostics on sysplanar0 in problem determination mode to determine what repair action is needed.

Hardware Busy
The system has repeatedly returned a busy indication, and a reading is not available. Try the Service Aid again. If the problem continues, run diagnostics, on sysplanar0 in problem determination mode to determine what repair action is needed.



This Service Aid can also be run as a command. The command can be used to list the sensors and their values in a text format, list the sensors and their values in numerical format, or a specific sensor can be queried to return either the sensor status or sensor value.



The command can be run by entering one of the following:

/usr/lpp/diagnostics/bin/uesensor -l | -a

/usr/lpp/diagnostics/bin/uesensor -t token -i index [-v]

Flags

-l
List the sensors and their values in a text format.

-a
List the sensors and their values in a numerical format. For each sensor, the following numerical values are displayed as:


-t token
Specifies the sensor token to query.

-i index
Specifies the sensor index to query.

-v
Indicates to return the sensor measured value. The sensor status is returned by default.



Examples

Display a list of the environmental sensors:
/usr/lpp/diagnostics/bin/uesensor -l

Sensor Token = Fan Speed
Status = Normal
Value = 2436 RPM
Location Code = F1


Sensor Token = Power Supply
Status = Normal
Value = Present and operational Location Code = V1

Sensor Token = Power Supply
*Status = Critical low
Value = Present and not operational
Location Code = V2

Display a list of the environmental sensors in a numerical list:
/usr/lpp/diagnostics/bin/uesensor -a

3 0 11 87 P1
9001 0 11 2345 F1
9004 0 11 2 V1
9004 1 9 2 V2

Return the status of sensor 9004, index 1:
/usr/lpp/diagnostics/bin/uesensor -t 9004 -i 1
9

Return the value of sensor 9004, index 1:
/usr/lpp/diagnostics/bin/uesensor -t 9004 -i 1 -v
2



[실제 시스템 예제 - 6F1]
# /usr/lpp/diagnostics/bin/uesensor -l
  Sensor = thermal sensor
  Status = Normal
  Value = 21 Degrees Celsius
  Physical Location Code = L1



#/usr/lpp/diagnostics/bin/uesensor -a
3 0 11 21 L1





----------------------------------------

AIX temperature sensors

----------------------------------------

By executing the command /usr/lpp/diagnostics/bin/uesensor, you can, on supported platform, get the fan speeds and temperature of your system:


[root@sys /] /usr/lpp/diagnostics/bin/uesensor -a 3 0 11 31 P1 9001 0 11 2100 F1 9001 1 11 2760 F2 9001 2 11 1890 F3 9001 3 11 1890 F4 9002 0 11 5129 P1 9002 1 11 3129 P1 9002 2 11 5129 P1 9002 3 11 12077 P1 9004 0 11 3 P3-V1 9004 1 11 3 P3-V2 9004 2 11 3 P3-V3
diag 메뉴를 통해서 접근하는 방법----------------------------
diag-->Task Selection-->Display Sysem Environmental Sensors
(참고) p670과 p690은 지원안되네요..ㅠㅠ
한국 IBM UNIX 기술영업부, TSG 에서 작성하였습니다. -------------------------------------------------- 시스템의 온도는 Service Processor 를 통해 monitoring 됩니다. 모든 pSeries 서버가 이를 지원하는 것은 아닙니다. bootinfo -p 명령어를 수행했을 때 chrp 로 나오는 CHRP(Common H/W Reference Platform) 서버기종에서 주로 사용가능합니다. 서버의 Firmware 가 제공하는 값을 보여주는 것이기 때문에 CHRP 모든 기종에서 지원되지는 않습니다.
수치적으로 온도를 확인할 수 있는 서버인지를 점검하는 명령어는 다음과 같습니다. # /usr/lib/boot/bin/dmpdt_chrp | grep ibm,environmental | grep sensor
결과값이 없으면 온도를 확인할 수 없는 서버이고 결과값이 있으면 온도확인이 가능한 서버입니다. p690, p670 에서는 System Firmware Level 에서의 기능차이로 인해 온도확인이 불가능합니다.
그러나 수치적으로 온도를 확인할 수 없는 서버일지라도 시스템에 문제를 일으킬 수 있는 온도를 넘게 되면 Error Message 가 시스템상에 보고되어 errpt 를 통해 확인이 가능하므로 이로 인한 장애를 예방할 수 있게 됩니다.
번호 제목 글쓴이 날짜 조회 수
공지 [공지] 게시자료 열람자유. 불펌금지입니다. 조인상 2010.12.07 108544
91 AIX에서_JDK(JAVA)_다운로드_및_설치방법 [1] file 조인상 2010.05.11 19783
90 AIX에서 하드웨어구성상태 확인방법 조인상 2010.05.11 81489
89 errpt 백업받기 및 지우기 조인상 2010.05.11 27021
88 AIX5.3 TL04 이상 설치시 workload manager 제거 조인상 2010.05.11 17378
87 mksysb 백업중 부팅불가할지도모른다는 메시지 나올경우. 조인상 2010.05.11 20504
86 p570 관련자료 file 조인상 2010.05.11 25347
85 HMC 관련 교육자료 [4] file 조인상 2010.05.11 31025
84 AIX 시스템 퍼포먼스를 그래프로 확인 nmon + nmon analyser file 조인상 2010.05.11 33967
83 IBM p시리즈에 ess800 볼륨 멀티패스로 붙이기 file 조인상 2010.05.11 14891
82 LPAR란?? 조인상 2010.05.11 22404
81 Full System Partition <-> LPAR 방법 조인상 2010.05.11 21679
80 아답터 종류 및 슬롯위치 확인방법 조인상 2010.05.11 25889
79 AIX 메모리 사용량 측정. sar -P All 2 5 // lsps -a Unix 조인상 2010.05.11 29802
78 시스템 성능의 병목원인 분석 조회 조인상 2010.05.11 40812
77 Memory – Paging Space 튜닝관리 조인상 2010.05.11 17202
76 AIX DISK attach에서 mount까지 조인상 2010.05.11 29213
75 AIX 환경에서 유용한 것들 조인상 2010.05.11 28228
74 AIX 기본 설치 사항 조인상 2010.05.11 18618
73 var/adm/ras/errlog 문제.. 조인상 2010.05.11 15752
72 gcc 4.11 다운 받는곳 조인상 2010.05.11 13920
서버에 요청 중입니다. 잠시만 기다려 주십시오...