ksh0165 / ReactStudy

업무에 필요한 내용 기록
http://github.com/ksh0165/works.git
0 stars 0 forks source link

hp #62

Open ksh0165 opened 4 years ago

ksh0165 commented 4 years ago

$ hpasmcli ERROR: Could not open /dev/cpqhealth/cdt. Please make sure the Health Monitor is started.

systemctl status hp-health

ls -l / dev / cpqhealth

rpm -q hp-health hpasm hprsm

참고 : https://djnote.tistory.com/41

ksh0165 commented 4 years ago

hp-health 설치

cd /usr/local/src

wget http://downloads.linux.hpe.com/SDR/repo/spp-gen9/redhat/7Server/x86_64/current/hp-health-10.80-1855.21.rhel7.x86_64.rpm

rpm -ivh hp-health-10.80-1855.21.rhel7.x86_64.rpm

설치중 오류발생 시 경고: hp-health-10.80-1855.21.rhel7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 26c2b797: NOKEY 오류: Failed dependencies: pciutils is needed by hp-health-10.80-1855.21.rhel7.x86_64 해당오류는 pciutils가 설치 되어있지않아 발생하는 오류입니다. yum으로 설치해줍니다.

yum install pciutils

ksh0165 commented 4 years ago

smartctl -a /dev/sda

hp-health-10.80-1855.21.rhel7.x86_64 ssacli-3.30-14.0.x86_64.rpm hpacucli-9.20-9.0.x86_64.rpm hms_hp_mrt_v1.0.sh

hpssacli-2.40-13.0.x86_64.rpm

https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_04bffb688a73438598fef81ddd

ksh0165 commented 4 years ago

/usr/sbin/hpasmcli -s 'show powersupply' /usr/sbin/hpasmcli -s 'show fans' ip link

ksh0165 commented 4 years ago

[root@localhost ~]# dmidecode | grep -A2 '^System Information' System Information Manufacturer: HP Product Name: ProLiant DL120 Gen9 [root@localhost ~]# rpm -qa | grep hpssacli hpssacli-2.40-13.0.x86_64 [root@localhost ~]# rpm -qa | grep ssacli ssacli-3.30-14.0.x86_64 hpssacli-2.40-13.0.x86_64