ESXi 5.5 中的 HP Smart Array P420i 阵列管理

Moh*_*ori 6 hp hp-smart-array hp-proliant vmware-esxi

我有一台运行 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.
Run Code Online (Sandbox Code Playgroud)

有什么我忘记了吗?或者任何建议如何找到问题?

eww*_*ite 9

今天应该使用的工具是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. 

=> 
Run Code Online (Sandbox Code Playgroud)

相对

~ # /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)

=> 
Run Code Online (Sandbox Code Playgroud)