我有一台 HP DL380p Gen8 服务器,上面运行着 ESXi 5.5 和 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.
我是不是忘记了什么?或者有什么建议可以帮你找到问题所在?
答案1
您应该使用的工具今天是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)
=>