LSI MegaRAID Storage Manager Debian

* LSI MSM

 wget https://cloud.augin.ru/s/PHfMGGBF6NexZNw/download/lib-utils2_1.00-9_all.deb
 dpkg -i lib-utils2_1.00-9_all.deb
 wget https://cloud.augin.ru/s/QCrdL7rqHdsgc3P/download/megaraid-storage-manager_17.05.00-3_all.deb
 export setuptype="d"
 export upgradesetuptype="n"
 dpkg --install megaraid-storage-manager_17.05.00-3_all.deb
 systemctl enable vivaldiframeworkd.service
 service vivaldiframeworkd start
 service vivaldiframeworkd status

* zabbix https://github.com/mykolq/zabbix_lsi_template/tree/old

 apt install sudo curl -y
 curl -L https://github.com/mykolq/zabbix_lsi_template/raw/old/linux/storcli_007.0916.0000.0000_all.deb -o storcli_007.0916.0000.0000_all.deb
 dpkg -i storcli_007.0916.0000.0000_all.deb
 curl -o /etc/zabbix/zabbix_agentd.d/lsi_raid_linux.conf -L https://raw.githubusercontent.com/mykolq/zabbix_lsi_template/old/linux/lsi_raid_linux.conf
 curl -o /etc/sudoers.d/sudoers_zabbix_lsistorcli -L https://raw.githubusercontent.com/mykolq/zabbix_lsi_template/old/linux/sudoers_zabbix_lsistorcli
 systemctl restart zabbix-agent

https://raw.githubusercontent.com/mykolq/zabbix_lsi_template/old/Template%20LSI%20JSON%20discovery.xml



 wget https://docs.broadcom.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/1.23.02_StorCLI.zip
 wget https://docs.broadcom.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/17.05.00.02_Linux-64_MSM.gz
 
 apt install unzip alien snmpd
 
 unzip 1.23.02_StorCLI.zip
 unzip storcli_All_OS.zip
 cd storcli_All_OS/Ubuntu
  dpkg --install storcli_1.23.02_all.deb
 ln -s /opt/MegaRAID/storcli/storcli64 /usr/local/sbin/storcli
 
 wget http://archive.ubuntu.com/ubuntu/pool/main/a/alien/alien_8.90_all.deb
 dpkg -i alien_8.90_all.deb
 tar xvf 17.05.00.02_Linux-64_MSM.gz
 cd disk
 alien --scripts MegaRAID_Storage_Manager-17.05.00-02.noarch.rpm
 
 storcli /c0 set aso key=TIKGE5K73QX4EH7U5AT91URDQUNL9NXLVTTER72Z

LSI 2008 в Centos 8

 dnf install https://www.elrepo.org/elrepo-release-8.el8.elrepo.noarch.rpm -y
 dnf install kernel-ml --enablerepo=elrepo-kernel
 dnf install kmod-mpt3sas -y
 
 
 dnf install net-snmp net-snmp-utils -y
<pre>
# nano /etc/snmp/snmpd.conf
rocommunity  public
syslocation  "st4"
syscontact  mail@mail.ru
</pre>
<pre>
systemctl start snmpd
systemctl enable snmpd
</pre>