gushiren

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

基于官方的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/

posted on 2018-08-21 11:11  gushiren  阅读(777)  评论(0编辑  收藏  举报