Skip to content

Instantly share code, notes, and snippets.

@dynax60
Created April 21, 2017 07:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dynax60/f2fe7fc0b7791c9d94d9ca6ed9dc987c to your computer and use it in GitHub Desktop.
Save dynax60/f2fe7fc0b7791c9d94d9ca6ed9dc987c to your computer and use it in GitHub Desktop.
HPE Linux
sudo -s
wget http://downloads.linux.hpe.com/SDR/add_repo.sh
sh ./add_repo.sh -d rhel -r 6.5 spp
for k in hpPublicKey1024.pub hpPublicKey2048.pub hpPublicKey2048_key1.pub hpePublicKey2048_key1.pub; do rpm --import http://downloads.linux.hpe.com/SDR/$k; done
yum -y install hpssacli hp-health hpacucli
chkconfig hp-asrd off
chkconfig hp-health off
hpssacli "ctrl slot=0 pd all show status"
hpacucli ctrl all show config
hpacucli ctrl all show config detail
Ссылки:
http://downloads.linux.hpe.com/SDR/
http://downloads.linux.hpe.com/SDR/keys.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment