ESXi 5.5を実行しているHP DL380p Gen8サーバーとHP Smart Array P420iを使用しています。その上に4台の新しいハードディスクをインストールし、それらをRAID 6アレイに配置したいと思います(ただし、RAID 10でも大丈夫です)。
Hpacucliを実行することを期待して、これは私がうまくいくと思っていたものです: http://www.virtualtothecore.com/en/manage-an-hp-smart-array-directly-from-vmware-esxi/
しかし今、esxcliを介してhpacucliを実行すると、次のエラーが発生します。
Error: No controllers detected.
忘れたものはありますか?または、問題を見つける方法に関するアドバイスはありますか?
todayを使用する必要があるツールはhpssacli
です。古いhpacucli
ユーティリティは、現世代のProLiantサーバーでは機能しません。
hpssacli
がない場合、サポートダウンロードバンドル サーバーはここにあります (まだHP ESXiビルドを使用していない場合)。
また、4ディスクのRAID6は意味がありません。 RAID 1 + 0を実行します
~ # /opt/hp/hpacucli/bin/hpacucli
HP Array Configuration Utility CLI 9.40.12.0
Detecting Controllers...Done.
Type "help" for a list of supported commands.
Type "exit" to close the console.
=> ctrl all show config
Error: No controllers detected.
=>
対
~ # /opt/hp/hpssacli/bin/hpssacli
HP Smart Storage Administrator CLI 1.50.4.0
Detecting Controllers...Done.
Type "help" for a list of supported commands.
Type "exit" to close the console.
=> ctrl all show config
Smart Array P420i in Slot 0 (Embedded) (sn: 001438023DA3BF0)
SEP (Vendor ID PMCSIERA, Model SRCv8x6G) 380 (WWID: 5001438023DA3BFF)
=>