Debian 13 / Ubuntu 24安装StoreCli替代MegaCli

MegaCLI 现在基本算“历史遗留”了,新平台(Debian 13 / Ubuntu 24)我更推荐直接用 StoreCLI(storcli64) 来管理 LSI/Broadcom MegaRAID。下面这套方式安装完会自动把 storcli64 做成 storcli 命令软链,日常使用更顺手(也算替代我 5 年前那篇 MegaCLI 的博客)。

 



apt install wget sudo alien unzip -y

mkdir -p /root/storcli && cd /root/storcli

wget -O storcli_rel.zip https://www.cloudraft.cn/img/007.2705.0000.0000_storcli_rel.zip

unzip -o storcli_rel.zip

cd storcli_rel

unzip -o Unified_storcli_all_os.zip

dpkg -i ./Unified_storcli_all_os/Ubuntu/storcli_007.2705.0000.0000_all.deb || apt -f install -y

ln -sf /opt/MegaRAID/storcli/storcli64 /usr/sbin/storcli

storcli show

 


This article is under CC BY-NC-SA 4.0 license.
Please quote the original link:https://www.liujason.com/article/1310.html
Licensed under CC BY-NC-SA 4.0
comments powered by Disqus
Built with Hugo
Theme Stack designed by Jimmy