( 파워이중화 일 때 혹은 디스크가 미러일 때 등등등 )
다음의 두 tool을 설치하면 확인이 가능합니다..
hpasmcli : Power, Fan, 온도 등
hpacucli : mirror 정보
hpacucli 설치 libstdc++ 버전으로 인해 실패 시 compat-libstdc++ 을 설치하면 됩니다.
[root@www ~]# rpm -qa | grep ++
compat-libstdc++-296-2.96-138
libstdc++-4.1.2-42.el5
libstdc++-4.1.2-42.el5
■ PowerSupply 정보보기
[root@www ~]# hpasmcli -s "show powersupply"
Power supply #1
Present : Yes
Redundant: No
Condition: Ok
Hotplug : Supported
Power supply #2
Power Supply not present
■ FAN 정보보기
[root@www ~]# hpasmcli -s "show fans"
Fan Location Present Speed of max Redundant Partner Hot-pluggable
--- -------- ------- ----- ------ --------- ------- -------------
#1 PROCESSOR_ZONE Yes
#2 SYSTEM Yes
■ 온도보기
[root@www ~]# hpasmcli -s "show temp"
Sensor Location Temp Threshold
------ -------- ---- ---------
#1 I/O_ZONE 38C/100F 63C/145F
#2 CPU#1 40C/104F 85C/185F
#3 CPU#2 47C/116F 85C/185F
#4 POWER_SUPPLY_BAY 31C/87F 48C/118F
#5 SYSTEM_BD 26C/78F 41C/105F
■ Mirror 정보 보기
[root@www ~]# hpacucli ctrl all show
Smart Array 6i in Slot 0 ()
[root@www ~]#
[root@www ~]# hpacucli ctrl slot=0 physicaldrive all show
Smart Array 6i in Slot 0
array A
physicaldrive
physicaldrive
'rhel' 카테고리의 다른 글
multi bonding 설정 / bonding 2개 설정 (0) | 2010.03.06 |
---|---|
rhel euc_kr 설정 (0) | 2010.03.06 |
rhel5 | apache2.2.4,php5.2.3,mysql-6.0.0,j2sdk1.6.0,tomcat-6.0.13 설치 (0) | 2007.08.24 |