Guest User

Untitled

a guest
Jan 17th, 2018
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. [spp]
  2. name=Service Pack for ProLiant
  3. baseurl=http://downloads.linux.hpe.com/repo/spp-g7/rhel/7Server/x86_64/2016.10.0/
  4. enabled=0
  5. gpgcheck=0
  6. gpgkey=file:///etc/pki/rpm-gpg/GPG-KEY-ServicePackforProLiant
  7.  
  8. # yum --enablerepo=spp install hpdiags hp-health hpsmh ssacli
  9.  
  10. # firewall-cmd --permanent --zone=public --add-rich-rule='
  11. rule family="ipv4"
  12. source address="172.33.12.4/32"
  13. port protocol="tcp" port="2381" accept'
  14. # firewall-cmd --reload
  15.  
  16. # /opt/hp/hpsmh/sbin/smhconfig --port2301=false
  17. # /opt/hp/hpsmh/sbin/smhconfig --user-group=smhadmins
  18.  
  19. # yum --enablerepo=spp install hp-snmp-agents
  20. # /sbin/hpsnmpconfig
  21. # service hpsmhd restart
  22.  
  23. # yum --disablerepo="*" --enablerepo=spp install hp-smh-templates
  24. # service hpsmhd restart
Add Comment
Please, Sign In to add comment