리모트에 있는 LINUX 기반의 PLT는 장애가 발생하여도 감지되지 않는 경우가 있습니다.

( 파워이중화 일 때  혹은 디스크가 미러일 때 등등등 )

 

다음의 두 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     NORMAL 49%     Yes        0        No           

#2   SYSTEM          Yes     NORMAL 49%     Yes        0        No

 

■ 온도보기

[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 1:0   (port 1:id 0 , Parallel SCSI, 146.8 GB, OK)

      physicaldrive 1:1   (port 1:id 1 , Parallel SCSI, 146.8 GB, OK)

 

+ Recent posts