esxi安装storcli 作者: sysit 分类: d 发表于 2020-02-04 761人围观 ## 1. 开启ssh  ## 2. 查看阵列卡 ``` [root@localhost:~] lspci | grep LSI 0000:03:00.0 Mass storage controller: Avago (LSI) MegaRAID SAS Thunderbolt Controller [vmhba2] ``` ## 3. storcli下载 ``` https://docs.broadcom.com/docs/007.1211.0000.0000_Unified_StorCLI.zip ``` ## 4. 解压并将vmware-storcli.vib上传到ESXI ``` VMwareOP/vmware-storcli.vib ``` ## 5. 安装 ``` esxcli software vib install -v=file:///VMwareOP/vmware-storcli.vib ln -s /opt/lsi/storcli/storcli /sbin/storcli storcli -V ``` ## 6. 卸载 ``` esxcli software vib list | grep storcli esxcli software vib remove -n=<VIB Name of StorCLI> ``` ## 7. 使用 如果觉得我的文章对您有用,请随意赞赏。您的支持将鼓励我继续创作! 赞赏支持