SYSTEM/Software

hpsmh - HP Smart Management Home Page on CentOS

SeonJaeLee 2022. 8. 31. 12:35
반응형
 
HP DL XXX Gen9 And Gen8

CentOS 6, CentOS 7

 

 
## Repo Add
 
vi /etc/yum.repos.d/spp.repo
# CentOS 7 ( 아래만 복사해서 사용 )
[spp]
name=Service Pack for ProLiant
enabled=0
gpgcheck=1
# CentOS 6 ( 아래만 복사해서 사용 )
[spp]
name=Service Pack for ProLiant
enabled=0
gpgcheck=1
## gpkey Add
curl -o /etc/pki/rpm-gpg/GPG-KEY-ServicePackforProLiant http://downloads.linux.hpe.com/SDR/repo/spp/GPG-KEY-spp
 
## Install hpsmh hpdiags ssacli
yum --enablerepo=spp install hpdiags hp-health hpsmh ssacli hp-smh-templates
 
## TCP 2301 Port Disable
/opt/hp/hpsmh/sbin/smhconfig --port2301=false
 
## hp-snmp-agents 설치
yum --enablerepo=spp install hp-snmp-agents ( Key error로 설치 되지 않음 )
cd /usr/local/src
 
# CentOS 7
 
# CentOS 6
 
/sbin/hpsnmpconfig 
snmpd.conf를 이용하겠냐는 메세지 n
Public Community String 과 Private Community String을 입력
나머지 기본으로 Skip
 
 
## hp-smh-templates 설치
yum --enablerepo=spp install hp-smh-templates ( Key error로 설치 되지 않음 )
cd /usr/local/src
 

 

## hpsmhd 재시작
/etc/init.d/hpsmhd restart
 
## CentOS 6의 경우 hp-snmp-agent를 시작해줘야함.
/etc/init.d/hp-snmp-agent start
 
이상 없이 설치 되었다면 웹에서 접근 https://서버IP:2381
 
# NIC, ILO 포트는 Disabled 되어있어도 경고가 발생하니 무시
 

 
 
 
 
 
반응형