HP Microserver ProLiant Gen8にUbuntu Server 14.04.1 LTSを正常にインストールしました。インストールする前に、Intelligent Provisioningを起動して、2つのディスクでRAID 1をセットアップしました。インストール中、Ubuntu 3.13カーネル用のHP Dynamic SmartアレイB120iコントローラードライバーを挿入して、論理RAID 1ボリュームを確認する必要がありました(launchpad.net/~hp-iss-team/+archive/ubuntu/hp-storageを参照)。
これでシステムが稼働しました。将来のディスク障害を検出するために、HPツールhpssacliを使用したいと思います。しかし、ツールは次のように述べています
root@mail:/home/goodkat# hpssacli controller all show
Error: No controllers detected. Possible causes:
- The driver for the installed controller(s) is not loaded.
- On LINUX, the scsi_generic (sg) driver module is not loaded.
See the README file for more details.
私は次を試しました
root@mail:/home/goodkat# lsmod | grep hp
hpilo 17381 0
shpchp 37032 0
root@mail:/home/goodkat# dpkg -s hpvsa
Package: hpvsa
Status: install ok installed
Priority: standard
Section: kernel
Installed-Size: 26
Maintainer: Hewlett Packard <iss_storagedev@hp.com>
Architecture: amd64
Version: 1.2.12-115-3.13tubuntu2
Provides: hpvsa
Depends: hpvsa-3.13.0-32-generic (= 1.2.12-115-3.13tubuntu2)
Description: Meta-package for installing the latest hpvsa drivers.
Please put an extended description here (meta).
ドライバがインストールされているようです。scsi_genericも利用可能です
root@mail:/home/goodkat# cat /proc/scsi/sg/version
30534 3.5.34 [20061027]
modprobe sg
助けにならない。hpsscli
B120iコントローラーをサポートしてここに書かれ、これは、サーバ認定のUbuntu。