码迷,mamicode.com
首页 > 其他好文 > 详细

HP system management tools centos 7

时间:2016-09-02 23:39:49      阅读:236      评论:0      收藏:0      [点我收藏+]

标签:hp centos 7

    基本思路就是,手动配置好HP的yum源,更新一下yum,不用管报错信息,直接忽略,然后用yum安装你需要的软件,即可,以下是基本步骤:


cd /etc/yum.repos.d

vi hp.repo

[HP-spp]
name=HP Service Pack for ProLiant
baseurl=http://downloads.linux.hp.com/SDR/repo/spp/RHEL/7.1/x86_64/current/
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/GPG-KEY-ssp

[HP-mcp]
name=HP Management Component Pack for ProLiant
baseurl=http://downloads.linux.hp.com/SDR/repo/mcp/CentOS/7/x86_64/current/
enabled=1
gpgcheck=0
gpgkey=
file:///etc/pki/rpm-gpg/GPG-KEY-mcp


yum clean all

yum -y update

yum -y upgrade

yum -y install hp-health hpssacli hp-snmp-agents hpssa hpssacli hp-smh-templates hpsmh hponcfg


service hp-health start

service snmpd start

service hpsmhd start


systemctl enable hp-health
systemctl enable snmpd
systemctl enable hpsmhd

HP system management tools centos 7

标签:hp centos 7

原文地址:http://jasonhow.blog.51cto.com/937806/1845687

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!