esxi | monitoring | storcli

Credits: https://www.thomas-krenn.com/de/wiki/StorCLI_unter_VMware_vSphere_installieren
The StorCLI fka MegaCLI handles your RAID stuff from console.
Download The StorCLI here

https://www.thomas-krenn.com/de/download.html?product=12190

or here

https://docs.broadcom.com/docs/12354804

Install the StorCLI:

esxcli software vib install -v=/vmware-storcli.vib --no-sig-check

Run the StorCLI:

cd /opt/lsi/storcli
./storli

Tune that stuff: Goto rc.local and add

cat > /sbin/storcli << '__EOF'
#!/bin/sh
cd /opt/lsi/storcli
./storcli "$@"
__EOF

Nice:
https://www.thomas-krenn.com/de/wiki/StorCLI

Check this too:

https://blog.svedr.in/posts/locating-dying-disks-in-lsi-raid-using-storcli/

Leave a Reply

Please log in using one of these methods to post your comment:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.