ESXi 6.x 安装storcli监控raid卡状态
一、下载 STORCLI 软件包
本次使用的为 p16 版本
下载网址为:https://docs.broadcom.com/docs/STORCLI_SAS3.5_P16.zip
二、提取 storcli.vib 文件
ESXi 使用的 storcli.vib 文件在下载文件的以下目录中: STORCLI_SAS3.5_P16.zip\STORCLI_SAS3.5_P16\univ_viva_cli_rel\Unified_storcli_all_os\VMware\VMwareOP\vmware-storcli.vib
三、登录 ESXi 或 VCenter,开启相应的 ESXi 的 SSH 服务
四、使用 SFTP 客户端软件上传 vmware-storcli.vib 文件到 ESXi 的/opt/storcli 目录
五、使用 SSH 客户端软件登录 ESXi安装 storcli
# esxcli software vib install -v /opt/storcli/vmware-storcli.vib --no-sig-check
六、查看raid卡状态
Number of Controllers不为0,查看成功
# cd /opt/lsi/storcli/
# ./storcli show all
查看c0控制器,可以看到更详细的信息
# ./storcli /c0 show
七、创建软连接方便今后使用
# ln -s /opt/lsi/storcli/storcli /bin/storcli