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 […]