基于官方的coreos ramdisk安装hp raid管理工具,其版本为debian8

apt-get install curl
nano /etc/apt/sources.list
deb http://downloads.linux.hpe.com/SDR/repo/mcp jessie/current non-free
curl http://downloads.linux.hpe.com/SDR/hpPublicKey2048_key1.pub | apt-key add -apt-get update
apt-get install hpssacli
  
hpssacli ctrl all show config

或者编译安装

在https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_8734235f7ed04f1189fff32862#tab1下载
ssacli-2.65-7.0.x86_64.rpm
  
apt-get install alien
alien --scripts ssacli-2.65-7.0.x86_64.rpm
dpkg -i ssacli-2.65-7.0.x86_64.deb
hpssacli  ctrl all show config

参考:

https://lvii.gitbooks.io/handbook/content/rackserver/hp.html
https://lvii.gitbooks.io/handbook/content/hardware/hpssacli.html
https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_8734235f7ed04f1189fff32862#tab1
http://siddou.tk/2016/10/check-hp-smart-array-status-on-debian-8-jessie/

相关文章:

  • 2021-11-27
  • 2022-12-23
  • 2022-12-23
  • 2021-12-23
  • 2021-05-21
  • 2021-11-08
  • 2021-11-02
  • 2022-01-13
猜你喜欢
  • 2021-10-21
  • 2022-12-23
  • 2022-12-23
  • 2022-01-19
  • 2022-12-23
  • 2022-12-23
  • 2021-08-10
相关资源
相似解决方案